COLOR #D8EFAE

HEX: #D8EFAE
RGB: (216,239,174)

Color info

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

RGB color model

#D8EFAE color RGB value is (216,239,174).

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

RGB channels and saturation

R 216 of 255 = 85%
G 239 of 255 = 94%
B 174 of 255 = 68%

216
239
174

R + G + B ~ 82%. #D8EFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 239 + 174 = 629 (100%)
R 216 of 629 ~ 34.34%
G 239 of 629 ~ 38%
B 174 of 629 ~ 27.66%

%34.34
%38
%27.66

CMYK color model

#D8EFAE color CMYK value is (10,0,27,6).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 27.20%
  • key color value is 6.27%
CMYK:
(10,0,27,6)
C10M0Y27K6 
(10%,0%,27%,6%)
(0.10/0.00/0.27/0.06)	

CMYK percentages

%9.62
%0
%27.2
%6.27

Codes

Color #D8EFAE in popluar color models

D8EFAE
RGB216239174
HSL81°67.01%80.98%
HSB/HSV81°27.20%93.73%
CMYK9.62%0.00%27.20%
6.27%

Color #D8EFAE in popluar number systems.

HEXD8EFAE
Decimal216239174
Binary110110001110111110101110
Octal330357256

Shades and tints

Shades of #D8EFAE

#D8EFAE
(216,239,174)
#C5DA9F
(197,218,159)
#B2C590
(178,197,144)
#9FB081
(159,176,129)
#8C9B72
(140,155,114)
#798663
(121,134,99)
#667154
(102,113,84)
#535C45
(83,92,69)
#404736
(64,71,54)
#2D3227
(45,50,39)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #D8EFAE

#D8EFAE
(216,239,174)
#DBF0B5
(219,240,181)
#DEF1BC
(222,241,188)
#E1F2C3
(225,242,195)
#E4F3CA
(228,243,202)
#E7F4D1
(231,244,209)
#EAF5D8
(234,245,216)
#EDF6DF
(237,246,223)
#F0F7E6
(240,247,230)
#F3F8ED
(243,248,237)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EFAE; }

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

This text font color is #D8EFAE.


Background Color

.myBgColor { background-color: #D8EFAE; }

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

This div background color is #D8EFAE.


Border color

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

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

This div border color is #D8EFAE.


Opacity

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

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

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

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

This text has shadow with #D8EFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EFAE on black background.


Color preview on white background

This text has color #D8EFAE on white background.



Black color preview on #D8EFAE background

This text has black color on #D8EFAE background.


White color preview on #D8EFAE background

This text has white color on #D8EFAE background.