CSS filter Property Reference

The CSS filter property is a standard property in Filter Effects. Review its formal syntax, computed behavior, and practical declarations.

CSS filter Property Reference

The CSS filter property is a standard property in Filter Effects. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

filter overview

The CSS filter property is a standard property in Filter Effects. 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

filter formal syntax
FieldValue
Formal syntaxnone | <filter-value-list>
Initial valuenone
Applies toallElementsSVGContainerElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typefilterList
Mediavisual
Specification groupFilter Effects
StatusStandard

Practical examples

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

filter live example
CSS .reset-example { filter: initial; } .inherit-example { filter: inherit; } @supports (filter: blur(0.25rem)) { .supported { filter: blur(0.25rem); } }

Description

The CSS filter property is a standard property in Filter Effects. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: filter
  2. MDN: CSS Properties Reference

Similar or alternative tools

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