COLOR #D8E8E7

HEX: #D8E8E7
RGB: (216,232,231)

Color info

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

RGB color model

#D8E8E7 color RGB value is (216,232,231).

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

RGB channels and saturation

R 216 of 255 = 85%
G 232 of 255 = 91%
B 231 of 255 = 91%

216
232
231

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

Portions of RGB colors in percentages

R + G + B =
216 + 232 + 231 = 679 (100%)
R 216 of 679 ~ 31.81%
G 232 of 679 ~ 34.17%
B 231 of 679 ~ 34.02%

%31.81
%34.17
%34.02

CMYK color model

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

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 9.02%
CMYK:
(7,0,0,9)
C7M0Y0K9 
(7%,0%,0%,9%)
(0.07/0.00/0.00/0.09)	

CMYK percentages

%6.9
%0
%0.43
%9.02

Codes

Color #D8E8E7 in popluar color models

D8E8E7
RGB216232231
HSL176°25.81%87.84%
HSB/HSV176°6.90%90.98%
CMYK6.90%0.00%0.43%
9.02%

Color #D8E8E7 in popluar number systems.

HEXD8E8E7
Decimal216232231
Binary110110001110100011100111
Octal330350347

Shades and tints

Shades of #D8E8E7

#D8E8E7
(216,232,231)
#C5D3D2
(197,211,210)
#B2BEBD
(178,190,189)
#9FA9A8
(159,169,168)
#8C9493
(140,148,147)
#797F7E
(121,127,126)
#666A69
(102,106,105)
#535554
(83,85,84)
#40403F
(64,64,63)
#2D2B2A
(45,43,42)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #D8E8E7

#D8E8E7
(216,232,231)
#DBEAE9
(219,234,233)
#DEECEB
(222,236,235)
#E1EEED
(225,238,237)
#E4F0EF
(228,240,239)
#E7F2F1
(231,242,241)
#EAF4F3
(234,244,243)
#EDF6F5
(237,246,245)
#F0F8F7
(240,248,247)
#F3FAF9
(243,250,249)
#F6FCFB
(246,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E8E7; }

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

This text font color is #D8E8E7.


Background Color

.myBgColor { background-color: #D8E8E7; }

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

This div background color is #D8E8E7.


Border color

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

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

This div border color is #D8E8E7.


Opacity

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

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

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

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

This text has shadow with #D8E8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E8E7 on black background.


Color preview on white background

This text has color #D8E8E7 on white background.



Black color preview on #D8E8E7 background

This text has black color on #D8E8E7 background.


White color preview on #D8E8E7 background

This text has white color on #D8E8E7 background.