COLOR #D2DDE7

HEX: #D2DDE7
RGB: (210,221,231)

Color info

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

RGB color model

#D2DDE7 color RGB value is (210,221,231).

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

RGB channels and saturation

R 210 of 255 = 82%
G 221 of 255 = 87%
B 231 of 255 = 91%

210
221
231

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

Portions of RGB colors in percentages

R + G + B =
210 + 221 + 231 = 662 (100%)
R 210 of 662 ~ 31.72%
G 221 of 662 ~ 33.38%
B 231 of 662 ~ 34.89%

%31.72
%33.38
%34.89

CMYK color model

#D2DDE7 color CMYK value is (9,4,0,9).

  • cyan value is 9.09%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(9,4,0,9)
C9M4Y0K9 
(9%,4%,0%,9%)
(0.09/0.04/0.00/0.09)	

CMYK percentages

%9.09
%4.33
%0
%9.41

Codes

Color #D2DDE7 in popluar color models

D2DDE7
RGB210221231
HSL209°30.43%86.47%
HSB/HSV209°9.09%90.59%
CMYK9.09%4.33%0.00%
9.41%

Color #D2DDE7 in popluar number systems.

HEXD2DDE7
Decimal210221231
Binary110100101101110111100111
Octal322335347

Shades and tints

Shades of #D2DDE7

#D2DDE7
(210,221,231)
#BFC9D2
(191,201,210)
#ACB5BD
(172,181,189)
#99A1A8
(153,161,168)
#868D93
(134,141,147)
#73797E
(115,121,126)
#606569
(96,101,105)
#4D5154
(77,81,84)
#3A3D3F
(58,61,63)
#27292A
(39,41,42)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #D2DDE7

#D2DDE7
(210,221,231)
#D6E0E9
(214,224,233)
#DAE3EB
(218,227,235)
#DEE6ED
(222,230,237)
#E2E9EF
(226,233,239)
#E6ECF1
(230,236,241)
#EAEFF3
(234,239,243)
#EEF2F5
(238,242,245)
#F2F5F7
(242,245,247)
#F6F8F9
(246,248,249)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DDE7; }

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

This text font color is #D2DDE7.


Background Color

.myBgColor { background-color: #D2DDE7; }

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

This div background color is #D2DDE7.


Border color

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

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

This div border color is #D2DDE7.


Opacity

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

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

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

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

This text has shadow with #D2DDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DDE7 on black background.


Color preview on white background

This text has color #D2DDE7 on white background.



Black color preview on #D2DDE7 background

This text has black color on #D2DDE7 background.


White color preview on #D2DDE7 background

This text has white color on #D2DDE7 background.