{"id":200237,"date":"2015-04-12T07:49:26","date_gmt":"2015-04-12T14:49:26","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=200237"},"modified":"2020-10-21T08:47:59","modified_gmt":"2020-10-21T15:47:59","slug":"mix-blend-mode","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/m\/mix-blend-mode\/","title":{"rendered":"mix-blend-mode"},"content":{"rendered":"\n

The mix-blend-mode<\/code> property defines how an element\u2019s content should blend with its background. For example, the text of a <h1><\/code> could blend with the background behind it in interesting ways.<\/p>\n\n\n\n

.blend {\n  mix-blend-mode: exclusion;\n}<\/code><\/pre>\n\n\n\n