SHADE

Creates a new color by mixing the specified color with black in a given proportion.

Syntax

=SHADE(color, amount)

Arguments

ArgumentTypeDescription
colorColorThe color to shade.
amountNumberThe percentage balance point between the given color and black, from 0 to 1.

Examples

=SHADE("#00ff00", 0.5)#008000ff
Mixes the color #00ff00ff with black in equal parts.