FADE

Creates a new color from the specified color by setting the opacity to a specific value.

Syntax

=FADE(color, amount)

Arguments

ArgumentTypeDescription
colorColorThe color to fade.
amountNumberThe opacity value, from 0 to 1.

Examples

=FADE("#0000ffff", 0.5)#0000ff7f
Sets the opacity of the color #0000ffff (blue, 100% opacity) to 50%.