COLOR #D7BCB3

HEX: #D7BCB3
RGB: (215,188,179)

Color info

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

RGB color model

#D7BCB3 color RGB value is (215,188,179).

  • red value is 215;
  • green value is 188;
  • blue value is 179.
RGB:
(215,188,179)
(84%,74%,70%)

RGB channels and saturation

R 215 of 255 = 84%
G 188 of 255 = 74%
B 179 of 255 = 70%

215
188
179

R + G + B ~ 76%. #D7BCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 188 + 179 = 582 (100%)
R 215 of 582 ~ 36.94%
G 188 of 582 ~ 32.3%
B 179 of 582 ~ 30.76%

%36.94
%32.3
%30.76

CMYK color model

#D7BCB3 color CMYK value is (0,13,17,16).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 16.74%
  • key color value is 15.69%
CMYK:
(0,13,17,16)
C0M13Y17K16 
(0%,13%,17%,16%)
(0.00/0.13/0.17/0.16)	

CMYK percentages

%0
%12.56
%16.74
%15.69

Codes

Color #D7BCB3 in popluar color models

D7BCB3
RGB215188179
HSL15°31.03%77.25%
HSB/HSV15°16.74%84.31%
CMYK0.00%12.56%16.74%
15.69%

Color #D7BCB3 in popluar number systems.

HEXD7BCB3
Decimal215188179
Binary110101111011110010110011
Octal327274263

Shades and tints

Shades of #D7BCB3

#D7BCB3
(215,188,179)
#C4ABA3
(196,171,163)
#B19A93
(177,154,147)
#9E8983
(158,137,131)
#8B7873
(139,120,115)
#786763
(120,103,99)
#655653
(101,86,83)
#524543
(82,69,67)
#3F3433
(63,52,51)
#2C2323
(44,35,35)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #D7BCB3

#D7BCB3
(215,188,179)
#DAC2B9
(218,194,185)
#DDC8BF
(221,200,191)
#E0CEC5
(224,206,197)
#E3D4CB
(227,212,203)
#E6DAD1
(230,218,209)
#E9E0D7
(233,224,215)
#ECE6DD
(236,230,221)
#EFECE3
(239,236,227)
#F2F2E9
(242,242,233)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BCB3 color. Also use rgb(215,188,179) instead hex code.

Text Font Color

.myTextColor { color: #D7BCB3; }

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

This text font color is #D7BCB3.


Background Color

.myBgColor { background-color: #D7BCB3; }

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

This div background color is #D7BCB3.


Border color

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

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

This div border color is #D7BCB3.


Opacity

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

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

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

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

This text has shadow with #D7BCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BCB3 on black background.


Color preview on white background

This text has color #D7BCB3 on white background.



Black color preview on #D7BCB3 background

This text has black color on #D7BCB3 background.


White color preview on #D7BCB3 background

This text has white color on #D7BCB3 background.