COLOR #D8AA8E

HEX: #D8AA8E RGB: (216,170,142)

Color info

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

RGB color model

#D8AA8E color RGB value is (216,170,142).

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

RGB channels and saturation

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

216
170
142

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

Portions of RGB colors in percentages

R + G + B = 216 + 170 + 142 = 528 (100%)
R 216 of 528 ~ 40.91%
G 170 of 528 ~ 32.2%
B 142 of 528 ~ 26.89'%

%40.91
%32.2
%26.89

CMYK color model

#D8AA8E color CMYK value is (0,21,34,15).

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

CMYK: (0,21,34,15)
C0M21Y34K15 (0%, 21%, 34%, 15%)
(0.00 / 0.21 / 0.34 / 0.15)

CMYK percentages

%0
%21.3
%34.26
%15.29

Codes

Color #D8AA8E in popluar color models

D8 AA 8E
RGB 216 170 142
HSL 23° 48.68% 70.20%
HSB/HSV 23° 34.26% 84.71%
CMYK 0.00% 21.30% 34.26%
15.29%

Color #D8AA8E in popluar number systems.

HEX D8 AA 8E
Decimal 216 170 142
Binary 11011000 10101010 10001110
Octal 330 252 216

Shades and tints

Shades of #D8AA8E

#D8AA8E
(216,170,142)
#C59B82
(197,155,130)
#B28C76
(178,140,118)
#9F7D6A
(159,125,106)
#8C6E5E
(140,110,94)
#795F52
(121,95,82)
#665046
(102,80,70)
#53413A
(83,65,58)
#40322E
(64,50,46)
#2D2322
(45,35,34)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #D8AA8E

#D8AA8E
(216,170,142)
#DBB198
(219,177,152)
#DEB8A2
(222,184,162)
#E1BFAC
(225,191,172)
#E4C6B6
(228,198,182)
#E7CDC0
(231,205,192)
#EAD4CA
(234,212,202)
#EDDBD4
(237,219,212)
#F0E2DE
(240,226,222)
#F3E9E8
(243,233,232)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AA8E; }

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

This text font color is #D8AA8E.

Background Color

.myBgColor { background-color: #D8AA8E; }

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

This div background color is #D8AA8E.

Border color

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

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

This div border color is #D8AA8E.

Opacity

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

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

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

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

This text has shadow with #D8AA8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8AA8E.

Preview

Color preview on black background

This text has color #D8AA8E on black background.


Color preview on white background

This text has color #D8AA8E on white background.


Black color preview on #D8AA8E background

This text has black color on #D8AA8E background.


White color preview on #D8AA8E background

This text has white color on #D8AA8E background.


Related colors

Complementary color

Complementary color for #hex is #275571.


I love getcolorcode.com

Triadic colors

1 #8ED8AA and #AA8ED8 with #D8AA8E are triadic colors.

2 #8EAAD8 and #AAD88E with #D8AA8E are triadic colors.