COLOR #D6BCAB

HEX: #D6BCAB
RGB: (214,188,171)

Color info

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

RGB color model

#D6BCAB color RGB value is (214,188,171).

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

RGB channels and saturation

R 214 of 255 = 84%
G 188 of 255 = 74%
B 171 of 255 = 67%

214
188
171

R + G + B ~ 75%. #D6BCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 188 + 171 = 573 (100%)
R 214 of 573 ~ 37.35%
G 188 of 573 ~ 32.81%
B 171 of 573 ~ 29.84%

%37.35
%32.81
%29.84

CMYK color model

#D6BCAB color CMYK value is (0,12,20,16).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 20.09%
  • key color value is 16.08%
CMYK:
(0,12,20,16)
C0M12Y20K16 
(0%,12%,20%,16%)
(0.00/0.12/0.20/0.16)	

CMYK percentages

%0
%12.15
%20.09
%16.08

Codes

Color #D6BCAB in popluar color models

D6BCAB
RGB214188171
HSL24°34.40%75.49%
HSB/HSV24°20.09%83.92%
CMYK0.00%12.15%20.09%
16.08%

Color #D6BCAB in popluar number systems.

HEXD6BCAB
Decimal214188171
Binary110101101011110010101011
Octal326274253

Shades and tints

Shades of #D6BCAB

#D6BCAB
(214,188,171)
#C3AB9C
(195,171,156)
#B09A8D
(176,154,141)
#9D897E
(157,137,126)
#8A786F
(138,120,111)
#776760
(119,103,96)
#645651
(100,86,81)
#514542
(81,69,66)
#3E3433
(62,52,51)
#2B2324
(43,35,36)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #D6BCAB

#D6BCAB
(214,188,171)
#D9C2B2
(217,194,178)
#DCC8B9
(220,200,185)
#DFCEC0
(223,206,192)
#E2D4C7
(226,212,199)
#E5DACE
(229,218,206)
#E8E0D5
(232,224,213)
#EBE6DC
(235,230,220)
#EEECE3
(238,236,227)
#F1F2EA
(241,242,234)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BCAB; }

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

This text font color is #D6BCAB.


Background Color

.myBgColor { background-color: #D6BCAB; }

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

This div background color is #D6BCAB.


Border color

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

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

This div border color is #D6BCAB.


Opacity

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

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

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

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

This text has shadow with #D6BCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BCAB on black background.


Color preview on white background

This text has color #D6BCAB on white background.



Black color preview on #D6BCAB background

This text has black color on #D6BCAB background.


White color preview on #D6BCAB background

This text has white color on #D6BCAB background.