COLOR #D8E0EB

HEX: #D8E0EB
RGB: (216,224,235)

Color info

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

RGB color model

#D8E0EB color RGB value is (216,224,235).

  • red value is 216;
  • green value is 224;
  • blue value is 235.
RGB:
(216,224,235)
(85%,88%,92%)

RGB channels and saturation

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

216
224
235

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

Portions of RGB colors in percentages

R + G + B =
216 + 224 + 235 = 675 (100%)
R 216 of 675 ~ 32%
G 224 of 675 ~ 33.19%
B 235 of 675 ~ 34.81%

%32
%33.19
%34.81

CMYK color model

#D8E0EB color CMYK value is (8,5,0,8).

  • cyan value is 8.09%
  • magenta value is 4.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,5,0,8)
C8M5Y0K8 
(8%,5%,0%,8%)
(0.08/0.05/0.00/0.08)	

CMYK percentages

%8.09
%4.68
%0
%7.84

Codes

Color #D8E0EB in popluar color models

D8E0EB
RGB216224235
HSL215°32.20%88.43%
HSB/HSV215°8.09%92.16%
CMYK8.09%4.68%0.00%
7.84%

Color #D8E0EB in popluar number systems.

HEXD8E0EB
Decimal216224235
Binary110110001110000011101011
Octal330340353

Shades and tints

Shades of #D8E0EB

#D8E0EB
(216,224,235)
#C5CCD6
(197,204,214)
#B2B8C1
(178,184,193)
#9FA4AC
(159,164,172)
#8C9097
(140,144,151)
#797C82
(121,124,130)
#66686D
(102,104,109)
#535458
(83,84,88)
#404043
(64,64,67)
#2D2C2E
(45,44,46)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #D8E0EB

#D8E0EB
(216,224,235)
#DBE2EC
(219,226,236)
#DEE4ED
(222,228,237)
#E1E6EE
(225,230,238)
#E4E8EF
(228,232,239)
#E7EAF0
(231,234,240)
#EAECF1
(234,236,241)
#EDEEF2
(237,238,242)
#F0F0F3
(240,240,243)
#F3F2F4
(243,242,244)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E0EB; }

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

This text font color is #D8E0EB.


Background Color

.myBgColor { background-color: #D8E0EB; }

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

This div background color is #D8E0EB.


Border color

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

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

This div border color is #D8E0EB.


Opacity

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

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

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

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

This text has shadow with #D8E0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E0EB on black background.


Color preview on white background

This text has color #D8E0EB on white background.



Black color preview on #D8E0EB background

This text has black color on #D8E0EB background.


White color preview on #D8E0EB background

This text has white color on #D8E0EB background.