COLOR #D6BC95

HEX: #D6BC95
RGB: (214,188,149)

Color info

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

RGB color model

#D6BC95 color RGB value is (214,188,149).

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

RGB channels and saturation

R 214 of 255 = 84%
G 188 of 255 = 74%
B 149 of 255 = 58%

214
188
149

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

Portions of RGB colors in percentages

R + G + B =
214 + 188 + 149 = 551 (100%)
R 214 of 551 ~ 38.84%
G 188 of 551 ~ 34.12%
B 149 of 551 ~ 27.04%

%38.84
%34.12
%27.04

CMYK color model

#D6BC95 color CMYK value is (0,12,30,16).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 30.37%
  • key color value is 16.08%
CMYK:
(0,12,30,16)
C0M12Y30K16 
(0%,12%,30%,16%)
(0.00/0.12/0.30/0.16)	

CMYK percentages

%0
%12.15
%30.37
%16.08

Codes

Color #D6BC95 in popluar color models

D6BC95
RGB214188149
HSL36°44.22%71.18%
HSB/HSV36°30.37%83.92%
CMYK0.00%12.15%30.37%
16.08%

Color #D6BC95 in popluar number systems.

HEXD6BC95
Decimal214188149
Binary110101101011110010010101
Octal326274225

Shades and tints

Shades of #D6BC95

#D6BC95
(214,188,149)
#C3AB88
(195,171,136)
#B09A7B
(176,154,123)
#9D896E
(157,137,110)
#8A7861
(138,120,97)
#776754
(119,103,84)
#645647
(100,86,71)
#51453A
(81,69,58)
#3E342D
(62,52,45)
#2B2320
(43,35,32)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #D6BC95

#D6BC95
(214,188,149)
#D9C29E
(217,194,158)
#DCC8A7
(220,200,167)
#DFCEB0
(223,206,176)
#E2D4B9
(226,212,185)
#E5DAC2
(229,218,194)
#E8E0CB
(232,224,203)
#EBE6D4
(235,230,212)
#EEECDD
(238,236,221)
#F1F2E6
(241,242,230)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BC95; }

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

This text font color is #D6BC95.


Background Color

.myBgColor { background-color: #D6BC95; }

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

This div background color is #D6BC95.


Border color

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

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

This div border color is #D6BC95.


Opacity

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

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

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

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

This text has shadow with #D6BC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BC95 on black background.


Color preview on white background

This text has color #D6BC95 on white background.



Black color preview on #D6BC95 background

This text has black color on #D6BC95 background.


White color preview on #D6BC95 background

This text has white color on #D6BC95 background.