COLOR #D8E4EC

HEX: #D8E4EC RGB: (216,228,236)

Color info

#D8E4EC contains red, green and blue colors in about the same proportion. Web safe color of #D8E4EC is #CCCCFF (or #CCF).

RGB color model

#D8E4EC color RGB value is (216,228,236).

RGB: (216,228,236) (85%, 89%, 93%)

RGB channels and saturation

R 216 of 255 = 85%
G 228 of 255 = 89%
B 236 of 255 = 93%

216
228
236

R + G + B ~ 89%. #D8E4EC is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 228 + 236 = 680 (100%)
R 216 of 680 ~ 31.76%
G 228 of 680 ~ 33.53%
B 236 of 680 ~ 34.71'%

%31.76
%33.53
%34.71

CMYK color model

#D8E4EC color CMYK value is (8,3,0,7).

  • cyan value is 8.47%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (8,3,0,7)
C8M3Y0K7 (8%, 3%, 0%, 7%)
(0.08 / 0.03 / 0.00 / 0.07)

CMYK percentages

%8.47
%3.39
%0
%7.45

Codes

Color #D8E4EC in popluar color models

D8 E4 EC
RGB 216 228 236
HSL 204° 34.48% 88.63%
HSB/HSV 204° 8.47% 92.55%
CMYK 8.47% 3.39% 0.00%
7.45%

Color #D8E4EC in popluar number systems.

HEX D8 E4 EC
Decimal 216 228 236
Binary 11011000 11100100 11101100
Octal 330 344 354

Shades and tints

Shades of #D8E4EC

#D8E4EC
(216,228,236)
#C5D0D7
(197,208,215)
#B2BCC2
(178,188,194)
#9FA8AD
(159,168,173)
#8C9498
(140,148,152)
#798083
(121,128,131)
#666C6E
(102,108,110)
#535859
(83,88,89)
#404444
(64,68,68)
#2D302F
(45,48,47)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #D8E4EC

#D8E4EC
(216,228,236)
#DBE6ED
(219,230,237)
#DEE8EE
(222,232,238)
#E1EAEF
(225,234,239)
#E4ECF0
(228,236,240)
#E7EEF1
(231,238,241)
#EAF0F2
(234,240,242)
#EDF2F3
(237,242,243)
#F0F4F4
(240,244,244)
#F3F6F5
(243,246,245)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E4EC; }

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

This text font color is #D8E4EC.

Background Color

.myBgColor { background-color: #D8E4EC; }

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

This div background color is #D8E4EC.

Border color

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

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

This div border color is #D8E4EC.

Opacity

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

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

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

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

This text has shadow with #D8E4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E4EC.

Preview

Color preview on black background

This text has color #D8E4EC on black background.


Color preview on white background

This text has color #D8E4EC on white background.


Black color preview on #D8E4EC background

This text has black color on #D8E4EC background.


White color preview on #D8E4EC background

This text has white color on #D8E4EC background.


Related colors

Complementary color

Complementary color for #hex is #271B13.


I love getcolorcode.com

Triadic colors

1 #ECD8E4 and #E4ECD8 with #D8E4EC are triadic colors.

2 #ECE4D8 and #E4D8EC with #D8E4EC are triadic colors.