COLOR #D2D9DE

HEX: #D2D9DE RGB: (210,217,222)

Color info

#D2D9DE contains red, green and blue colors in about the same proportion. Web safe color of #D2D9DE is #CCCCCC (or #CCC).

RGB color model

#D2D9DE color RGB value is (210,217,222).

RGB: (210,217,222) (82%, 85%, 87%)

RGB channels and saturation

R 210 of 255 = 82%
G 217 of 255 = 85%
B 222 of 255 = 87%

210
217
222

R + G + B ~ 85%. #D2D9DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 217 + 222 = 649 (100%)
R 210 of 649 ~ 32.36%
G 217 of 649 ~ 33.44%
B 222 of 649 ~ 34.21'%

%32.36
%33.44
%34.21

CMYK color model

#D2D9DE color CMYK value is (5,2,0,13).

  • cyan value is 5.41%
  • magenta value is 2.25%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (5,2,0,13)
C5M2Y0K13 (5%, 2%, 0%, 13%)
(0.05 / 0.02 / 0.00 / 0.13)

CMYK percentages

%5.41
%2.25
%0
%12.94

Codes

Color #D2D9DE in popluar color models

D2 D9 DE
RGB 210 217 222
HSL 205° 15.38% 84.71%
HSB/HSV 205° 5.41% 87.06%
CMYK 5.41% 2.25% 0.00%
12.94%

Color #D2D9DE in popluar number systems.

HEX D2 D9 DE
Decimal 210 217 222
Binary 11010010 11011001 11011110
Octal 322 331 336

Shades and tints

Shades of #D2D9DE

#D2D9DE
(210,217,222)
#BFC6CA
(191,198,202)
#ACB3B6
(172,179,182)
#99A0A2
(153,160,162)
#868D8E
(134,141,142)
#737A7A
(115,122,122)
#606766
(96,103,102)
#4D5452
(77,84,82)
#3A413E
(58,65,62)
#272E2A
(39,46,42)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #D2D9DE

#D2D9DE
(210,217,222)
#D6DCE1
(214,220,225)
#DADFE4
(218,223,228)
#DEE2E7
(222,226,231)
#E2E5EA
(226,229,234)
#E6E8ED
(230,232,237)
#EAEBF0
(234,235,240)
#EEEEF3
(238,238,243)
#F2F1F6
(242,241,246)
#F6F4F9
(246,244,249)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2D9DE color. Also use rgb(210,217,222) instead hex code.

Text Font Color

.myTextColor { color: #D2D9DE; }

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

This text font color is #D2D9DE.

Background Color

.myBgColor { background-color: #D2D9DE; }

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

This div background color is #D2D9DE.

Border color

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

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

This div border color is #D2D9DE.

Opacity

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

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

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

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

This text has shadow with #D2D9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D9DE.

Preview

Color preview on black background

This text has color #D2D9DE on black background.


Color preview on white background

This text has color #D2D9DE on white background.


Black color preview on #D2D9DE background

This text has black color on #D2D9DE background.


White color preview on #D2D9DE background

This text has white color on #D2D9DE background.


Related colors

Complementary color

Complementary color for #hex is #2D2621.


I love getcolorcode.com

Triadic colors

1 #DED2D9 and #D9DED2 with #D2D9DE are triadic colors.

2 #DED9D2 and #D9D2DE with #D2D9DE are triadic colors.