COLOR #D0AC87

HEX: #D0AC87 RGB: (208,172,135)

Color info

#D0AC87 contains mainly red and green colors. Web safe color of #D0AC87 is #CC9999 (or #C99).

RGB color model

#D0AC87 color RGB value is (208,172,135).

RGB: (208,172,135) (82%, 67%, 53%)

RGB channels and saturation

R 208 of 255 = 82%
G 172 of 255 = 67%
B 135 of 255 = 53%

208
172
135

R + G + B ~ 67%. #D0AC87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 172 + 135 = 515 (100%)
R 208 of 515 ~ 40.39%
G 172 of 515 ~ 33.4%
B 135 of 515 ~ 26.21'%

%40.39
%33.4
%26.21

CMYK color model

#D0AC87 color CMYK value is (0,17,35,18).

  • cyan value is 0.00%
  • magenta value is 17.31%
  • yellow value is 35.10%
  • key color value is 18.43%

CMYK: (0,17,35,18)
C0M17Y35K18 (0%, 17%, 35%, 18%)
(0.00 / 0.17 / 0.35 / 0.18)

CMYK percentages

%0
%17.31
%35.1
%18.43

Codes

Color #D0AC87 in popluar color models

D0 AC 87
RGB 208 172 135
HSL 30° 43.71% 67.25%
HSB/HSV 30° 35.10% 81.57%
CMYK 0.00% 17.31% 35.10%
18.43%

Color #D0AC87 in popluar number systems.

HEX D0 AC 87
Decimal 208 172 135
Binary 11010000 10101100 10000111
Octal 320 254 207

Shades and tints

Shades of #D0AC87

#D0AC87
(208,172,135)
#BE9D7B
(190,157,123)
#AC8E6F
(172,142,111)
#9A7F63
(154,127,99)
#887057
(136,112,87)
#76614B
(118,97,75)
#64523F
(100,82,63)
#524333
(82,67,51)
#403427
(64,52,39)
#2E251B
(46,37,27)
#1C160F
(28,22,15)
#000000
(0,0,0)

Tints of #D0AC87

#D0AC87
(208,172,135)
#D4B391
(212,179,145)
#D8BA9B
(216,186,155)
#DCC1A5
(220,193,165)
#E0C8AF
(224,200,175)
#E4CFB9
(228,207,185)
#E8D6C3
(232,214,195)
#ECDDCD
(236,221,205)
#F0E4D7
(240,228,215)
#F4EBE1
(244,235,225)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AC87 color. Also use rgb(208,172,135) instead hex code.

Text Font Color

.myTextColor { color: #D0AC87; }

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

This text font color is #D0AC87.

Background Color

.myBgColor { background-color: #D0AC87; }

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

This div background color is #D0AC87.

Border color

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

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

This div border color is #D0AC87.

Opacity

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

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

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

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

This text has shadow with #D0AC87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0AC87.

Preview

Color preview on black background

This text has color #D0AC87 on black background.


Color preview on white background

This text has color #D0AC87 on white background.


Black color preview on #D0AC87 background

This text has black color on #D0AC87 background.


White color preview on #D0AC87 background

This text has white color on #D0AC87 background.


Related colors

Complementary color

Complementary color for #hex is #2F5378.


I love getcolorcode.com

Triadic colors

1 #87D0AC and #AC87D0 with #D0AC87 are triadic colors.

2 #87ACD0 and #ACD087 with #D0AC87 are triadic colors.