COLOR #D2E1FE

HEX: #D2E1FE
RGB: (210,225,254)

Color info

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

RGB color model

#D2E1FE color RGB value is (210,225,254).

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

RGB channels and saturation

R 210 of 255 = 82%
G 225 of 255 = 88%
B 254 of 255 = 100%

210
225
254

R + G + B ~ 90%. #D2E1FE is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 225 + 254 = 689 (100%)
R 210 of 689 ~ 30.48%
G 225 of 689 ~ 32.66%
B 254 of 689 ~ 36.87%

%30.48
%32.66
%36.87

CMYK color model

#D2E1FE color CMYK value is (17,11,0,0).

  • cyan value is 17.32%
  • magenta value is 11.42%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(17,11,0,0)
C17M11Y0K0 
(17%,11%,0%,0%)
(0.17/0.11/0.00/0.00)	

CMYK percentages

%17.32
%11.42
%0
%0.39

Codes

Color #D2E1FE in popluar color models

D2E1FE
RGB210225254
HSL220°95.65%90.98%
HSB/HSV220°17.32%99.61%
CMYK17.32%11.42%0.00%
0.39%

Color #D2E1FE in popluar number systems.

HEXD2E1FE
Decimal210225254
Binary110100101110000111111110
Octal322341376

Shades and tints

Shades of #D2E1FE

#D2E1FE
(210,225,254)
#BFCDE7
(191,205,231)
#ACB9D0
(172,185,208)
#99A5B9
(153,165,185)
#8691A2
(134,145,162)
#737D8B
(115,125,139)
#606974
(96,105,116)
#4D555D
(77,85,93)
#3A4146
(58,65,70)
#272D2F
(39,45,47)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #D2E1FE

#D2E1FE
(210,225,254)
#D6E3FE
(214,227,254)
#DAE5FE
(218,229,254)
#DEE7FE
(222,231,254)
#E2E9FE
(226,233,254)
#E6EBFE
(230,235,254)
#EAEDFE
(234,237,254)
#EEEFFE
(238,239,254)
#F2F1FE
(242,241,254)
#F6F3FE
(246,243,254)
#FAF5FE
(250,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E1FE; }

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

This text font color is #D2E1FE.


Background Color

.myBgColor { background-color: #D2E1FE; }

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

This div background color is #D2E1FE.


Border color

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

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

This div border color is #D2E1FE.


Opacity

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

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

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

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

This text has shadow with #D2E1FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E1FE on black background.


Color preview on white background

This text has color #D2E1FE on white background.



Black color preview on #D2E1FE background

This text has black color on #D2E1FE background.


White color preview on #D2E1FE background

This text has white color on #D2E1FE background.