COLOR #D8FAAE

HEX: #D8FAAE
RGB: (216,250,174)

Color info

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

RGB color model

#D8FAAE color RGB value is (216,250,174).

  • red value is 216;
  • green value is 250;
  • blue value is 174.
RGB:
(216,250,174)
(85%,98%,68%)

RGB channels and saturation

R 216 of 255 = 85%
G 250 of 255 = 98%
B 174 of 255 = 68%

216
250
174

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

Portions of RGB colors in percentages

R + G + B =
216 + 250 + 174 = 640 (100%)
R 216 of 640 ~ 33.75%
G 250 of 640 ~ 39.06%
B 174 of 640 ~ 27.19%

%33.75
%39.06
%27.19

CMYK color model

#D8FAAE color CMYK value is (14,0,30,2).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 30.40%
  • key color value is 1.96%
CMYK:
(14,0,30,2)
C14M0Y30K2 
(14%,0%,30%,2%)
(0.14/0.00/0.30/0.02)	

CMYK percentages

%13.6
%0
%30.4
%1.96

Codes

Color #D8FAAE in popluar color models

D8FAAE
RGB216250174
HSL87°88.37%83.14%
HSB/HSV87°30.40%98.04%
CMYK13.60%0.00%30.40%
1.96%

Color #D8FAAE in popluar number systems.

HEXD8FAAE
Decimal216250174
Binary110110001111101010101110
Octal330372256

Shades and tints

Shades of #D8FAAE

#D8FAAE
(216,250,174)
#C5E49F
(197,228,159)
#B2CE90
(178,206,144)
#9FB881
(159,184,129)
#8CA272
(140,162,114)
#798C63
(121,140,99)
#667654
(102,118,84)
#536045
(83,96,69)
#404A36
(64,74,54)
#2D3427
(45,52,39)
#1A1E18
(26,30,24)
#000000
(0,0,0)

Tints of #D8FAAE

#D8FAAE
(216,250,174)
#DBFAB5
(219,250,181)
#DEFABC
(222,250,188)
#E1FAC3
(225,250,195)
#E4FACA
(228,250,202)
#E7FAD1
(231,250,209)
#EAFAD8
(234,250,216)
#EDFADF
(237,250,223)
#F0FAE6
(240,250,230)
#F3FAED
(243,250,237)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8FAAE color. Also use rgb(216,250,174) instead hex code.

Text Font Color

.myTextColor { color: #D8FAAE; }

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

This text font color is #D8FAAE.


Background Color

.myBgColor { background-color: #D8FAAE; }

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

This div background color is #D8FAAE.


Border color

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

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

This div border color is #D8FAAE.


Opacity

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

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

Text with #D8FAAE 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 #D8FAAE;}

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

This text has shadow with #D8FAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8FAAE on black background.


Color preview on white background

This text has color #D8FAAE on white background.



Black color preview on #D8FAAE background

This text has black color on #D8FAAE background.


White color preview on #D8FAAE background

This text has white color on #D8FAAE background.