COLOR #D8E9EE

HEX: #D8E9EE
RGB: (216,233,238)

Color info

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

RGB color model

#D8E9EE color RGB value is (216,233,238).

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

RGB channels and saturation

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

216
233
238

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

Portions of RGB colors in percentages

R + G + B =
216 + 233 + 238 = 687 (100%)
R 216 of 687 ~ 31.44%
G 233 of 687 ~ 33.92%
B 238 of 687 ~ 34.64%

%31.44
%33.92
%34.64

CMYK color model

#D8E9EE color CMYK value is (9,2,0,7).

  • cyan value is 9.24%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(9,2,0,7)
C9M2Y0K7 
(9%,2%,0%,7%)
(0.09/0.02/0.00/0.07)	

CMYK percentages

%9.24
%2.1
%0
%6.67

Codes

Color #D8E9EE in popluar color models

D8E9EE
RGB216233238
HSL194°39.29%89.02%
HSB/HSV194°9.24%93.33%
CMYK9.24%2.10%0.00%
6.67%

Color #D8E9EE in popluar number systems.

HEXD8E9EE
Decimal216233238
Binary110110001110100111101110
Octal330351356

Shades and tints

Shades of #D8E9EE

#D8E9EE
(216,233,238)
#C5D4D9
(197,212,217)
#B2BFC4
(178,191,196)
#9FAAAF
(159,170,175)
#8C959A
(140,149,154)
#798085
(121,128,133)
#666B70
(102,107,112)
#53565B
(83,86,91)
#404146
(64,65,70)
#2D2C31
(45,44,49)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #D8E9EE

#D8E9EE
(216,233,238)
#DBEBEF
(219,235,239)
#DEEDF0
(222,237,240)
#E1EFF1
(225,239,241)
#E4F1F2
(228,241,242)
#E7F3F3
(231,243,243)
#EAF5F4
(234,245,244)
#EDF7F5
(237,247,245)
#F0F9F6
(240,249,246)
#F3FBF7
(243,251,247)
#F6FDF8
(246,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E9EE; }

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

This text font color is #D8E9EE.


Background Color

.myBgColor { background-color: #D8E9EE; }

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

This div background color is #D8E9EE.


Border color

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

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

This div border color is #D8E9EE.


Opacity

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

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

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

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

This text has shadow with #D8E9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E9EE on black background.


Color preview on white background

This text has color #D8E9EE on white background.



Black color preview on #D8E9EE background

This text has black color on #D8E9EE background.


White color preview on #D8E9EE background

This text has white color on #D8E9EE background.