COLOR #D8E5FE

HEX: #D8E5FE
RGB: (216,229,254)

Color info

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

RGB color model

#D8E5FE color RGB value is (216,229,254).

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

RGB channels and saturation

R 216 of 255 = 85%
G 229 of 255 = 90%
B 254 of 255 = 100%

216
229
254

R + G + B ~ 92%. #D8E5FE is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 229 + 254 = 699 (100%)
R 216 of 699 ~ 30.9%
G 229 of 699 ~ 32.76%
B 254 of 699 ~ 36.34%

%30.9
%32.76
%36.34

CMYK color model

#D8E5FE color CMYK value is (15,10,0,0).

  • cyan value is 14.96%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(15,10,0,0)
C15M10Y0K0 
(15%,10%,0%,0%)
(0.15/0.10/0.00/0.00)	

CMYK percentages

%14.96
%9.84
%0
%0.39

Codes

Color #D8E5FE in popluar color models

D8E5FE
RGB216229254
HSL219°95.00%92.16%
HSB/HSV219°14.96%99.61%
CMYK14.96%9.84%0.00%
0.39%

Color #D8E5FE in popluar number systems.

HEXD8E5FE
Decimal216229254
Binary110110001110010111111110
Octal330345376

Shades and tints

Shades of #D8E5FE

#D8E5FE
(216,229,254)
#C5D1E7
(197,209,231)
#B2BDD0
(178,189,208)
#9FA9B9
(159,169,185)
#8C95A2
(140,149,162)
#79818B
(121,129,139)
#666D74
(102,109,116)
#53595D
(83,89,93)
#404546
(64,69,70)
#2D312F
(45,49,47)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #D8E5FE

#D8E5FE
(216,229,254)
#DBE7FE
(219,231,254)
#DEE9FE
(222,233,254)
#E1EBFE
(225,235,254)
#E4EDFE
(228,237,254)
#E7EFFE
(231,239,254)
#EAF1FE
(234,241,254)
#EDF3FE
(237,243,254)
#F0F5FE
(240,245,254)
#F3F7FE
(243,247,254)
#F6F9FE
(246,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E5FE; }

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

This text font color is #D8E5FE.


Background Color

.myBgColor { background-color: #D8E5FE; }

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

This div background color is #D8E5FE.


Border color

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

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

This div border color is #D8E5FE.


Opacity

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

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

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

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

This text has shadow with #D8E5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E5FE on black background.


Color preview on white background

This text has color #D8E5FE on white background.



Black color preview on #D8E5FE background

This text has black color on #D8E5FE background.


White color preview on #D8E5FE background

This text has white color on #D8E5FE background.