COLOR #D0BC96

HEX: #D0BC96 RGB: (208,188,150)

Color info

#D0BC96 contains red, green and blue colors in about the same proportion. Web safe color of #D0BC96 is #CCCC99 (or #CC9).

RGB color model

#D0BC96 color RGB value is (208,188,150).

RGB: (208,188,150) (82%, 74%, 59%)

RGB channels and saturation

R 208 of 255 = 82%
G 188 of 255 = 74%
B 150 of 255 = 59%

208
188
150

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

Portions of RGB colors in percentages

R + G + B = 208 + 188 + 150 = 546 (100%)
R 208 of 546 ~ 38.1%
G 188 of 546 ~ 34.43%
B 150 of 546 ~ 27.47'%

%38.1
%34.43
%27.47

CMYK color model

#D0BC96 color CMYK value is (0,10,28,18).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 27.88%
  • key color value is 18.43%

CMYK: (0,10,28,18)
C0M10Y28K18 (0%, 10%, 28%, 18%)
(0.00 / 0.10 / 0.28 / 0.18)

CMYK percentages

%0
%9.62
%27.88
%18.43

Codes

Color #D0BC96 in popluar color models

D0 BC 96
RGB 208 188 150
HSL 39° 38.16% 70.20%
HSB/HSV 39° 27.88% 81.57%
CMYK 0.00% 9.62% 27.88%
18.43%

Color #D0BC96 in popluar number systems.

HEX D0 BC 96
Decimal 208 188 150
Binary 11010000 10111100 10010110
Octal 320 274 226

Shades and tints

Shades of #D0BC96

#D0BC96
(208,188,150)
#BEAB89
(190,171,137)
#AC9A7C
(172,154,124)
#9A896F
(154,137,111)
#887862
(136,120,98)
#766755
(118,103,85)
#645648
(100,86,72)
#52453B
(82,69,59)
#40342E
(64,52,46)
#2E2321
(46,35,33)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #D0BC96

#D0BC96
(208,188,150)
#D4C29F
(212,194,159)
#D8C8A8
(216,200,168)
#DCCEB1
(220,206,177)
#E0D4BA
(224,212,186)
#E4DAC3
(228,218,195)
#E8E0CC
(232,224,204)
#ECE6D5
(236,230,213)
#F0ECDE
(240,236,222)
#F4F2E7
(244,242,231)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BC96; }

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

This text font color is #D0BC96.

Background Color

.myBgColor { background-color: #D0BC96; }

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

This div background color is #D0BC96.

Border color

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

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

This div border color is #D0BC96.

Opacity

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

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

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

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

This text has shadow with #D0BC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0BC96.

Preview

Color preview on black background

This text has color #D0BC96 on black background.


Color preview on white background

This text has color #D0BC96 on white background.


Black color preview on #D0BC96 background

This text has black color on #D0BC96 background.


White color preview on #D0BC96 background

This text has white color on #D0BC96 background.


Related colors

Complementary color

Complementary color for #hex is #2F4369.


I love getcolorcode.com

Triadic colors

1 #96D0BC and #BC96D0 with #D0BC96 are triadic colors.

2 #96BCD0 and #BCD096 with #D0BC96 are triadic colors.