COLOR #D8BCB5

HEX: #D8BCB5
RGB: (216,188,181)

Color info

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

RGB color model

#D8BCB5 color RGB value is (216,188,181).

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

RGB channels and saturation

R 216 of 255 = 85%
G 188 of 255 = 74%
B 181 of 255 = 71%

216
188
181

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

Portions of RGB colors in percentages

R + G + B =
216 + 188 + 181 = 585 (100%)
R 216 of 585 ~ 36.92%
G 188 of 585 ~ 32.14%
B 181 of 585 ~ 30.94%

%36.92
%32.14
%30.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 16.20%
  • key color value is 15.29%
CMYK:
(0,13,16,15)
C0M13Y16K15 
(0%,13%,16%,15%)
(0.00/0.13/0.16/0.15)	

CMYK percentages

%0
%12.96
%16.2
%15.29

Codes

Color #D8BCB5 in popluar color models

D8BCB5
RGB216188181
HSL12°30.97%77.84%
HSB/HSV12°16.20%84.71%
CMYK0.00%12.96%16.20%
15.29%

Color #D8BCB5 in popluar number systems.

HEXD8BCB5
Decimal216188181
Binary110110001011110010110101
Octal330274265

Shades and tints

Shades of #D8BCB5

#D8BCB5
(216,188,181)
#C5ABA5
(197,171,165)
#B29A95
(178,154,149)
#9F8985
(159,137,133)
#8C7875
(140,120,117)
#796765
(121,103,101)
#665655
(102,86,85)
#534545
(83,69,69)
#403435
(64,52,53)
#2D2325
(45,35,37)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #D8BCB5

#D8BCB5
(216,188,181)
#DBC2BB
(219,194,187)
#DEC8C1
(222,200,193)
#E1CEC7
(225,206,199)
#E4D4CD
(228,212,205)
#E7DAD3
(231,218,211)
#EAE0D9
(234,224,217)
#EDE6DF
(237,230,223)
#F0ECE5
(240,236,229)
#F3F2EB
(243,242,235)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BCB5; }

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

This text font color is #D8BCB5.


Background Color

.myBgColor { background-color: #D8BCB5; }

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

This div background color is #D8BCB5.


Border color

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

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

This div border color is #D8BCB5.


Opacity

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

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

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

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

This text has shadow with #D8BCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BCB5 on black background.


Color preview on white background

This text has color #D8BCB5 on white background.



Black color preview on #D8BCB5 background

This text has black color on #D8BCB5 background.


White color preview on #D8BCB5 background

This text has white color on #D8BCB5 background.