COLOR #D8BB93

HEX: #D8BB93
RGB: (216,187,147)

Color info

#D8BB93 contains mainly red and green colors. Web safe color of #D8BB93 is #CCCC99 (or #CC9).

RGB color model

#D8BB93 color RGB value is (216,187,147).

  • red value is 216;
  • green value is 187;
  • blue value is 147.
RGB:
(216,187,147)
(85%,73%,58%)

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 147 of 255 = 58%

216
187
147

R + G + B ~ 72%. #D8BB93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 187 + 147 = 550 (100%)
R 216 of 550 ~ 39.27%
G 187 of 550 ~ 34%
B 147 of 550 ~ 26.73%

%39.27
%34
%26.73

CMYK color model

#D8BB93 color CMYK value is (0,13,32,15).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 31.94%
  • key color value is 15.29%
CMYK:
(0,13,32,15)
C0M13Y32K15 
(0%,13%,32%,15%)
(0.00/0.13/0.32/0.15)	

CMYK percentages

%0
%13.43
%31.94
%15.29

Codes

Color #D8BB93 in popluar color models

D8BB93
RGB216187147
HSL35°46.94%71.18%
HSB/HSV35°31.94%84.71%
CMYK0.00%13.43%31.94%
15.29%

Color #D8BB93 in popluar number systems.

HEXD8BB93
Decimal216187147
Binary110110001011101110010011
Octal330273223

Shades and tints

Shades of #D8BB93

#D8BB93
(216,187,147)
#C5AA86
(197,170,134)
#B29979
(178,153,121)
#9F886C
(159,136,108)
#8C775F
(140,119,95)
#796652
(121,102,82)
#665545
(102,85,69)
#534438
(83,68,56)
#40332B
(64,51,43)
#2D221E
(45,34,30)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #D8BB93

#D8BB93
(216,187,147)
#DBC19C
(219,193,156)
#DEC7A5
(222,199,165)
#E1CDAE
(225,205,174)
#E4D3B7
(228,211,183)
#E7D9C0
(231,217,192)
#EADFC9
(234,223,201)
#EDE5D2
(237,229,210)
#F0EBDB
(240,235,219)
#F3F1E4
(243,241,228)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BB93 color. Also use rgb(216,187,147) instead hex code.

Text Font Color

.myTextColor { color: #D8BB93; }

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

This text font color is #D8BB93.


Background Color

.myBgColor { background-color: #D8BB93; }

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

This div background color is #D8BB93.


Border color

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

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

This div border color is #D8BB93.


Opacity

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

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

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

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

This text has shadow with #D8BB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BB93 on black background.


Color preview on white background

This text has color #D8BB93 on white background.



Black color preview on #D8BB93 background

This text has black color on #D8BB93 background.


White color preview on #D8BB93 background

This text has white color on #D8BB93 background.