COLOR #D2D6B7

HEX: #D2D6B7 RGB: (210,214,183)

Color info

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

RGB color model

#D2D6B7 color RGB value is (210,214,183).

RGB: (210,214,183) (82%, 84%, 72%)

RGB channels and saturation

R 210 of 255 = 82%
G 214 of 255 = 84%
B 183 of 255 = 72%

210
214
183

R + G + B ~ 79%. #D2D6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 214 + 183 = 607 (100%)
R 210 of 607 ~ 34.6%
G 214 of 607 ~ 35.26%
B 183 of 607 ~ 30.15'%

%34.6
%35.26
%30.15

CMYK color model

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

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

CMYK: (2,0,14,16)
C2M0Y14K16 (2%, 0%, 14%, 16%)
(0.02 / 0.00 / 0.14 / 0.16)

CMYK percentages

%1.87
%0
%14.49
%16.08

Codes

Color #D2D6B7 in popluar color models

D2 D6 B7
RGB 210 214 183
HSL 68° 27.43% 77.84%
HSB/HSV 68° 14.49% 83.92%
CMYK 1.87% 0.00% 14.49%
16.08%

Color #D2D6B7 in popluar number systems.

HEX D2 D6 B7
Decimal 210 214 183
Binary 11010010 11010110 10110111
Octal 322 326 267

Shades and tints

Shades of #D2D6B7

#D2D6B7
(210,214,183)
#BFC3A7
(191,195,167)
#ACB097
(172,176,151)
#999D87
(153,157,135)
#868A77
(134,138,119)
#737767
(115,119,103)
#606457
(96,100,87)
#4D5147
(77,81,71)
#3A3E37
(58,62,55)
#272B27
(39,43,39)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #D2D6B7

#D2D6B7
(210,214,183)
#D6D9BD
(214,217,189)
#DADCC3
(218,220,195)
#DEDFC9
(222,223,201)
#E2E2CF
(226,226,207)
#E6E5D5
(230,229,213)
#EAE8DB
(234,232,219)
#EEEBE1
(238,235,225)
#F2EEE7
(242,238,231)
#F6F1ED
(246,241,237)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D6B7; }

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

This text font color is #D2D6B7.

Background Color

.myBgColor { background-color: #D2D6B7; }

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

This div background color is #D2D6B7.

Border color

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

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

This div border color is #D2D6B7.

Opacity

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

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

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

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

This text has shadow with #D2D6B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D6B7.

Preview

Color preview on black background

This text has color #D2D6B7 on black background.


Color preview on white background

This text has color #D2D6B7 on white background.


Black color preview on #D2D6B7 background

This text has black color on #D2D6B7 background.


White color preview on #D2D6B7 background

This text has white color on #D2D6B7 background.


Related colors

Complementary color

Complementary color for #hex is #2D2948.


I love getcolorcode.com

Triadic colors

1 #B7D2D6 and #D6B7D2 with #D2D6B7 are triadic colors.

2 #B7D6D2 and #D6D2B7 with #D2D6B7 are triadic colors.