COLOR #D2E9FE

HEX: #D2E9FE
RGB: (210,233,254)

Color info

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

RGB color model

#D2E9FE color RGB value is (210,233,254).

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

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 254 of 255 = 100%

210
233
254

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

Portions of RGB colors in percentages

R + G + B =
210 + 233 + 254 = 697 (100%)
R 210 of 697 ~ 30.13%
G 233 of 697 ~ 33.43%
B 254 of 697 ~ 36.44%

%30.13
%33.43
%36.44

CMYK color model

#D2E9FE color CMYK value is (17,8,0,0).

  • cyan value is 17.32%
  • magenta value is 8.27%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(17,8,0,0)
C17M8Y0K0 
(17%,8%,0%,0%)
(0.17/0.08/0.00/0.00)	

CMYK percentages

%17.32
%8.27
%0
%0.39

Codes

Color #D2E9FE in popluar color models

D2E9FE
RGB210233254
HSL209°95.65%90.98%
HSB/HSV209°17.32%99.61%
CMYK17.32%8.27%0.00%
0.39%

Color #D2E9FE in popluar number systems.

HEXD2E9FE
Decimal210233254
Binary110100101110100111111110
Octal322351376

Shades and tints

Shades of #D2E9FE

#D2E9FE
(210,233,254)
#BFD4E7
(191,212,231)
#ACBFD0
(172,191,208)
#99AAB9
(153,170,185)
#8695A2
(134,149,162)
#73808B
(115,128,139)
#606B74
(96,107,116)
#4D565D
(77,86,93)
#3A4146
(58,65,70)
#272C2F
(39,44,47)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #D2E9FE

#D2E9FE
(210,233,254)
#D6EBFE
(214,235,254)
#DAEDFE
(218,237,254)
#DEEFFE
(222,239,254)
#E2F1FE
(226,241,254)
#E6F3FE
(230,243,254)
#EAF5FE
(234,245,254)
#EEF7FE
(238,247,254)
#F2F9FE
(242,249,254)
#F6FBFE
(246,251,254)
#FAFDFE
(250,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E9FE color. Also use rgb(210,233,254) instead hex code.

Text Font Color

.myTextColor { color: #D2E9FE; }

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

This text font color is #D2E9FE.


Background Color

.myBgColor { background-color: #D2E9FE; }

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

This div background color is #D2E9FE.


Border color

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

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

This div border color is #D2E9FE.


Opacity

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

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

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

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

This text has shadow with #D2E9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E9FE on black background.


Color preview on white background

This text has color #D2E9FE on white background.



Black color preview on #D2E9FE background

This text has black color on #D2E9FE background.


White color preview on #D2E9FE background

This text has white color on #D2E9FE background.