COLOR #D8E8EB

HEX: #D8E8EB
RGB: (216,232,235)

Color info

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

RGB color model

#D8E8EB color RGB value is (216,232,235).

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

RGB channels and saturation

R 216 of 255 = 85%
G 232 of 255 = 91%
B 235 of 255 = 92%

216
232
235

R + G + B ~ 89%. #D8E8EB is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 232 + 235 = 683 (100%)
R 216 of 683 ~ 31.63%
G 232 of 683 ~ 33.97%
B 235 of 683 ~ 34.41%

%31.63
%33.97
%34.41

CMYK color model

#D8E8EB color CMYK value is (8,1,0,8).

  • cyan value is 8.09%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,1,0,8)
C8M1Y0K8 
(8%,1%,0%,8%)
(0.08/0.01/0.00/0.08)	

CMYK percentages

%8.09
%1.28
%0
%7.84

Codes

Color #D8E8EB in popluar color models

D8E8EB
RGB216232235
HSL189°32.20%88.43%
HSB/HSV189°8.09%92.16%
CMYK8.09%1.28%0.00%
7.84%

Color #D8E8EB in popluar number systems.

HEXD8E8EB
Decimal216232235
Binary110110001110100011101011
Octal330350353

Shades and tints

Shades of #D8E8EB

#D8E8EB
(216,232,235)
#C5D3D6
(197,211,214)
#B2BEC1
(178,190,193)
#9FA9AC
(159,169,172)
#8C9497
(140,148,151)
#797F82
(121,127,130)
#666A6D
(102,106,109)
#535558
(83,85,88)
#404043
(64,64,67)
#2D2B2E
(45,43,46)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #D8E8EB

#D8E8EB
(216,232,235)
#DBEAEC
(219,234,236)
#DEECED
(222,236,237)
#E1EEEE
(225,238,238)
#E4F0EF
(228,240,239)
#E7F2F0
(231,242,240)
#EAF4F1
(234,244,241)
#EDF6F2
(237,246,242)
#F0F8F3
(240,248,243)
#F3FAF4
(243,250,244)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E8EB; }

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

This text font color is #D8E8EB.


Background Color

.myBgColor { background-color: #D8E8EB; }

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

This div background color is #D8E8EB.


Border color

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

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

This div border color is #D8E8EB.


Opacity

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

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

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

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

This text has shadow with #D8E8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E8EB on black background.


Color preview on white background

This text has color #D8E8EB on white background.



Black color preview on #D8E8EB background

This text has black color on #D8E8EB background.


White color preview on #D8E8EB background

This text has white color on #D8E8EB background.