COLOR #D8E0F2

HEX: #D8E0F2
RGB: (216,224,242)

Color info

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

RGB color model

#D8E0F2 color RGB value is (216,224,242).

  • red value is 216;
  • green value is 224;
  • blue value is 242.
RGB:
(216,224,242)
(85%,88%,95%)

RGB channels and saturation

R 216 of 255 = 85%
G 224 of 255 = 88%
B 242 of 255 = 95%

216
224
242

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

Portions of RGB colors in percentages

R + G + B =
216 + 224 + 242 = 682 (100%)
R 216 of 682 ~ 31.67%
G 224 of 682 ~ 32.84%
B 242 of 682 ~ 35.48%

%31.67
%32.84
%35.48

CMYK color model

#D8E0F2 color CMYK value is (11,7,0,5).

  • cyan value is 10.74%
  • magenta value is 7.44%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(11,7,0,5)
C11M7Y0K5 
(11%,7%,0%,5%)
(0.11/0.07/0.00/0.05)	

CMYK percentages

%10.74
%7.44
%0
%5.1

Codes

Color #D8E0F2 in popluar color models

D8E0F2
RGB216224242
HSL222°50.00%89.80%
HSB/HSV222°10.74%94.90%
CMYK10.74%7.44%0.00%
5.10%

Color #D8E0F2 in popluar number systems.

HEXD8E0F2
Decimal216224242
Binary110110001110000011110010
Octal330340362

Shades and tints

Shades of #D8E0F2

#D8E0F2
(216,224,242)
#C5CCDC
(197,204,220)
#B2B8C6
(178,184,198)
#9FA4B0
(159,164,176)
#8C909A
(140,144,154)
#797C84
(121,124,132)
#66686E
(102,104,110)
#535458
(83,84,88)
#404042
(64,64,66)
#2D2C2C
(45,44,44)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #D8E0F2

#D8E0F2
(216,224,242)
#DBE2F3
(219,226,243)
#DEE4F4
(222,228,244)
#E1E6F5
(225,230,245)
#E4E8F6
(228,232,246)
#E7EAF7
(231,234,247)
#EAECF8
(234,236,248)
#EDEEF9
(237,238,249)
#F0F0FA
(240,240,250)
#F3F2FB
(243,242,251)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E0F2 color. Also use rgb(216,224,242) instead hex code.

Text Font Color

.myTextColor { color: #D8E0F2; }

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

This text font color is #D8E0F2.


Background Color

.myBgColor { background-color: #D8E0F2; }

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

This div background color is #D8E0F2.


Border color

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

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

This div border color is #D8E0F2.


Opacity

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

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

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

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

This text has shadow with #D8E0F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E0F2 on black background.


Color preview on white background

This text has color #D8E0F2 on white background.



Black color preview on #D8E0F2 background

This text has black color on #D8E0F2 background.


White color preview on #D8E0F2 background

This text has white color on #D8E0F2 background.