COLOR #D8BC7B

HEX: #D8BC7B
RGB: (216,188,123)

Color info

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

RGB color model

#D8BC7B color RGB value is (216,188,123).

  • red value is 216;
  • green value is 188;
  • blue value is 123.
RGB:
(216,188,123)
(85%,74%,48%)

RGB channels and saturation

R 216 of 255 = 85%
G 188 of 255 = 74%
B 123 of 255 = 48%

216
188
123

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

Portions of RGB colors in percentages

R + G + B =
216 + 188 + 123 = 527 (100%)
R 216 of 527 ~ 40.99%
G 188 of 527 ~ 35.67%
B 123 of 527 ~ 23.34%

%40.99
%35.67
%23.34

CMYK color model

#D8BC7B color CMYK value is (0,13,43,15).

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 43.06%
  • key color value is 15.29%
CMYK:
(0,13,43,15)
C0M13Y43K15 
(0%,13%,43%,15%)
(0.00/0.13/0.43/0.15)	

CMYK percentages

%0
%12.96
%43.06
%15.29

Codes

Color #D8BC7B in popluar color models

D8BC7B
RGB216188123
HSL42°54.39%66.47%
HSB/HSV42°43.06%84.71%
CMYK0.00%12.96%43.06%
15.29%

Color #D8BC7B in popluar number systems.

HEXD8BC7B
Decimal216188123
Binary11011000101111001111011
Octal330274173

Shades and tints

Shades of #D8BC7B

#D8BC7B
(216,188,123)
#C5AB70
(197,171,112)
#B29A65
(178,154,101)
#9F895A
(159,137,90)
#8C784F
(140,120,79)
#796744
(121,103,68)
#665639
(102,86,57)
#53452E
(83,69,46)
#403423
(64,52,35)
#2D2318
(45,35,24)
#1A120D
(26,18,13)
#000000
(0,0,0)

Tints of #D8BC7B

#D8BC7B
(216,188,123)
#DBC287
(219,194,135)
#DEC893
(222,200,147)
#E1CE9F
(225,206,159)
#E4D4AB
(228,212,171)
#E7DAB7
(231,218,183)
#EAE0C3
(234,224,195)
#EDE6CF
(237,230,207)
#F0ECDB
(240,236,219)
#F3F2E7
(243,242,231)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BC7B; }

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

This text font color is #D8BC7B.


Background Color

.myBgColor { background-color: #D8BC7B; }

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

This div background color is #D8BC7B.


Border color

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

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

This div border color is #D8BC7B.


Opacity

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

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

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

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

This text has shadow with #D8BC7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BC7B on black background.


Color preview on white background

This text has color #D8BC7B on white background.



Black color preview on #D8BC7B background

This text has black color on #D8BC7B background.


White color preview on #D8BC7B background

This text has white color on #D8BC7B background.