COLOR #D8AC8E

HEX: #D8AC8E RGB: (216,172,142)

Color info

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

RGB color model

#D8AC8E color RGB value is (216,172,142).

RGB: (216,172,142) (85%, 67%, 56%)

RGB channels and saturation

R 216 of 255 = 85%
G 172 of 255 = 67%
B 142 of 255 = 56%

216
172
142

R + G + B ~ 69%. #D8AC8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 172 + 142 = 530 (100%)
R 216 of 530 ~ 40.75%
G 172 of 530 ~ 32.45%
B 142 of 530 ~ 26.79'%

%40.75
%32.45
%26.79

CMYK color model

#D8AC8E color CMYK value is (0,20,34,15).

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

CMYK: (0,20,34,15)
C0M20Y34K15 (0%, 20%, 34%, 15%)
(0.00 / 0.20 / 0.34 / 0.15)

CMYK percentages

%0
%20.37
%34.26
%15.29

Codes

Color #D8AC8E in popluar color models

D8 AC 8E
RGB 216 172 142
HSL 24° 48.68% 70.20%
HSB/HSV 24° 34.26% 84.71%
CMYK 0.00% 20.37% 34.26%
15.29%

Color #D8AC8E in popluar number systems.

HEX D8 AC 8E
Decimal 216 172 142
Binary 11011000 10101100 10001110
Octal 330 254 216

Shades and tints

Shades of #D8AC8E

#D8AC8E
(216,172,142)
#C59D82
(197,157,130)
#B28E76
(178,142,118)
#9F7F6A
(159,127,106)
#8C705E
(140,112,94)
#796152
(121,97,82)
#665246
(102,82,70)
#53433A
(83,67,58)
#40342E
(64,52,46)
#2D2522
(45,37,34)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #D8AC8E

#D8AC8E
(216,172,142)
#DBB398
(219,179,152)
#DEBAA2
(222,186,162)
#E1C1AC
(225,193,172)
#E4C8B6
(228,200,182)
#E7CFC0
(231,207,192)
#EAD6CA
(234,214,202)
#EDDDD4
(237,221,212)
#F0E4DE
(240,228,222)
#F3EBE8
(243,235,232)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AC8E; }

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

This text font color is #D8AC8E.

Background Color

.myBgColor { background-color: #D8AC8E; }

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

This div background color is #D8AC8E.

Border color

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

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

This div border color is #D8AC8E.

Opacity

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

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

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

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

This text has shadow with #D8AC8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8AC8E.

Preview

Color preview on black background

This text has color #D8AC8E on black background.


Color preview on white background

This text has color #D8AC8E on white background.


Black color preview on #D8AC8E background

This text has black color on #D8AC8E background.


White color preview on #D8AC8E background

This text has white color on #D8AC8E background.


Related colors

Complementary color

Complementary color for #hex is #275371.


I love getcolorcode.com

Triadic colors

1 #8ED8AC and #AC8ED8 with #D8AC8E are triadic colors.

2 #8EACD8 and #ACD88E with #D8AC8E are triadic colors.