COLOR #D8BC96

HEX: #D8BC96 RGB: (216,188,150)

Color info

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

RGB color model

#D8BC96 color RGB value is (216,188,150).

RGB: (216,188,150) (85%, 74%, 59%)

RGB channels and saturation

R 216 of 255 = 85%
G 188 of 255 = 74%
B 150 of 255 = 59%

216
188
150

R + G + B ~ 73%. #D8BC96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 188 + 150 = 554 (100%)
R 216 of 554 ~ 38.99%
G 188 of 554 ~ 33.94%
B 150 of 554 ~ 27.08'%

%38.99
%33.94
%27.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.96%
  • 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
%12.96
%30.56
%15.29

Codes

Color #D8BC96 in popluar color models

D8 BC 96
RGB 216 188 150
HSL 35° 45.83% 71.76%
HSB/HSV 35° 30.56% 84.71%
CMYK 0.00% 12.96% 30.56%
15.29%

Color #D8BC96 in popluar number systems.

HEX D8 BC 96
Decimal 216 188 150
Binary 11011000 10111100 10010110
Octal 330 274 226

Shades and tints

Shades of #D8BC96

#D8BC96
(216,188,150)
#C5AB89
(197,171,137)
#B29A7C
(178,154,124)
#9F896F
(159,137,111)
#8C7862
(140,120,98)
#796755
(121,103,85)
#665648
(102,86,72)
#53453B
(83,69,59)
#40342E
(64,52,46)
#2D2321
(45,35,33)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #D8BC96

#D8BC96
(216,188,150)
#DBC29F
(219,194,159)
#DEC8A8
(222,200,168)
#E1CEB1
(225,206,177)
#E4D4BA
(228,212,186)
#E7DAC3
(231,218,195)
#EAE0CC
(234,224,204)
#EDE6D5
(237,230,213)
#F0ECDE
(240,236,222)
#F3F2E7
(243,242,231)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BC96; }

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

This text font color is #D8BC96.

Background Color

.myBgColor { background-color: #D8BC96; }

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

This div background color is #D8BC96.

Border color

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

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

This div border color is #D8BC96.

Opacity

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

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

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

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

This text has shadow with #D8BC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BC96.

Preview

Color preview on black background

This text has color #D8BC96 on black background.


Color preview on white background

This text has color #D8BC96 on white background.


Black color preview on #D8BC96 background

This text has black color on #D8BC96 background.


White color preview on #D8BC96 background

This text has white color on #D8BC96 background.


Related colors

Complementary color

Complementary color for #hex is #274369.


I love getcolorcode.com

Triadic colors

1 #96D8BC and #BC96D8 with #D8BC96 are triadic colors.

2 #96BCD8 and #BCD896 with #D8BC96 are triadic colors.