COLOR #D0AC9F

HEX: #D0AC9F
RGB: (208,172,159)

Color info

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

RGB color model

#D0AC9F color RGB value is (208,172,159).

  • red value is 208;
  • green value is 172;
  • blue value is 159.
RGB:
(208,172,159)
(82%,67%,62%)

RGB channels and saturation

R 208 of 255 = 82%
G 172 of 255 = 67%
B 159 of 255 = 62%

208
172
159

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

Portions of RGB colors in percentages

R + G + B =
208 + 172 + 159 = 539 (100%)
R 208 of 539 ~ 38.59%
G 172 of 539 ~ 31.91%
B 159 of 539 ~ 29.5%

%38.59
%31.91
%29.5

CMYK color model

#D0AC9F color CMYK value is (0,17,24,18).

  • cyan value is 0.00%
  • magenta value is 17.31%
  • yellow value is 23.56%
  • key color value is 18.43%
CMYK:
(0,17,24,18)
C0M17Y24K18 
(0%,17%,24%,18%)
(0.00/0.17/0.24/0.18)	

CMYK percentages

%0
%17.31
%23.56
%18.43

Codes

Color #D0AC9F in popluar color models

D0AC9F
RGB208172159
HSL16°34.27%71.96%
HSB/HSV16°23.56%81.57%
CMYK0.00%17.31%23.56%
18.43%

Color #D0AC9F in popluar number systems.

HEXD0AC9F
Decimal208172159
Binary110100001010110010011111
Octal320254237

Shades and tints

Shades of #D0AC9F

#D0AC9F
(208,172,159)
#BE9D91
(190,157,145)
#AC8E83
(172,142,131)
#9A7F75
(154,127,117)
#887067
(136,112,103)
#766159
(118,97,89)
#64524B
(100,82,75)
#52433D
(82,67,61)
#40342F
(64,52,47)
#2E2521
(46,37,33)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #D0AC9F

#D0AC9F
(208,172,159)
#D4B3A7
(212,179,167)
#D8BAAF
(216,186,175)
#DCC1B7
(220,193,183)
#E0C8BF
(224,200,191)
#E4CFC7
(228,207,199)
#E8D6CF
(232,214,207)
#ECDDD7
(236,221,215)
#F0E4DF
(240,228,223)
#F4EBE7
(244,235,231)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AC9F; }

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

This text font color is #D0AC9F.


Background Color

.myBgColor { background-color: #D0AC9F; }

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

This div background color is #D0AC9F.


Border color

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

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

This div border color is #D0AC9F.


Opacity

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

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

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

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

This text has shadow with #D0AC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AC9F on black background.


Color preview on white background

This text has color #D0AC9F on white background.



Black color preview on #D0AC9F background

This text has black color on #D0AC9F background.


White color preview on #D0AC9F background

This text has white color on #D0AC9F background.