COLOR #D2DBE7

HEX: #D2DBE7 RGB: (210,219,231)

Color info

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

RGB color model

#D2DBE7 color RGB value is (210,219,231).

RGB: (210,219,231) (82%, 86%, 91%)

RGB channels and saturation

R 210 of 255 = 82%
G 219 of 255 = 86%
B 231 of 255 = 91%

210
219
231

R + G + B ~ 86%. #D2DBE7 is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 219 + 231 = 660 (100%)
R 210 of 660 ~ 31.82%
G 219 of 660 ~ 33.18%
B 231 of 660 ~ 35'%

%31.82
%33.18
%35

CMYK color model

#D2DBE7 color CMYK value is (9,5,0,9).

  • cyan value is 9.09%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (9,5,0,9)
C9M5Y0K9 (9%, 5%, 0%, 9%)
(0.09 / 0.05 / 0.00 / 0.09)

CMYK percentages

%9.09
%5.19
%0
%9.41

Codes

Color #D2DBE7 in popluar color models

D2 DB E7
RGB 210 219 231
HSL 214° 30.43% 86.47%
HSB/HSV 214° 9.09% 90.59%
CMYK 9.09% 5.19% 0.00%
9.41%

Color #D2DBE7 in popluar number systems.

HEX D2 DB E7
Decimal 210 219 231
Binary 11010010 11011011 11100111
Octal 322 333 347

Shades and tints

Shades of #D2DBE7

#D2DBE7
(210,219,231)
#BFC8D2
(191,200,210)
#ACB5BD
(172,181,189)
#99A2A8
(153,162,168)
#868F93
(134,143,147)
#737C7E
(115,124,126)
#606969
(96,105,105)
#4D5654
(77,86,84)
#3A433F
(58,67,63)
#27302A
(39,48,42)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #D2DBE7

#D2DBE7
(210,219,231)
#D6DEE9
(214,222,233)
#DAE1EB
(218,225,235)
#DEE4ED
(222,228,237)
#E2E7EF
(226,231,239)
#E6EAF1
(230,234,241)
#EAEDF3
(234,237,243)
#EEF0F5
(238,240,245)
#F2F3F7
(242,243,247)
#F6F6F9
(246,246,249)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DBE7; }

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

This text font color is #D2DBE7.

Background Color

.myBgColor { background-color: #D2DBE7; }

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

This div background color is #D2DBE7.

Border color

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

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

This div border color is #D2DBE7.

Opacity

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

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

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

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

This text has shadow with #D2DBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2DBE7.

Preview

Color preview on black background

This text has color #D2DBE7 on black background.


Color preview on white background

This text has color #D2DBE7 on white background.


Black color preview on #D2DBE7 background

This text has black color on #D2DBE7 background.


White color preview on #D2DBE7 background

This text has white color on #D2DBE7 background.


Related colors

Complementary color

Complementary color for #hex is #2D2418.


I love getcolorcode.com

Triadic colors

1 #E7D2DB and #DBE7D2 with #D2DBE7 are triadic colors.

2 #E7DBD2 and #DBD2E7 with #D2DBE7 are triadic colors.