COLOR #D8EECA

HEX: #D8EECA RGB: (216,238,202)

Color info

#D8EECA contains red, green and blue colors in about the same proportion. Web safe color of #D8EECA is #CCFFCC (or #CFC).

RGB color model

#D8EECA color RGB value is (216,238,202).

RGB: (216,238,202) (85%, 93%, 79%)

RGB channels and saturation

R 216 of 255 = 85%
G 238 of 255 = 93%
B 202 of 255 = 79%

216
238
202

R + G + B ~ 86%. #D8EECA is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 238 + 202 = 656 (100%)
R 216 of 656 ~ 32.93%
G 238 of 656 ~ 36.28%
B 202 of 656 ~ 30.79'%

%32.93
%36.28
%30.79

CMYK color model

#D8EECA color CMYK value is (9,0,15,7).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 6.67%
CMYK: (9,0,15,7) C9M0Y15K7 (9%,0%,15%,7%) (0.09/0.00/0.15/0.07) 

CMYK percentages

%9.24
%0
%15.13
%6.67

Codes

Color #D8EECA in popluar color models

D8 EE CA
RGB 216 238 202
HSL 97° 51.43% 86.27%
HSB/HSV 97° 15.13% 93.33%
CMYK 9.24% 0.00% 15.13%
6.67%

Color #D8EECA in popluar number systems.

HEX D8 EE CA
Decimal 216 238 202
Binary 11011000 11101110 11001010
Octal 330 356 312

Shades and tints

Shades of #D8EECA

#D8EECA
(216,238,202)
#C5D9B8
(197,217,184)
#B2C4A6
(178,196,166)
#9FAF94
(159,175,148)
#8C9A82
(140,154,130)
#798570
(121,133,112)
#66705E
(102,112,94)
#535B4C
(83,91,76)
#40463A
(64,70,58)
#2D3128
(45,49,40)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #D8EECA

#D8EECA
(216,238,202)
#DBEFCE
(219,239,206)
#DEF0D2
(222,240,210)
#E1F1D6
(225,241,214)
#E4F2DA
(228,242,218)
#E7F3DE
(231,243,222)
#EAF4E2
(234,244,226)
#EDF5E6
(237,245,230)
#F0F6EA
(240,246,234)
#F3F7EE
(243,247,238)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EECA color. Also use rgb(216,238,202) instead hex code.

Text Font Color

.myTextColor { color: #D8EECA; }

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

This text font color is #D8EECA.

Background Color

.myBgColor { background-color: #D8EECA; }

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

This div background color is #D8EECA.

Border color

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

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

This div border color is #D8EECA.

Opacity

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

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

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

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

This text has shadow with #D8EECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EECA.

Preview

Color preview on black background

This text has color #D8EECA on black background.


Color preview on white background

This text has color #D8EECA on white background.


Black color preview on #D8EECA background

This text has black color on #D8EECA background.


White color preview on #D8EECA background

This text has white color on #D8EECA background.


Related colors

Complementary color

Complementary color for #hex is #271135.


I love getcolorcode.com

Triadic colors

1 #CAD8EE and #EECAD8 with #D8EECA are triadic colors.

2 #CAEED8 and #EED8CA with #D8EECA are triadic colors.