COLOR #D8BB96

HEX: #D8BB96
RGB: (216,187,150)

Color info

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

RGB color model

#D8BB96 color RGB value is (216,187,150).

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

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 150 of 255 = 59%

216
187
150

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

Portions of RGB colors in percentages

R + G + B =
216 + 187 + 150 = 553 (100%)
R 216 of 553 ~ 39.06%
G 187 of 553 ~ 33.82%
B 150 of 553 ~ 27.12%

%39.06
%33.82
%27.12

CMYK color model

#D8BB96 color CMYK value is (0,13,31,15).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 30.56%
  • key color value is 15.29%
CMYK:
(0,13,31,15)
C0M13Y31K15 
(0%,13%,31%,15%)
(0.00/0.13/0.31/0.15)	

CMYK percentages

%0
%13.43
%30.56
%15.29

Codes

Color #D8BB96 in popluar color models

D8BB96
RGB216187150
HSL34°45.83%71.76%
HSB/HSV34°30.56%84.71%
CMYK0.00%13.43%30.56%
15.29%

Color #D8BB96 in popluar number systems.

HEXD8BB96
Decimal216187150
Binary110110001011101110010110
Octal330273226

Shades and tints

Shades of #D8BB96

#D8BB96
(216,187,150)
#C5AA89
(197,170,137)
#B2997C
(178,153,124)
#9F886F
(159,136,111)
#8C7762
(140,119,98)
#796655
(121,102,85)
#665548
(102,85,72)
#53443B
(83,68,59)
#40332E
(64,51,46)
#2D2221
(45,34,33)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #D8BB96

#D8BB96
(216,187,150)
#DBC19F
(219,193,159)
#DEC7A8
(222,199,168)
#E1CDB1
(225,205,177)
#E4D3BA
(228,211,186)
#E7D9C3
(231,217,195)
#EADFCC
(234,223,204)
#EDE5D5
(237,229,213)
#F0EBDE
(240,235,222)
#F3F1E7
(243,241,231)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BB96; }

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

This text font color is #D8BB96.


Background Color

.myBgColor { background-color: #D8BB96; }

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

This div background color is #D8BB96.


Border color

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

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

This div border color is #D8BB96.


Opacity

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

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

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

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

This text has shadow with #D8BB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BB96 on black background.


Color preview on white background

This text has color #D8BB96 on white background.



Black color preview on #D8BB96 background

This text has black color on #D8BB96 background.


White color preview on #D8BB96 background

This text has white color on #D8BB96 background.