COLOR #D5BCB6

HEX: #D5BCB6 RGB: (213,188,182)

Color info

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

RGB color model

#D5BCB6 color RGB value is (213,188,182).

RGB: (213,188,182) (84%, 74%, 71%)

RGB channels and saturation

R 213 of 255 = 84%
G 188 of 255 = 74%
B 182 of 255 = 71%

213
188
182

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

Portions of RGB colors in percentages

R + G + B = 213 + 188 + 182 = 583 (100%)
R 213 of 583 ~ 36.54%
G 188 of 583 ~ 32.25%
B 182 of 583 ~ 31.22'%

%36.54
%32.25
%31.22

CMYK color model

#D5BCB6 color CMYK value is (0,12,15,16).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 14.55%
  • key color value is 16.47%
CMYK: (0,12,15,16) C0M12Y15K16 (0%,12%,15%,16%) (0.00/0.12/0.15/0.16) 

CMYK percentages

%0
%11.74
%14.55
%16.47

Codes

Color #D5BCB6 in popluar color models

D5 BC B6
RGB 213 188 182
HSL 12° 26.96% 77.45%
HSB/HSV 12° 14.55% 83.53%
CMYK 0.00% 11.74% 14.55%
16.47%

Color #D5BCB6 in popluar number systems.

HEX D5 BC B6
Decimal 213 188 182
Binary 11010101 10111100 10110110
Octal 325 274 266

Shades and tints

Shades of #D5BCB6

#D5BCB6
(213,188,182)
#C2ABA6
(194,171,166)
#AF9A96
(175,154,150)
#9C8986
(156,137,134)
#897876
(137,120,118)
#766766
(118,103,102)
#635656
(99,86,86)
#504546
(80,69,70)
#3D3436
(61,52,54)
#2A2326
(42,35,38)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #D5BCB6

#D5BCB6
(213,188,182)
#D8C2BC
(216,194,188)
#DBC8C2
(219,200,194)
#DECEC8
(222,206,200)
#E1D4CE
(225,212,206)
#E4DAD4
(228,218,212)
#E7E0DA
(231,224,218)
#EAE6E0
(234,230,224)
#EDECE6
(237,236,230)
#F0F2EC
(240,242,236)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BCB6 color. Also use rgb(213,188,182) instead hex code.

Text Font Color

.myTextColor { color: #D5BCB6; }

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

This text font color is #D5BCB6.

Background Color

.myBgColor { background-color: #D5BCB6; }

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

This div background color is #D5BCB6.

Border color

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

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

This div border color is #D5BCB6.

Opacity

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

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

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

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

This text has shadow with #D5BCB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BCB6.

Preview

Color preview on black background

This text has color #D5BCB6 on black background.


Color preview on white background

This text has color #D5BCB6 on white background.


Black color preview on #D5BCB6 background

This text has black color on #D5BCB6 background.


White color preview on #D5BCB6 background

This text has white color on #D5BCB6 background.


Related colors

Complementary color

Complementary color for #hex is #2A4349.


I love getcolorcode.com

Triadic colors

1 #B6D5BC and #BCB6D5 with #D5BCB6 are triadic colors.

2 #B6BCD5 and #BCD5B6 with #D5BCB6 are triadic colors.