TINT

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

Syntax

=TINT(color, amount)

Arguments

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

Examples

=TINT("#00ff00", 0.5)#80ff80ff
Mixes the color #00ff00ff with white in equal parts.