COLOR #D6BCB9

HEX: #D6BCB9
RGB: (214,188,185)

Color info

#D6BCB9 contains red, green and blue colors in about the same proportion. Web safe color of #D6BCB9 is #CCCCCC (or #CCC).

RGB color model

#D6BCB9 color RGB value is (214,188,185).

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

RGB channels and saturation

R 214 of 255 = 84%
G 188 of 255 = 74%
B 185 of 255 = 73%

214
188
185

R + G + B ~ 77%. #D6BCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 188 + 185 = 587 (100%)
R 214 of 587 ~ 36.46%
G 188 of 587 ~ 32.03%
B 185 of 587 ~ 31.52%

%36.46
%32.03
%31.52

CMYK color model

#D6BCB9 color CMYK value is (0,12,14,16).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 13.55%
  • key color value is 16.08%
CMYK:
(0,12,14,16)
C0M12Y14K16 
(0%,12%,14%,16%)
(0.00/0.12/0.14/0.16)	

CMYK percentages

%0
%12.15
%13.55
%16.08

Codes

Color #D6BCB9 in popluar color models

D6BCB9
RGB214188185
HSL26.13%78.24%
HSB/HSV13.55%83.92%
CMYK0.00%12.15%13.55%
16.08%

Color #D6BCB9 in popluar number systems.

HEXD6BCB9
Decimal214188185
Binary110101101011110010111001
Octal326274271

Shades and tints

Shades of #D6BCB9

#D6BCB9
(214,188,185)
#C3ABA9
(195,171,169)
#B09A99
(176,154,153)
#9D8989
(157,137,137)
#8A7879
(138,120,121)
#776769
(119,103,105)
#645659
(100,86,89)
#514549
(81,69,73)
#3E3439
(62,52,57)
#2B2329
(43,35,41)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #D6BCB9

#D6BCB9
(214,188,185)
#D9C2BF
(217,194,191)
#DCC8C5
(220,200,197)
#DFCECB
(223,206,203)
#E2D4D1
(226,212,209)
#E5DAD7
(229,218,215)
#E8E0DD
(232,224,221)
#EBE6E3
(235,230,227)
#EEECE9
(238,236,233)
#F1F2EF
(241,242,239)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BCB9; }

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

This text font color is #D6BCB9.


Background Color

.myBgColor { background-color: #D6BCB9; }

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

This div background color is #D6BCB9.


Border color

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

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

This div border color is #D6BCB9.


Opacity

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

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

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

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

This text has shadow with #D6BCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BCB9 on black background.


Color preview on white background

This text has color #D6BCB9 on white background.



Black color preview on #D6BCB9 background

This text has black color on #D6BCB9 background.


White color preview on #D6BCB9 background

This text has white color on #D6BCB9 background.