COLOR #D2E0E7

HEX: #D2E0E7
RGB: (210,224,231)

Color info

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

RGB color model

#D2E0E7 color RGB value is (210,224,231).

  • red value is 210;
  • green value is 224;
  • blue value is 231.
RGB:
(210,224,231)
(82%,88%,91%)

RGB channels and saturation

R 210 of 255 = 82%
G 224 of 255 = 88%
B 231 of 255 = 91%

210
224
231

R + G + B ~ 87%. #D2E0E7 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 224 + 231 = 665 (100%)
R 210 of 665 ~ 31.58%
G 224 of 665 ~ 33.68%
B 231 of 665 ~ 34.74%

%31.58
%33.68
%34.74

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(9,3,0,9)
C9M3Y0K9 
(9%,3%,0%,9%)
(0.09/0.03/0.00/0.09)	

CMYK percentages

%9.09
%3.03
%0
%9.41

Codes

Color #D2E0E7 in popluar color models

D2E0E7
RGB210224231
HSL200°30.43%86.47%
HSB/HSV200°9.09%90.59%
CMYK9.09%3.03%0.00%
9.41%

Color #D2E0E7 in popluar number systems.

HEXD2E0E7
Decimal210224231
Binary110100101110000011100111
Octal322340347

Shades and tints

Shades of #D2E0E7

#D2E0E7
(210,224,231)
#BFCCD2
(191,204,210)
#ACB8BD
(172,184,189)
#99A4A8
(153,164,168)
#869093
(134,144,147)
#737C7E
(115,124,126)
#606869
(96,104,105)
#4D5454
(77,84,84)
#3A403F
(58,64,63)
#272C2A
(39,44,42)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #D2E0E7

#D2E0E7
(210,224,231)
#D6E2E9
(214,226,233)
#DAE4EB
(218,228,235)
#DEE6ED
(222,230,237)
#E2E8EF
(226,232,239)
#E6EAF1
(230,234,241)
#EAECF3
(234,236,243)
#EEEEF5
(238,238,245)
#F2F0F7
(242,240,247)
#F6F2F9
(246,242,249)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E0E7 color. Also use rgb(210,224,231) instead hex code.

Text Font Color

.myTextColor { color: #D2E0E7; }

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

This text font color is #D2E0E7.


Background Color

.myBgColor { background-color: #D2E0E7; }

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

This div background color is #D2E0E7.


Border color

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

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

This div border color is #D2E0E7.


Opacity

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

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

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

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

This text has shadow with #D2E0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E0E7 on black background.


Color preview on white background

This text has color #D2E0E7 on white background.



Black color preview on #D2E0E7 background

This text has black color on #D2E0E7 background.


White color preview on #D2E0E7 background

This text has white color on #D2E0E7 background.