css mix-blend-mode

✔️ mix-blend-mode CSS Style Property

המאפיין mix-blend-mode מגדיר כיצד לשלב את האלמנט עם צבע הרקע של אלמנט האב

דוגמא: שנה את השילוב עם הצבע האדום

Demo Panel:
example
CSS:
HTML:
Syntax:

mix-blend-mode: normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | difference | exclusion | hue | saturation | color | luminosity;

Valid values:
  • normal, multiply, screen, overlay, darken, lighten, color-dodge, color-burn, difference, exclusion, hue, saturation, color, luminosity, revert, revert-layer, unset, inherit, initial

Js Syntax: element.style.mixBlendMode

תאימות דפדפנים

mix-blend-mode
הערך שנבדקChromeFirefoxEdgeCOpera
normal✔️✔️✔️✔️
multiply✔️✔️✔️✔️
screen✔️✔️✔️✔️
overlay✔️✔️✔️✔️
darken✔️✔️✔️✔️
lighten✔️✔️✔️✔️
color-dodge✔️✔️✔️✔️
color-burn✔️✔️✔️✔️
difference✔️✔️✔️✔️
exclusion✔️✔️✔️✔️
hue✔️✔️✔️✔️
saturation✔️✔️✔️✔️
color✔️✔️✔️✔️
luminosity✔️✔️✔️✔️
revert✔️✔️✔️✔️
revert-layer✔️✔️✔️✔️
unset✔️✔️✔️✔️
inherit✔️✔️✔️✔️
initial✔️✔️✔️✔️