COLOR #D5FCAE

HEX: #D5FCAE
RGB: (213,252,174)

Color info

#D5FCAE contains mainly red and green colors. Web safe color of #D5FCAE is #CCFF99 (or #CF9).

RGB color model

#D5FCAE color RGB value is (213,252,174).

  • red value is 213;
  • green value is 252;
  • blue value is 174.
RGB:
(213,252,174)
(84%,99%,68%)

RGB channels and saturation

R 213 of 255 = 84%
G 252 of 255 = 99%
B 174 of 255 = 68%

213
252
174

R + G + B ~ 84%. #D5FCAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 252 + 174 = 639 (100%)
R 213 of 639 ~ 33.33%
G 252 of 639 ~ 39.44%
B 174 of 639 ~ 27.23%

%33.33
%39.44
%27.23

CMYK color model

#D5FCAE color CMYK value is (15,0,31,1).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 30.95%
  • key color value is 1.18%
CMYK:
(15,0,31,1)
C15M0Y31K1 
(15%,0%,31%,1%)
(0.15/0.00/0.31/0.01)	

CMYK percentages

%15.48
%0
%30.95
%1.18

Codes

Color #D5FCAE in popluar color models

D5FCAE
RGB213252174
HSL90°92.86%83.53%
HSB/HSV90°30.95%98.82%
CMYK15.48%0.00%30.95%
1.18%

Color #D5FCAE in popluar number systems.

HEXD5FCAE
Decimal213252174
Binary110101011111110010101110
Octal325374256

Shades and tints

Shades of #D5FCAE

#D5FCAE
(213,252,174)
#C2E69F
(194,230,159)
#AFD090
(175,208,144)
#9CBA81
(156,186,129)
#89A472
(137,164,114)
#768E63
(118,142,99)
#637854
(99,120,84)
#506245
(80,98,69)
#3D4C36
(61,76,54)
#2A3627
(42,54,39)
#172018
(23,32,24)
#000000
(0,0,0)

Tints of #D5FCAE

#D5FCAE
(213,252,174)
#D8FCB5
(216,252,181)
#DBFCBC
(219,252,188)
#DEFCC3
(222,252,195)
#E1FCCA
(225,252,202)
#E4FCD1
(228,252,209)
#E7FCD8
(231,252,216)
#EAFCDF
(234,252,223)
#EDFCE6
(237,252,230)
#F0FCED
(240,252,237)
#F3FCF4
(243,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FCAE color. Also use rgb(213,252,174) instead hex code.

Text Font Color

.myTextColor { color: #D5FCAE; }

<p style="color:#D5FCAE">This sample text font color is #D5FCAE.</p>

This text font color is #D5FCAE.


Background Color

.myBgColor { background-color: #D5FCAE; }

<div style="background-color:#D5FCAE">Inner text</div>

This div background color is #D5FCAE.


Border color

.myBorderColor { border: 1px solid #D5FCAE; }

<div style="border:3px solid #D5FCAE">Div</div>

This div border color is #D5FCAE.


Opacity

.myOpacity80 { color: #D5FCAE; opacity: 0.8; }

<p style="color:#D5FCAE;opacity:0.8;">80%</p>

Text with #D5FCAE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D5FCAE;}

<p style="text-shadow: 3px 3px 1px #D5FCAE">Text here.</p>

This text has shadow with #D5FCAE color.

.textShadow {text-shadow: 3px 3px 1px #D5FCAE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D5FCAE, 5px 5px 20px red">Text here.</p>

This text has shadow with #D5FCAE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5FCAE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D5FCAE, Direction=45, Strength=4)">Text</p>

This text has shadow with #D5FCAE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D5FCAE;
  -webkit-box-shadow:	1px 1px 3px 2px #D5FCAE;
  box-shadow:		1px 1px 3px 2px #D5FCAE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5FCAE;
-webkit-box-shadow: 1px 1px 3px 2px #D5FCAE;
box-shadow:1px 1px 3px 2px #D5FCAE;">
Div content here</div>
This div box has shadow with color #D5FCAE.

Preview

Color preview on black background

This text has color #D5FCAE on black background.


Color preview on white background

This text has color #D5FCAE on white background.



Black color preview on #D5FCAE background

This text has black color on #D5FCAE background.


White color preview on #D5FCAE background

This text has white color on #D5FCAE background.