COLOR #D8E2FF

HEX: #D8E2FF
RGB: (216,226,255)

Color info

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

RGB color model

#D8E2FF color RGB value is (216,226,255).

  • red value is 216;
  • green value is 226;
  • blue value is 255.
RGB:
(216,226,255)
(85%,89%,100%)

RGB channels and saturation

R 216 of 255 = 85%
G 226 of 255 = 89%
B 255 of 255 = 100%

216
226
255

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

Portions of RGB colors in percentages

R + G + B =
216 + 226 + 255 = 697 (100%)
R 216 of 697 ~ 30.99%
G 226 of 697 ~ 32.42%
B 255 of 697 ~ 36.59%

%30.99
%32.42
%36.59

CMYK color model

#D8E2FF color CMYK value is (15,11,0,0).

  • cyan value is 15.29%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(15,11,0,0)
C15M11Y0K0 
(15%,11%,0%,0%)
(0.15/0.11/0.00/0.00)	

CMYK percentages

%15.29
%11.37
%0
%0

Codes

Color #D8E2FF in popluar color models

D8E2FF
RGB216226255
HSL225°100.00%92.35%
HSB/HSV225°15.29%100.00%
CMYK15.29%11.37%0.00%
0.00%

Color #D8E2FF in popluar number systems.

HEXD8E2FF
Decimal216226255
Binary110110001110001011111111
Octal330342377

Shades and tints

Shades of #D8E2FF

#D8E2FF
(216,226,255)
#C5CEE8
(197,206,232)
#B2BAD1
(178,186,209)
#9FA6BA
(159,166,186)
#8C92A3
(140,146,163)
#797E8C
(121,126,140)
#666A75
(102,106,117)
#53565E
(83,86,94)
#404247
(64,66,71)
#2D2E30
(45,46,48)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #D8E2FF

#D8E2FF
(216,226,255)
#DBE4FF
(219,228,255)
#DEE6FF
(222,230,255)
#E1E8FF
(225,232,255)
#E4EAFF
(228,234,255)
#E7ECFF
(231,236,255)
#EAEEFF
(234,238,255)
#EDF0FF
(237,240,255)
#F0F2FF
(240,242,255)
#F3F4FF
(243,244,255)
#F6F6FF
(246,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E2FF color. Also use rgb(216,226,255) instead hex code.

Text Font Color

.myTextColor { color: #D8E2FF; }

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

This text font color is #D8E2FF.


Background Color

.myBgColor { background-color: #D8E2FF; }

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

This div background color is #D8E2FF.


Border color

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

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

This div border color is #D8E2FF.


Opacity

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

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

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

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

This text has shadow with #D8E2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E2FF on black background.


Color preview on white background

This text has color #D8E2FF on white background.



Black color preview on #D8E2FF background

This text has black color on #D8E2FF background.


White color preview on #D8E2FF background

This text has white color on #D8E2FF background.