COLOR #D2A89D

HEX: #D2A89D RGB: (210,168,157)

Color info

#D2A89D contains red, green and blue colors in about the same proportion. Web safe color of #D2A89D is #CC9999 (or #C99).

RGB color model

#D2A89D color RGB value is (210,168,157).

RGB: (210,168,157) (82%, 66%, 62%)

RGB channels and saturation

R 210 of 255 = 82%
G 168 of 255 = 66%
B 157 of 255 = 62%

210
168
157

R + G + B ~ 70%. #D2A89D is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 168 + 157 = 535 (100%)
R 210 of 535 ~ 39.25%
G 168 of 535 ~ 31.4%
B 157 of 535 ~ 29.35'%

%39.25
%31.4
%29.35

CMYK color model

#D2A89D color CMYK value is (0,20,25,18).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 25.24%
  • key color value is 17.65%
CMYK: (0,20,25,18) C0M20Y25K18 (0%,20%,25%,18%) (0.00/0.20/0.25/0.18) 

CMYK percentages

%0
%20
%25.24
%17.65

Codes

Color #D2A89D in popluar color models

D2 A8 9D
RGB 210 168 157
HSL 12° 37.06% 71.96%
HSB/HSV 12° 25.24% 82.35%
CMYK 0.00% 20.00% 25.24%
17.65%

Color #D2A89D in popluar number systems.

HEX D2 A8 9D
Decimal 210 168 157
Binary 11010010 10101000 10011101
Octal 322 250 235

Shades and tints

Shades of #D2A89D

#D2A89D
(210,168,157)
#BF998F
(191,153,143)
#AC8A81
(172,138,129)
#997B73
(153,123,115)
#866C65
(134,108,101)
#735D57
(115,93,87)
#604E49
(96,78,73)
#4D3F3B
(77,63,59)
#3A302D
(58,48,45)
#27211F
(39,33,31)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #D2A89D

#D2A89D
(210,168,157)
#D6AFA5
(214,175,165)
#DAB6AD
(218,182,173)
#DEBDB5
(222,189,181)
#E2C4BD
(226,196,189)
#E6CBC5
(230,203,197)
#EAD2CD
(234,210,205)
#EED9D5
(238,217,213)
#F2E0DD
(242,224,221)
#F6E7E5
(246,231,229)
#FAEEED
(250,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A89D color. Also use rgb(210,168,157) instead hex code.

Text Font Color

.myTextColor { color: #D2A89D; }

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

This text font color is #D2A89D.

Background Color

.myBgColor { background-color: #D2A89D; }

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

This div background color is #D2A89D.

Border color

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

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

This div border color is #D2A89D.

Opacity

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

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

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

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

This text has shadow with #D2A89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A89D.

Preview

Color preview on black background

This text has color #D2A89D on black background.


Color preview on white background

This text has color #D2A89D on white background.


Black color preview on #D2A89D background

This text has black color on #D2A89D background.


White color preview on #D2A89D background

This text has white color on #D2A89D background.


Related colors

Complementary color

Complementary color for #hex is #2D5762.


I love getcolorcode.com

Triadic colors

1 #9DD2A8 and #A89DD2 with #D2A89D are triadic colors.

2 #9DA8D2 and #A8D29D with #D2A89D are triadic colors.