COLOR #D7BCB5

HEX: #D7BCB5
RGB: (215,188,181)

Color info

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

RGB color model

#D7BCB5 color RGB value is (215,188,181).

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

RGB channels and saturation

R 215 of 255 = 84%
G 188 of 255 = 74%
B 181 of 255 = 71%

215
188
181

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

Portions of RGB colors in percentages

R + G + B =
215 + 188 + 181 = 584 (100%)
R 215 of 584 ~ 36.82%
G 188 of 584 ~ 32.19%
B 181 of 584 ~ 30.99%

%36.82
%32.19
%30.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 15.81%
  • key color value is 15.69%
CMYK:
(0,13,16,16)
C0M13Y16K16 
(0%,13%,16%,16%)
(0.00/0.13/0.16/0.16)	

CMYK percentages

%0
%12.56
%15.81
%15.69

Codes

Color #D7BCB5 in popluar color models

D7BCB5
RGB215188181
HSL12°29.82%77.65%
HSB/HSV12°15.81%84.31%
CMYK0.00%12.56%15.81%
15.69%

Color #D7BCB5 in popluar number systems.

HEXD7BCB5
Decimal215188181
Binary110101111011110010110101
Octal327274265

Shades and tints

Shades of #D7BCB5

#D7BCB5
(215,188,181)
#C4ABA5
(196,171,165)
#B19A95
(177,154,149)
#9E8985
(158,137,133)
#8B7875
(139,120,117)
#786765
(120,103,101)
#655655
(101,86,85)
#524545
(82,69,69)
#3F3435
(63,52,53)
#2C2325
(44,35,37)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #D7BCB5

#D7BCB5
(215,188,181)
#DAC2BB
(218,194,187)
#DDC8C1
(221,200,193)
#E0CEC7
(224,206,199)
#E3D4CD
(227,212,205)
#E6DAD3
(230,218,211)
#E9E0D9
(233,224,217)
#ECE6DF
(236,230,223)
#EFECE5
(239,236,229)
#F2F2EB
(242,242,235)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BCB5; }

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

This text font color is #D7BCB5.


Background Color

.myBgColor { background-color: #D7BCB5; }

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

This div background color is #D7BCB5.


Border color

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

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

This div border color is #D7BCB5.


Opacity

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

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

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

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

This text has shadow with #D7BCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BCB5 on black background.


Color preview on white background

This text has color #D7BCB5 on white background.



Black color preview on #D7BCB5 background

This text has black color on #D7BCB5 background.


White color preview on #D7BCB5 background

This text has white color on #D7BCB5 background.