CSS mix-blend-mode Property Reference

The CSS mix-blend-mode property is a standard property in Compositing and Blending. Review its formal syntax, computed behavior, and practical declarations.

CSS mix-blend-mode Property Reference

The CSS mix-blend-mode property is a standard property in Compositing and Blending. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

mix-blend-mode overview

The CSS mix-blend-mode property is a standard property in Compositing and Blending. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

mix-blend-mode formal syntax
FieldValue
Formal syntax<blend-mode> | plus-darker | plus-lighter
Initial valuenormal
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typenotAnimatable
Mediavisual
Specification groupCompositing and Blending
StatusStandard

Practical examples

These declarations demonstrate valid ways to set mix-blend-mode. The initial and inherit global keywords remain available even when a property-specific value is preferable.

mix-blend-mode live example
CSS .reset-example { mix-blend-mode: initial; } .inherit-example { mix-blend-mode: inherit; } @supports (mix-blend-mode: initial) { .supported { mix-blend-mode: initial; } }

Description

The CSS mix-blend-mode property is a standard property in Compositing and Blending. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: mix-blend-mode
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies