COLOR #D8E7EF

HEX: #D8E7EF
RGB: (216,231,239)

Color info

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

RGB color model

#D8E7EF color RGB value is (216,231,239).

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

RGB channels and saturation

R 216 of 255 = 85%
G 231 of 255 = 91%
B 239 of 255 = 94%

216
231
239

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

Portions of RGB colors in percentages

R + G + B =
216 + 231 + 239 = 686 (100%)
R 216 of 686 ~ 31.49%
G 231 of 686 ~ 33.67%
B 239 of 686 ~ 34.84%

%31.49
%33.67
%34.84

CMYK color model

#D8E7EF color CMYK value is (10,3,0,6).

  • cyan value is 9.62%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,3,0,6)
C10M3Y0K6 
(10%,3%,0%,6%)
(0.10/0.03/0.00/0.06)	

CMYK percentages

%9.62
%3.35
%0
%6.27

Codes

Color #D8E7EF in popluar color models

D8E7EF
RGB216231239
HSL201°41.82%89.22%
HSB/HSV201°9.62%93.73%
CMYK9.62%3.35%0.00%
6.27%

Color #D8E7EF in popluar number systems.

HEXD8E7EF
Decimal216231239
Binary110110001110011111101111
Octal330347357

Shades and tints

Shades of #D8E7EF

#D8E7EF
(216,231,239)
#C5D2DA
(197,210,218)
#B2BDC5
(178,189,197)
#9FA8B0
(159,168,176)
#8C939B
(140,147,155)
#797E86
(121,126,134)
#666971
(102,105,113)
#53545C
(83,84,92)
#403F47
(64,63,71)
#2D2A32
(45,42,50)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #D8E7EF

#D8E7EF
(216,231,239)
#DBE9F0
(219,233,240)
#DEEBF1
(222,235,241)
#E1EDF2
(225,237,242)
#E4EFF3
(228,239,243)
#E7F1F4
(231,241,244)
#EAF3F5
(234,243,245)
#EDF5F6
(237,245,246)
#F0F7F7
(240,247,247)
#F3F9F8
(243,249,248)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E7EF; }

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

This text font color is #D8E7EF.


Background Color

.myBgColor { background-color: #D8E7EF; }

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

This div background color is #D8E7EF.


Border color

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

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

This div border color is #D8E7EF.


Opacity

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

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

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

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

This text has shadow with #D8E7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E7EF on black background.


Color preview on white background

This text has color #D8E7EF on white background.



Black color preview on #D8E7EF background

This text has black color on #D8E7EF background.


White color preview on #D8E7EF background

This text has white color on #D8E7EF background.