COLOR #D8E7EE

HEX: #D8E7EE
RGB: (216,231,238)

Color info

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

RGB color model

#D8E7EE color RGB value is (216,231,238).

  • red value is 216;
  • green value is 231;
  • blue value is 238.
RGB:
(216,231,238)
(85%,91%,93%)

RGB channels and saturation

R 216 of 255 = 85%
G 231 of 255 = 91%
B 238 of 255 = 93%

216
231
238

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

Portions of RGB colors in percentages

R + G + B =
216 + 231 + 238 = 685 (100%)
R 216 of 685 ~ 31.53%
G 231 of 685 ~ 33.72%
B 238 of 685 ~ 34.74%

%31.53
%33.72
%34.74

CMYK color model

#D8E7EE color CMYK value is (9,3,0,7).

  • cyan value is 9.24%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(9,3,0,7)
C9M3Y0K7 
(9%,3%,0%,7%)
(0.09/0.03/0.00/0.07)	

CMYK percentages

%9.24
%2.94
%0
%6.67

Codes

Color #D8E7EE in popluar color models

D8E7EE
RGB216231238
HSL199°39.29%89.02%
HSB/HSV199°9.24%93.33%
CMYK9.24%2.94%0.00%
6.67%

Color #D8E7EE in popluar number systems.

HEXD8E7EE
Decimal216231238
Binary110110001110011111101110
Octal330347356

Shades and tints

Shades of #D8E7EE

#D8E7EE
(216,231,238)
#C5D2D9
(197,210,217)
#B2BDC4
(178,189,196)
#9FA8AF
(159,168,175)
#8C939A
(140,147,154)
#797E85
(121,126,133)
#666970
(102,105,112)
#53545B
(83,84,91)
#403F46
(64,63,70)
#2D2A31
(45,42,49)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #D8E7EE

#D8E7EE
(216,231,238)
#DBE9EF
(219,233,239)
#DEEBF0
(222,235,240)
#E1EDF1
(225,237,241)
#E4EFF2
(228,239,242)
#E7F1F3
(231,241,243)
#EAF3F4
(234,243,244)
#EDF5F5
(237,245,245)
#F0F7F6
(240,247,246)
#F3F9F7
(243,249,247)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E7EE; }

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

This text font color is #D8E7EE.


Background Color

.myBgColor { background-color: #D8E7EE; }

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

This div background color is #D8E7EE.


Border color

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

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

This div border color is #D8E7EE.


Opacity

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

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

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

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

This text has shadow with #D8E7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E7EE on black background.


Color preview on white background

This text has color #D8E7EE on white background.



Black color preview on #D8E7EE background

This text has black color on #D8E7EE background.


White color preview on #D8E7EE background

This text has white color on #D8E7EE background.