COLOR #D8B97E

HEX: #D8B97E RGB: (216,185,126)

Color info

#D8B97E contains mainly red and green colors. Web safe color of #D8B97E is #CCCC66 (or #CC6).

RGB color model

#D8B97E color RGB value is (216,185,126).

RGB: (216,185,126) (85%, 73%, 49%)

RGB channels and saturation

R 216 of 255 = 85%
G 185 of 255 = 73%
B 126 of 255 = 49%

216
185
126

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

Portions of RGB colors in percentages

R + G + B = 216 + 185 + 126 = 527 (100%)
R 216 of 527 ~ 40.99%
G 185 of 527 ~ 35.1%
B 126 of 527 ~ 23.91'%

%40.99
%35.1
%23.91

CMYK color model

#D8B97E color CMYK value is (0,14,42,15).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 41.67%
  • key color value is 15.29%

CMYK: (0,14,42,15)
C0M14Y42K15 (0%, 14%, 42%, 15%)
(0.00 / 0.14 / 0.42 / 0.15)

CMYK percentages

%0
%14.35
%41.67
%15.29

Codes

Color #D8B97E in popluar color models

D8 B9 7E
RGB 216 185 126
HSL 39° 53.57% 67.06%
HSB/HSV 39° 41.67% 84.71%
CMYK 0.00% 14.35% 41.67%
15.29%

Color #D8B97E in popluar number systems.

HEX D8 B9 7E
Decimal 216 185 126
Binary 11011000 10111001 1111110
Octal 330 271 176

Shades and tints

Shades of #D8B97E

#D8B97E
(216,185,126)
#C5A973
(197,169,115)
#B29968
(178,153,104)
#9F895D
(159,137,93)
#8C7952
(140,121,82)
#796947
(121,105,71)
#66593C
(102,89,60)
#534931
(83,73,49)
#403926
(64,57,38)
#2D291B
(45,41,27)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #D8B97E

#D8B97E
(216,185,126)
#DBBF89
(219,191,137)
#DEC594
(222,197,148)
#E1CB9F
(225,203,159)
#E4D1AA
(228,209,170)
#E7D7B5
(231,215,181)
#EADDC0
(234,221,192)
#EDE3CB
(237,227,203)
#F0E9D6
(240,233,214)
#F3EFE1
(243,239,225)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B97E color. Also use rgb(216,185,126) instead hex code.

Text Font Color

.myTextColor { color: #D8B97E; }

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

This text font color is #D8B97E.

Background Color

.myBgColor { background-color: #D8B97E; }

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

This div background color is #D8B97E.

Border color

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

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

This div border color is #D8B97E.

Opacity

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

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

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

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

This text has shadow with #D8B97E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B97E.

Preview

Color preview on black background

This text has color #D8B97E on black background.


Color preview on white background

This text has color #D8B97E on white background.


Black color preview on #D8B97E background

This text has black color on #D8B97E background.


White color preview on #D8B97E background

This text has white color on #D8B97E background.


Related colors

Complementary color

Complementary color for #hex is #274681.


I love getcolorcode.com

Triadic colors

1 #7ED8B9 and #B97ED8 with #D8B97E are triadic colors.

2 #7EB9D8 and #B9D87E with #D8B97E are triadic colors.