COLOR #D6BC7B

HEX: #D6BC7B
RGB: (214,188,123)

Color info

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

RGB color model

#D6BC7B color RGB value is (214,188,123).

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

RGB channels and saturation

R 214 of 255 = 84%
G 188 of 255 = 74%
B 123 of 255 = 48%

214
188
123

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

Portions of RGB colors in percentages

R + G + B =
214 + 188 + 123 = 525 (100%)
R 214 of 525 ~ 40.76%
G 188 of 525 ~ 35.81%
B 123 of 525 ~ 23.43%

%40.76
%35.81
%23.43

CMYK color model

#D6BC7B color CMYK value is (0,12,43,16).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 42.52%
  • key color value is 16.08%
CMYK:
(0,12,43,16)
C0M12Y43K16 
(0%,12%,43%,16%)
(0.00/0.12/0.43/0.16)	

CMYK percentages

%0
%12.15
%42.52
%16.08

Codes

Color #D6BC7B in popluar color models

D6BC7B
RGB214188123
HSL43°52.60%66.08%
HSB/HSV43°42.52%83.92%
CMYK0.00%12.15%42.52%
16.08%

Color #D6BC7B in popluar number systems.

HEXD6BC7B
Decimal214188123
Binary11010110101111001111011
Octal326274173

Shades and tints

Shades of #D6BC7B

#D6BC7B
(214,188,123)
#C3AB70
(195,171,112)
#B09A65
(176,154,101)
#9D895A
(157,137,90)
#8A784F
(138,120,79)
#776744
(119,103,68)
#645639
(100,86,57)
#51452E
(81,69,46)
#3E3423
(62,52,35)
#2B2318
(43,35,24)
#18120D
(24,18,13)
#000000
(0,0,0)

Tints of #D6BC7B

#D6BC7B
(214,188,123)
#D9C287
(217,194,135)
#DCC893
(220,200,147)
#DFCE9F
(223,206,159)
#E2D4AB
(226,212,171)
#E5DAB7
(229,218,183)
#E8E0C3
(232,224,195)
#EBE6CF
(235,230,207)
#EEECDB
(238,236,219)
#F1F2E7
(241,242,231)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BC7B; }

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

This text font color is #D6BC7B.


Background Color

.myBgColor { background-color: #D6BC7B; }

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

This div background color is #D6BC7B.


Border color

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

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

This div border color is #D6BC7B.


Opacity

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

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

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

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

This text has shadow with #D6BC7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BC7B on black background.


Color preview on white background

This text has color #D6BC7B on white background.



Black color preview on #D6BC7B background

This text has black color on #D6BC7B background.


White color preview on #D6BC7B background

This text has white color on #D6BC7B background.