CSS background-blend-mode Property Reference

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

CSS background-blend-mode Property Reference

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

Updated 2026-08-12

background-blend-mode overview

The CSS background-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

background-blend-mode formal syntax
FieldValue
Formal syntax<blend-mode>#
Initial valuenormal
Applies toallElementsSVGContainerGraphicsAndGraphicsReferencingElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typenotAnimatable
Medianone
Specification groupCompositing and Blending
StatusStandard

Practical examples

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

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

Description

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

References

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

Similar or alternative tools

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