COLOR #D8EEEC

HEX: #D8EEEC RGB: (216,238,236)

Color info

#D8EEEC contains red, green and blue colors in about the same proportion. Web safe color of #D8EEEC is #CCFFFF (or #CFF).

RGB color model

#D8EEEC color RGB value is (216,238,236).

RGB: (216,238,236) (85%, 93%, 93%)

RGB channels and saturation

R 216 of 255 = 85%
G 238 of 255 = 93%
B 236 of 255 = 93%

216
238
236

R + G + B ~ 90%. #D8EEEC is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 238 + 236 = 690 (100%)
R 216 of 690 ~ 31.3%
G 238 of 690 ~ 34.49%
B 236 of 690 ~ 34.2'%

%31.3
%34.49
%34.2

CMYK color model

#D8EEEC color CMYK value is (9,0,1,7).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 6.67%

CMYK: (9,0,1,7)
C9M0Y1K7 (9%, 0%, 1%, 7%)
(0.09 / 0.00 / 0.01 / 0.07)

CMYK percentages

%9.24
%0
%0.84
%6.67

Codes

Color #D8EEEC in popluar color models

D8 EE EC
RGB 216 238 236
HSL 175° 39.29% 89.02%
HSB/HSV 175° 9.24% 93.33%
CMYK 9.24% 0.00% 0.84%
6.67%

Color #D8EEEC in popluar number systems.

HEX D8 EE EC
Decimal 216 238 236
Binary 11011000 11101110 11101100
Octal 330 356 354

Shades and tints

Shades of #D8EEEC

#D8EEEC
(216,238,236)
#C5D9D7
(197,217,215)
#B2C4C2
(178,196,194)
#9FAFAD
(159,175,173)
#8C9A98
(140,154,152)
#798583
(121,133,131)
#66706E
(102,112,110)
#535B59
(83,91,89)
#404644
(64,70,68)
#2D312F
(45,49,47)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #D8EEEC

#D8EEEC
(216,238,236)
#DBEFED
(219,239,237)
#DEF0EE
(222,240,238)
#E1F1EF
(225,241,239)
#E4F2F0
(228,242,240)
#E7F3F1
(231,243,241)
#EAF4F2
(234,244,242)
#EDF5F3
(237,245,243)
#F0F6F4
(240,246,244)
#F3F7F5
(243,247,245)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EEEC; }

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

This text font color is #D8EEEC.

Background Color

.myBgColor { background-color: #D8EEEC; }

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

This div background color is #D8EEEC.

Border color

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

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

This div border color is #D8EEEC.

Opacity

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

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

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

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

This text has shadow with #D8EEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EEEC.

Preview

Color preview on black background

This text has color #D8EEEC on black background.


Color preview on white background

This text has color #D8EEEC on white background.


Black color preview on #D8EEEC background

This text has black color on #D8EEEC background.


White color preview on #D8EEEC background

This text has white color on #D8EEEC background.


Related colors

Complementary color

Complementary color for #hex is #271113.


I love getcolorcode.com

Triadic colors

1 #ECD8EE and #EEECD8 with #D8EEEC are triadic colors.

2 #ECEED8 and #EED8EC with #D8EEEC are triadic colors.