COLOR #D8E6FD

HEX: #D8E6FD
RGB: (216,230,253)

Color info

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

RGB color model

#D8E6FD color RGB value is (216,230,253).

  • red value is 216;
  • green value is 230;
  • blue value is 253.
RGB:
(216,230,253)
(85%,90%,99%)

RGB channels and saturation

R 216 of 255 = 85%
G 230 of 255 = 90%
B 253 of 255 = 99%

216
230
253

R + G + B ~ 91%. #D8E6FD is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 230 + 253 = 699 (100%)
R 216 of 699 ~ 30.9%
G 230 of 699 ~ 32.9%
B 253 of 699 ~ 36.19%

%30.9
%32.9
%36.19

CMYK color model

#D8E6FD color CMYK value is (15,9,0,1).

  • cyan value is 14.62%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(15,9,0,1)
C15M9Y0K1 
(15%,9%,0%,1%)
(0.15/0.09/0.00/0.01)	

CMYK percentages

%14.62
%9.09
%0
%0.78

Codes

Color #D8E6FD in popluar color models

D8E6FD
RGB216230253
HSL217°90.24%91.96%
HSB/HSV217°14.62%99.22%
CMYK14.62%9.09%0.00%
0.78%

Color #D8E6FD in popluar number systems.

HEXD8E6FD
Decimal216230253
Binary110110001110011011111101
Octal330346375

Shades and tints

Shades of #D8E6FD

#D8E6FD
(216,230,253)
#C5D2E6
(197,210,230)
#B2BECF
(178,190,207)
#9FAAB8
(159,170,184)
#8C96A1
(140,150,161)
#79828A
(121,130,138)
#666E73
(102,110,115)
#535A5C
(83,90,92)
#404645
(64,70,69)
#2D322E
(45,50,46)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #D8E6FD

#D8E6FD
(216,230,253)
#DBE8FD
(219,232,253)
#DEEAFD
(222,234,253)
#E1ECFD
(225,236,253)
#E4EEFD
(228,238,253)
#E7F0FD
(231,240,253)
#EAF2FD
(234,242,253)
#EDF4FD
(237,244,253)
#F0F6FD
(240,246,253)
#F3F8FD
(243,248,253)
#F6FAFD
(246,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E6FD color. Also use rgb(216,230,253) instead hex code.

Text Font Color

.myTextColor { color: #D8E6FD; }

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

This text font color is #D8E6FD.


Background Color

.myBgColor { background-color: #D8E6FD; }

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

This div background color is #D8E6FD.


Border color

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

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

This div border color is #D8E6FD.


Opacity

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

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

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

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

This text has shadow with #D8E6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E6FD on black background.


Color preview on white background

This text has color #D8E6FD on white background.



Black color preview on #D8E6FD background

This text has black color on #D8E6FD background.


White color preview on #D8E6FD background

This text has white color on #D8E6FD background.