COLOR #D8E5EF

HEX: #D8E5EF
RGB: (216,229,239)

Color info

#D8E5EF contains red, green and blue colors in about the same proportion. Web safe color of #D8E5EF is #CCCCFF (or #CCF).

RGB color model

#D8E5EF color RGB value is (216,229,239).

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

RGB channels and saturation

R 216 of 255 = 85%
G 229 of 255 = 90%
B 239 of 255 = 94%

216
229
239

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

Portions of RGB colors in percentages

R + G + B =
216 + 229 + 239 = 684 (100%)
R 216 of 684 ~ 31.58%
G 229 of 684 ~ 33.48%
B 239 of 684 ~ 34.94%

%31.58
%33.48
%34.94

CMYK color model

#D8E5EF color CMYK value is (10,4,0,6).

  • cyan value is 9.62%
  • magenta value is 4.18%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,4,0,6)
C10M4Y0K6 
(10%,4%,0%,6%)
(0.10/0.04/0.00/0.06)	

CMYK percentages

%9.62
%4.18
%0
%6.27

Codes

Color #D8E5EF in popluar color models

D8E5EF
RGB216229239
HSL206°41.82%89.22%
HSB/HSV206°9.62%93.73%
CMYK9.62%4.18%0.00%
6.27%

Color #D8E5EF in popluar number systems.

HEXD8E5EF
Decimal216229239
Binary110110001110010111101111
Octal330345357

Shades and tints

Shades of #D8E5EF

#D8E5EF
(216,229,239)
#C5D1DA
(197,209,218)
#B2BDC5
(178,189,197)
#9FA9B0
(159,169,176)
#8C959B
(140,149,155)
#798186
(121,129,134)
#666D71
(102,109,113)
#53595C
(83,89,92)
#404547
(64,69,71)
#2D3132
(45,49,50)
#1A1D1D
(26,29,29)
#000000
(0,0,0)

Tints of #D8E5EF

#D8E5EF
(216,229,239)
#DBE7F0
(219,231,240)
#DEE9F1
(222,233,241)
#E1EBF2
(225,235,242)
#E4EDF3
(228,237,243)
#E7EFF4
(231,239,244)
#EAF1F5
(234,241,245)
#EDF3F6
(237,243,246)
#F0F5F7
(240,245,247)
#F3F7F8
(243,247,248)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E5EF; }

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

This text font color is #D8E5EF.


Background Color

.myBgColor { background-color: #D8E5EF; }

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

This div background color is #D8E5EF.


Border color

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

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

This div border color is #D8E5EF.


Opacity

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

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

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

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

This text has shadow with #D8E5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E5EF on black background.


Color preview on white background

This text has color #D8E5EF on white background.



Black color preview on #D8E5EF background

This text has black color on #D8E5EF background.


White color preview on #D8E5EF background

This text has white color on #D8E5EF background.