COLOR #D8E0E6

HEX: #D8E0E6 RGB: (216,224,230)

Color info

#D8E0E6 contains red, green and blue colors in about the same proportion. Web safe color of #D8E0E6 is #CCCCCC (or #CCC).

RGB color model

#D8E0E6 color RGB value is (216,224,230).

RGB: (216,224,230) (85%, 88%, 90%)

RGB channels and saturation

R 216 of 255 = 85%
G 224 of 255 = 88%
B 230 of 255 = 90%

216
224
230

R + G + B ~ 88%. #D8E0E6 is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 224 + 230 = 670 (100%)
R 216 of 670 ~ 32.24%
G 224 of 670 ~ 33.43%
B 230 of 670 ~ 34.33'%

%32.24
%33.43
%34.33

CMYK color model

#D8E0E6 color CMYK value is (6,3,0,10).

  • cyan value is 6.09%
  • magenta value is 2.61%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (6,3,0,10)
C6M3Y0K10 (6%, 3%, 0%, 10%)
(0.06 / 0.03 / 0.00 / 0.10)

CMYK percentages

%6.09
%2.61
%0
%9.8

Codes

Color #D8E0E6 in popluar color models

D8 E0 E6
RGB 216 224 230
HSL 206° 21.88% 87.45%
HSB/HSV 206° 6.09% 90.20%
CMYK 6.09% 2.61% 0.00%
9.80%

Color #D8E0E6 in popluar number systems.

HEX D8 E0 E6
Decimal 216 224 230
Binary 11011000 11100000 11100110
Octal 330 340 346

Shades and tints

Shades of #D8E0E6

#D8E0E6
(216,224,230)
#C5CCD2
(197,204,210)
#B2B8BE
(178,184,190)
#9FA4AA
(159,164,170)
#8C9096
(140,144,150)
#797C82
(121,124,130)
#66686E
(102,104,110)
#53545A
(83,84,90)
#404046
(64,64,70)
#2D2C32
(45,44,50)
#1A181E
(26,24,30)
#000000
(0,0,0)

Tints of #D8E0E6

#D8E0E6
(216,224,230)
#DBE2E8
(219,226,232)
#DEE4EA
(222,228,234)
#E1E6EC
(225,230,236)
#E4E8EE
(228,232,238)
#E7EAF0
(231,234,240)
#EAECF2
(234,236,242)
#EDEEF4
(237,238,244)
#F0F0F6
(240,240,246)
#F3F2F8
(243,242,248)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E0E6 color. Also use rgb(216,224,230) instead hex code.

Text Font Color

.myTextColor { color: #D8E0E6; }

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

This text font color is #D8E0E6.

Background Color

.myBgColor { background-color: #D8E0E6; }

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

This div background color is #D8E0E6.

Border color

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

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

This div border color is #D8E0E6.

Opacity

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

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

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

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

This text has shadow with #D8E0E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E0E6.

Preview

Color preview on black background

This text has color #D8E0E6 on black background.


Color preview on white background

This text has color #D8E0E6 on white background.


Black color preview on #D8E0E6 background

This text has black color on #D8E0E6 background.


White color preview on #D8E0E6 background

This text has white color on #D8E0E6 background.


Related colors

Complementary color

Complementary color for #hex is #271F19.


I love getcolorcode.com

Triadic colors

1 #E6D8E0 and #E0E6D8 with #D8E0E6 are triadic colors.

2 #E6E0D8 and #E0D8E6 with #D8E0E6 are triadic colors.