COLOR #D2E8FF

HEX: #D2E8FF
RGB: (210,232,255)

Color info

#D2E8FF contains red, green and blue colors in about the same proportion. Web safe color of #D2E8FF is #CCFFFF (or #CFF).

RGB color model

#D2E8FF color RGB value is (210,232,255).

  • red value is 210;
  • green value is 232;
  • blue value is 255.
RGB:
(210,232,255)
(82%,91%,100%)

RGB channels and saturation

R 210 of 255 = 82%
G 232 of 255 = 91%
B 255 of 255 = 100%

210
232
255

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

Portions of RGB colors in percentages

R + G + B =
210 + 232 + 255 = 697 (100%)
R 210 of 697 ~ 30.13%
G 232 of 697 ~ 33.29%
B 255 of 697 ~ 36.59%

%30.13
%33.29
%36.59

CMYK color model

#D2E8FF color CMYK value is (18,9,0,0).

  • cyan value is 17.65%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(18,9,0,0)
C18M9Y0K0 
(18%,9%,0%,0%)
(0.18/0.09/0.00/0.00)	

CMYK percentages

%17.65
%9.02
%0
%0

Codes

Color #D2E8FF in popluar color models

D2E8FF
RGB210232255
HSL211°100.00%91.18%
HSB/HSV211°17.65%100.00%
CMYK17.65%9.02%0.00%
0.00%

Color #D2E8FF in popluar number systems.

HEXD2E8FF
Decimal210232255
Binary110100101110100011111111
Octal322350377

Shades and tints

Shades of #D2E8FF

#D2E8FF
(210,232,255)
#BFD3E8
(191,211,232)
#ACBED1
(172,190,209)
#99A9BA
(153,169,186)
#8694A3
(134,148,163)
#737F8C
(115,127,140)
#606A75
(96,106,117)
#4D555E
(77,85,94)
#3A4047
(58,64,71)
#272B30
(39,43,48)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #D2E8FF

#D2E8FF
(210,232,255)
#D6EAFF
(214,234,255)
#DAECFF
(218,236,255)
#DEEEFF
(222,238,255)
#E2F0FF
(226,240,255)
#E6F2FF
(230,242,255)
#EAF4FF
(234,244,255)
#EEF6FF
(238,246,255)
#F2F8FF
(242,248,255)
#F6FAFF
(246,250,255)
#FAFCFF
(250,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E8FF color. Also use rgb(210,232,255) instead hex code.

Text Font Color

.myTextColor { color: #D2E8FF; }

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

This text font color is #D2E8FF.


Background Color

.myBgColor { background-color: #D2E8FF; }

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

This div background color is #D2E8FF.


Border color

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

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

This div border color is #D2E8FF.


Opacity

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

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

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

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

This text has shadow with #D2E8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E8FF on black background.


Color preview on white background

This text has color #D2E8FF on white background.



Black color preview on #D2E8FF background

This text has black color on #D2E8FF background.


White color preview on #D2E8FF background

This text has white color on #D2E8FF background.