COLOR #D8AC9A

HEX: #D8AC9A RGB: (216,172,154)

Color info

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

RGB color model

#D8AC9A color RGB value is (216,172,154).

RGB: (216,172,154) (85%, 67%, 60%)

RGB channels and saturation

R 216 of 255 = 85%
G 172 of 255 = 67%
B 154 of 255 = 60%

216
172
154

R + G + B ~ 71%. #D8AC9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 172 + 154 = 542 (100%)
R 216 of 542 ~ 39.85%
G 172 of 542 ~ 31.73%
B 154 of 542 ~ 28.41'%

%39.85
%31.73
%28.41

CMYK color model

#D8AC9A color CMYK value is (0,20,29,15).

  • cyan value is 0.00%
  • magenta value is 20.37%
  • yellow value is 28.70%
  • key color value is 15.29%

CMYK: (0,20,29,15)
C0M20Y29K15 (0%, 20%, 29%, 15%)
(0.00 / 0.20 / 0.29 / 0.15)

CMYK percentages

%0
%20.37
%28.7
%15.29

Codes

Color #D8AC9A in popluar color models

D8 AC 9A
RGB 216 172 154
HSL 17° 44.29% 72.55%
HSB/HSV 17° 28.70% 84.71%
CMYK 0.00% 20.37% 28.70%
15.29%

Color #D8AC9A in popluar number systems.

HEX D8 AC 9A
Decimal 216 172 154
Binary 11011000 10101100 10011010
Octal 330 254 232

Shades and tints

Shades of #D8AC9A

#D8AC9A
(216,172,154)
#C59D8C
(197,157,140)
#B28E7E
(178,142,126)
#9F7F70
(159,127,112)
#8C7062
(140,112,98)
#796154
(121,97,84)
#665246
(102,82,70)
#534338
(83,67,56)
#40342A
(64,52,42)
#2D251C
(45,37,28)
#1A160E
(26,22,14)
#000000
(0,0,0)

Tints of #D8AC9A

#D8AC9A
(216,172,154)
#DBB3A3
(219,179,163)
#DEBAAC
(222,186,172)
#E1C1B5
(225,193,181)
#E4C8BE
(228,200,190)
#E7CFC7
(231,207,199)
#EAD6D0
(234,214,208)
#EDDDD9
(237,221,217)
#F0E4E2
(240,228,226)
#F3EBEB
(243,235,235)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AC9A color. Also use rgb(216,172,154) instead hex code.

Text Font Color

.myTextColor { color: #D8AC9A; }

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

This text font color is #D8AC9A.

Background Color

.myBgColor { background-color: #D8AC9A; }

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

This div background color is #D8AC9A.

Border color

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

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

This div border color is #D8AC9A.

Opacity

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

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

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

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

This text has shadow with #D8AC9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8AC9A.

Preview

Color preview on black background

This text has color #D8AC9A on black background.


Color preview on white background

This text has color #D8AC9A on white background.


Black color preview on #D8AC9A background

This text has black color on #D8AC9A background.


White color preview on #D8AC9A background

This text has white color on #D8AC9A background.


Related colors

Complementary color

Complementary color for #hex is #275365.


I love getcolorcode.com

Triadic colors

1 #9AD8AC and #AC9AD8 with #D8AC9A are triadic colors.

2 #9AACD8 and #ACD89A with #D8AC9A are triadic colors.