COLOR #D8E0EA

HEX: #D8E0EA RGB: (216,224,234)

Color info

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

RGB color model

#D8E0EA color RGB value is (216,224,234).

RGB: (216,224,234) (85%, 88%, 92%)

RGB channels and saturation

R 216 of 255 = 85%
G 224 of 255 = 88%
B 234 of 255 = 92%

216
224
234

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

Portions of RGB colors in percentages

R + G + B = 216 + 224 + 234 = 674 (100%)
R 216 of 674 ~ 32.05%
G 224 of 674 ~ 33.23%
B 234 of 674 ~ 34.72'%

%32.05
%33.23
%34.72

CMYK color model

#D8E0EA color CMYK value is (8,4,0,8).

  • cyan value is 7.69%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (8,4,0,8)
C8M4Y0K8 (8%, 4%, 0%, 8%)
(0.08 / 0.04 / 0.00 / 0.08)

CMYK percentages

%7.69
%4.27
%0
%8.24

Codes

Color #D8E0EA in popluar color models

D8 E0 EA
RGB 216 224 234
HSL 213° 30.00% 88.24%
HSB/HSV 213° 7.69% 91.76%
CMYK 7.69% 4.27% 0.00%
8.24%

Color #D8E0EA in popluar number systems.

HEX D8 E0 EA
Decimal 216 224 234
Binary 11011000 11100000 11101010
Octal 330 340 352

Shades and tints

Shades of #D8E0EA

#D8E0EA
(216,224,234)
#C5CCD5
(197,204,213)
#B2B8C0
(178,184,192)
#9FA4AB
(159,164,171)
#8C9096
(140,144,150)
#797C81
(121,124,129)
#66686C
(102,104,108)
#535457
(83,84,87)
#404042
(64,64,66)
#2D2C2D
(45,44,45)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #D8E0EA

#D8E0EA
(216,224,234)
#DBE2EB
(219,226,235)
#DEE4EC
(222,228,236)
#E1E6ED
(225,230,237)
#E4E8EE
(228,232,238)
#E7EAEF
(231,234,239)
#EAECF0
(234,236,240)
#EDEEF1
(237,238,241)
#F0F0F2
(240,240,242)
#F3F2F3
(243,242,243)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E0EA; }

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

This text font color is #D8E0EA.

Background Color

.myBgColor { background-color: #D8E0EA; }

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

This div background color is #D8E0EA.

Border color

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

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

This div border color is #D8E0EA.

Opacity

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

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

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

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

This text has shadow with #D8E0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E0EA.

Preview

Color preview on black background

This text has color #D8E0EA on black background.


Color preview on white background

This text has color #D8E0EA on white background.


Black color preview on #D8E0EA background

This text has black color on #D8E0EA background.


White color preview on #D8E0EA background

This text has white color on #D8E0EA background.


Related colors

Complementary color

Complementary color for #hex is #271F15.


I love getcolorcode.com

Triadic colors

1 #EAD8E0 and #E0EAD8 with #D8E0EA are triadic colors.

2 #EAE0D8 and #E0D8EA with #D8E0EA are triadic colors.