COLOR #D2D7D9

HEX: #D2D7D9 RGB: (210,215,217)

Color info

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

RGB color model

#D2D7D9 color RGB value is (210,215,217).

RGB: (210,215,217) (82%, 84%, 85%)

RGB channels and saturation

R 210 of 255 = 82%
G 215 of 255 = 84%
B 217 of 255 = 85%

210
215
217

R + G + B ~ 84%. #D2D7D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 215 + 217 = 642 (100%)
R 210 of 642 ~ 32.71%
G 215 of 642 ~ 33.49%
B 217 of 642 ~ 33.8'%

%32.71
%33.49
%33.8

CMYK color model

#D2D7D9 color CMYK value is (3,1,0,15).

  • cyan value is 3.23%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (3,1,0,15) C3M1Y0K15 (3%,1%,0%,15%) (0.03/0.01/0.00/0.15) 

CMYK percentages

%3.23
%0.92
%0
%14.9

Codes

Color #D2D7D9 in popluar color models

D2 D7 D9
RGB 210 215 217
HSL 197° 8.43% 83.73%
HSB/HSV 197° 3.23% 85.10%
CMYK 3.23% 0.92% 0.00%
14.90%

Color #D2D7D9 in popluar number systems.

HEX D2 D7 D9
Decimal 210 215 217
Binary 11010010 11010111 11011001
Octal 322 327 331

Shades and tints

Shades of #D2D7D9

#D2D7D9
(210,215,217)
#BFC4C6
(191,196,198)
#ACB1B3
(172,177,179)
#999EA0
(153,158,160)
#868B8D
(134,139,141)
#73787A
(115,120,122)
#606567
(96,101,103)
#4D5254
(77,82,84)
#3A3F41
(58,63,65)
#272C2E
(39,44,46)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #D2D7D9

#D2D7D9
(210,215,217)
#D6DADC
(214,218,220)
#DADDDF
(218,221,223)
#DEE0E2
(222,224,226)
#E2E3E5
(226,227,229)
#E6E6E8
(230,230,232)
#EAE9EB
(234,233,235)
#EEECEE
(238,236,238)
#F2EFF1
(242,239,241)
#F6F2F4
(246,242,244)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D7D9; }

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

This text font color is #D2D7D9.

Background Color

.myBgColor { background-color: #D2D7D9; }

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

This div background color is #D2D7D9.

Border color

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

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

This div border color is #D2D7D9.

Opacity

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

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

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

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

This text has shadow with #D2D7D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D7D9.

Preview

Color preview on black background

This text has color #D2D7D9 on black background.


Color preview on white background

This text has color #D2D7D9 on white background.


Black color preview on #D2D7D9 background

This text has black color on #D2D7D9 background.


White color preview on #D2D7D9 background

This text has white color on #D2D7D9 background.


Related colors

Complementary color

Complementary color for #hex is #2D2826.


I love getcolorcode.com

Triadic colors

1 #D9D2D7 and #D7D9D2 with #D2D7D9 are triadic colors.

2 #D9D7D2 and #D7D2D9 with #D2D7D9 are triadic colors.