CSS flood-opacity Property Reference

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

CSS flood-opacity Property Reference

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

Updated 2026-08-12

flood-opacity overview

The CSS flood-opacity 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

flood-opacity formal syntax
FieldValue
Formal syntax<'opacity'>
Initial valueblack
Applies tolimitedSVGElementsFloodAndDropShadow
InheritedNo
Percentagesno
Computed valuespecifiedValueClipped0To1
Animation typebyComputedValue
Mediavisual
Specification groupFilter Effects
StatusStandard

Practical examples

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

flood-opacity live example
CSS .reset-example { flood-opacity: initial; } .inherit-example { flood-opacity: inherit; } @supports (flood-opacity: initial) { .supported { flood-opacity: initial; } }

Description

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

References

  1. MDN: flood-opacity
  2. MDN: CSS Properties Reference

Similar or alternative tools

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