COLOR #D2E1F7

HEX: #D2E1F7
RGB: (210,225,247)

Color info

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

RGB color model

#D2E1F7 color RGB value is (210,225,247).

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

RGB channels and saturation

R 210 of 255 = 82%
G 225 of 255 = 88%
B 247 of 255 = 97%

210
225
247

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

Portions of RGB colors in percentages

R + G + B =
210 + 225 + 247 = 682 (100%)
R 210 of 682 ~ 30.79%
G 225 of 682 ~ 32.99%
B 247 of 682 ~ 36.22%

%30.79
%32.99
%36.22

CMYK color model

#D2E1F7 color CMYK value is (15,9,0,3).

  • cyan value is 14.98%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(15,9,0,3)
C15M9Y0K3 
(15%,9%,0%,3%)
(0.15/0.09/0.00/0.03)	

CMYK percentages

%14.98
%8.91
%0
%3.14

Codes

Color #D2E1F7 in popluar color models

D2E1F7
RGB210225247
HSL216°69.81%89.61%
HSB/HSV216°14.98%96.86%
CMYK14.98%8.91%0.00%
3.14%

Color #D2E1F7 in popluar number systems.

HEXD2E1F7
Decimal210225247
Binary110100101110000111110111
Octal322341367

Shades and tints

Shades of #D2E1F7

#D2E1F7
(210,225,247)
#BFCDE1
(191,205,225)
#ACB9CB
(172,185,203)
#99A5B5
(153,165,181)
#86919F
(134,145,159)
#737D89
(115,125,137)
#606973
(96,105,115)
#4D555D
(77,85,93)
#3A4147
(58,65,71)
#272D31
(39,45,49)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #D2E1F7

#D2E1F7
(210,225,247)
#D6E3F7
(214,227,247)
#DAE5F7
(218,229,247)
#DEE7F7
(222,231,247)
#E2E9F7
(226,233,247)
#E6EBF7
(230,235,247)
#EAEDF7
(234,237,247)
#EEEFF7
(238,239,247)
#F2F1F7
(242,241,247)
#F6F3F7
(246,243,247)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E1F7; }

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

This text font color is #D2E1F7.


Background Color

.myBgColor { background-color: #D2E1F7; }

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

This div background color is #D2E1F7.


Border color

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

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

This div border color is #D2E1F7.


Opacity

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

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

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

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

This text has shadow with #D2E1F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E1F7 on black background.


Color preview on white background

This text has color #D2E1F7 on white background.



Black color preview on #D2E1F7 background

This text has black color on #D2E1F7 background.


White color preview on #D2E1F7 background

This text has white color on #D2E1F7 background.