COLOR #D0AC9B

HEX: #D0AC9B
RGB: (208,172,155)

Color info

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

RGB color model

#D0AC9B color RGB value is (208,172,155).

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

RGB channels and saturation

R 208 of 255 = 82%
G 172 of 255 = 67%
B 155 of 255 = 61%

208
172
155

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

Portions of RGB colors in percentages

R + G + B =
208 + 172 + 155 = 535 (100%)
R 208 of 535 ~ 38.88%
G 172 of 535 ~ 32.15%
B 155 of 535 ~ 28.97%

%38.88
%32.15
%28.97

CMYK color model

#D0AC9B color CMYK value is (0,17,25,18).

  • cyan value is 0.00%
  • magenta value is 17.31%
  • yellow value is 25.48%
  • key color value is 18.43%
CMYK:
(0,17,25,18)
C0M17Y25K18 
(0%,17%,25%,18%)
(0.00/0.17/0.25/0.18)	

CMYK percentages

%0
%17.31
%25.48
%18.43

Codes

Color #D0AC9B in popluar color models

D0AC9B
RGB208172155
HSL19°36.05%71.18%
HSB/HSV19°25.48%81.57%
CMYK0.00%17.31%25.48%
18.43%

Color #D0AC9B in popluar number systems.

HEXD0AC9B
Decimal208172155
Binary110100001010110010011011
Octal320254233

Shades and tints

Shades of #D0AC9B

#D0AC9B
(208,172,155)
#BE9D8D
(190,157,141)
#AC8E7F
(172,142,127)
#9A7F71
(154,127,113)
#887063
(136,112,99)
#766155
(118,97,85)
#645247
(100,82,71)
#524339
(82,67,57)
#40342B
(64,52,43)
#2E251D
(46,37,29)
#1C160F
(28,22,15)
#000000
(0,0,0)

Tints of #D0AC9B

#D0AC9B
(208,172,155)
#D4B3A4
(212,179,164)
#D8BAAD
(216,186,173)
#DCC1B6
(220,193,182)
#E0C8BF
(224,200,191)
#E4CFC8
(228,207,200)
#E8D6D1
(232,214,209)
#ECDDDA
(236,221,218)
#F0E4E3
(240,228,227)
#F4EBEC
(244,235,236)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AC9B; }

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

This text font color is #D0AC9B.


Background Color

.myBgColor { background-color: #D0AC9B; }

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

This div background color is #D0AC9B.


Border color

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

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

This div border color is #D0AC9B.


Opacity

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

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

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

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

This text has shadow with #D0AC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AC9B on black background.


Color preview on white background

This text has color #D0AC9B on white background.



Black color preview on #D0AC9B background

This text has black color on #D0AC9B background.


White color preview on #D0AC9B background

This text has white color on #D0AC9B background.