COLOR #D2B6AD

HEX: #D2B6AD RGB: (210,182,173)

Color info

#D2B6AD contains red, green and blue colors in about the same proportion. Web safe color of #D2B6AD is #CCCC99 (or #CC9).

RGB color model

#D2B6AD color RGB value is (210,182,173).

RGB: (210,182,173) (82%, 71%, 68%)

RGB channels and saturation

R 210 of 255 = 82%
G 182 of 255 = 71%
B 173 of 255 = 68%

210
182
173

R + G + B ~ 74%. #D2B6AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 182 + 173 = 565 (100%)
R 210 of 565 ~ 37.17%
G 182 of 565 ~ 32.21%
B 173 of 565 ~ 30.62'%

%37.17
%32.21
%30.62

CMYK color model

#D2B6AD color CMYK value is (0,13,18,18).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 17.62%
  • key color value is 17.65%

CMYK: (0,13,18,18)
C0M13Y18K18 (0%, 13%, 18%, 18%)
(0.00 / 0.13 / 0.18 / 0.18)

CMYK percentages

%0
%13.33
%17.62
%17.65

Codes

Color #D2B6AD in popluar color models

D2 B6 AD
RGB 210 182 173
HSL 15° 29.13% 75.10%
HSB/HSV 15° 17.62% 82.35%
CMYK 0.00% 13.33% 17.62%
17.65%

Color #D2B6AD in popluar number systems.

HEX D2 B6 AD
Decimal 210 182 173
Binary 11010010 10110110 10101101
Octal 322 266 255

Shades and tints

Shades of #D2B6AD

#D2B6AD
(210,182,173)
#BFA69E
(191,166,158)
#AC968F
(172,150,143)
#998680
(153,134,128)
#867671
(134,118,113)
#736662
(115,102,98)
#605653
(96,86,83)
#4D4644
(77,70,68)
#3A3635
(58,54,53)
#272626
(39,38,38)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #D2B6AD

#D2B6AD
(210,182,173)
#D6BCB4
(214,188,180)
#DAC2BB
(218,194,187)
#DEC8C2
(222,200,194)
#E2CEC9
(226,206,201)
#E6D4D0
(230,212,208)
#EADAD7
(234,218,215)
#EEE0DE
(238,224,222)
#F2E6E5
(242,230,229)
#F6ECEC
(246,236,236)
#FAF2F3
(250,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B6AD color. Also use rgb(210,182,173) instead hex code.

Text Font Color

.myTextColor { color: #D2B6AD; }

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

This text font color is #D2B6AD.

Background Color

.myBgColor { background-color: #D2B6AD; }

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

This div background color is #D2B6AD.

Border color

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

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

This div border color is #D2B6AD.

Opacity

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

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

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

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

This text has shadow with #D2B6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B6AD.

Preview

Color preview on black background

This text has color #D2B6AD on black background.


Color preview on white background

This text has color #D2B6AD on white background.


Black color preview on #D2B6AD background

This text has black color on #D2B6AD background.


White color preview on #D2B6AD background

This text has white color on #D2B6AD background.


Related colors

Complementary color

Complementary color for #hex is #2D4952.


I love getcolorcode.com

Triadic colors

1 #ADD2B6 and #B6ADD2 with #D2B6AD are triadic colors.

2 #ADB6D2 and #B6D2AD with #D2B6AD are triadic colors.