COLOR #D8A97B

HEX: #D8A97B RGB: (216,169,123)

Color info

#D8A97B contains mainly red and green colors. Web safe color of #D8A97B is #CC9966 (or #C96).

RGB color model

#D8A97B color RGB value is (216,169,123).

RGB: (216,169,123) (85%, 66%, 48%)

RGB channels and saturation

R 216 of 255 = 85%
G 169 of 255 = 66%
B 123 of 255 = 48%

216
169
123

R + G + B ~ 66%. #D8A97B is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 169 + 123 = 508 (100%)
R 216 of 508 ~ 42.52%
G 169 of 508 ~ 33.27%
B 123 of 508 ~ 24.21'%

%42.52
%33.27
%24.21

CMYK color model

#D8A97B color CMYK value is (0,22,43,15).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 43.06%
  • key color value is 15.29%

CMYK: (0,22,43,15)
C0M22Y43K15 (0%, 22%, 43%, 15%)
(0.00 / 0.22 / 0.43 / 0.15)

CMYK percentages

%0
%21.76
%43.06
%15.29

Codes

Color #D8A97B in popluar color models

D8 A9 7B
RGB 216 169 123
HSL 30° 54.39% 66.47%
HSB/HSV 30° 43.06% 84.71%
CMYK 0.00% 21.76% 43.06%
15.29%

Color #D8A97B in popluar number systems.

HEX D8 A9 7B
Decimal 216 169 123
Binary 11011000 10101001 1111011
Octal 330 251 173

Shades and tints

Shades of #D8A97B

#D8A97B
(216,169,123)
#C59A70
(197,154,112)
#B28B65
(178,139,101)
#9F7C5A
(159,124,90)
#8C6D4F
(140,109,79)
#795E44
(121,94,68)
#664F39
(102,79,57)
#53402E
(83,64,46)
#403123
(64,49,35)
#2D2218
(45,34,24)
#1A130D
(26,19,13)
#000000
(0,0,0)

Tints of #D8A97B

#D8A97B
(216,169,123)
#DBB087
(219,176,135)
#DEB793
(222,183,147)
#E1BE9F
(225,190,159)
#E4C5AB
(228,197,171)
#E7CCB7
(231,204,183)
#EAD3C3
(234,211,195)
#EDDACF
(237,218,207)
#F0E1DB
(240,225,219)
#F3E8E7
(243,232,231)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A97B color. Also use rgb(216,169,123) instead hex code.

Text Font Color

.myTextColor { color: #D8A97B; }

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

This text font color is #D8A97B.

Background Color

.myBgColor { background-color: #D8A97B; }

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

This div background color is #D8A97B.

Border color

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

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

This div border color is #D8A97B.

Opacity

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

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

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

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

This text has shadow with #D8A97B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8A97B.

Preview

Color preview on black background

This text has color #D8A97B on black background.


Color preview on white background

This text has color #D8A97B on white background.


Black color preview on #D8A97B background

This text has black color on #D8A97B background.


White color preview on #D8A97B background

This text has white color on #D8A97B background.


Related colors

Complementary color

Complementary color for #hex is #275684.


I love getcolorcode.com

Triadic colors

1 #7BD8A9 and #A97BD8 with #D8A97B are triadic colors.

2 #7BA9D8 and #A9D87B with #D8A97B are triadic colors.