COLOR #D2D1D6

HEX: #D2D1D6 RGB: (210,209,214)

Color info

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

RGB color model

#D2D1D6 color RGB value is (210,209,214).

RGB: (210,209,214) (82%, 82%, 84%)

RGB channels and saturation

R 210 of 255 = 82%
G 209 of 255 = 82%
B 214 of 255 = 84%

210
209
214

R + G + B ~ 83%. #D2D1D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 209 + 214 = 633 (100%)
R 210 of 633 ~ 33.18%
G 209 of 633 ~ 33.02%
B 214 of 633 ~ 33.81'%

%33.18
%33.02
%33.81

CMYK color model

#D2D1D6 color CMYK value is (2,2,0,16).

  • cyan value is 1.87%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (2,2,0,16)
C2M2Y0K16 (2%, 2%, 0%, 16%)
(0.02 / 0.02 / 0.00 / 0.16)

CMYK percentages

%1.87
%2.34
%0
%16.08

Codes

Color #D2D1D6 in popluar color models

D2 D1 D6
RGB 210 209 214
HSL 252° 5.75% 82.94%
HSB/HSV 252° 2.34% 83.92%
CMYK 1.87% 2.34% 0.00%
16.08%

Color #D2D1D6 in popluar number systems.

HEX D2 D1 D6
Decimal 210 209 214
Binary 11010010 11010001 11010110
Octal 322 321 326

Shades and tints

Shades of #D2D1D6

#D2D1D6
(210,209,214)
#BFBEC3
(191,190,195)
#ACABB0
(172,171,176)
#99989D
(153,152,157)
#86858A
(134,133,138)
#737277
(115,114,119)
#605F64
(96,95,100)
#4D4C51
(77,76,81)
#3A393E
(58,57,62)
#27262B
(39,38,43)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #D2D1D6

#D2D1D6
(210,209,214)
#D6D5D9
(214,213,217)
#DAD9DC
(218,217,220)
#DEDDDF
(222,221,223)
#E2E1E2
(226,225,226)
#E6E5E5
(230,229,229)
#EAE9E8
(234,233,232)
#EEEDEB
(238,237,235)
#F2F1EE
(242,241,238)
#F6F5F1
(246,245,241)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2D1D6 color. Also use rgb(210,209,214) instead hex code.

Text Font Color

.myTextColor { color: #D2D1D6; }

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

This text font color is #D2D1D6.

Background Color

.myBgColor { background-color: #D2D1D6; }

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

This div background color is #D2D1D6.

Border color

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

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

This div border color is #D2D1D6.

Opacity

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

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

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

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

This text has shadow with #D2D1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D1D6.

Preview

Color preview on black background

This text has color #D2D1D6 on black background.


Color preview on white background

This text has color #D2D1D6 on white background.


Black color preview on #D2D1D6 background

This text has black color on #D2D1D6 background.


White color preview on #D2D1D6 background

This text has white color on #D2D1D6 background.


Related colors

Complementary color

Complementary color for #hex is #2D2E29.


I love getcolorcode.com

Triadic colors

1 #D6D2D1 and #D1D6D2 with #D2D1D6 are triadic colors.

2 #D6D1D2 and #D1D2D6 with #D2D1D6 are triadic colors.