COLOR #D5BC9F

HEX: #D5BC9F RGB: (213,188,159)

Color info

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

RGB color model

#D5BC9F color RGB value is (213,188,159).

RGB: (213,188,159) (84%, 74%, 62%)

RGB channels and saturation

R 213 of 255 = 84%
G 188 of 255 = 74%
B 159 of 255 = 62%

213
188
159

R + G + B ~ 73%. #D5BC9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 188 + 159 = 560 (100%)
R 213 of 560 ~ 38.04%
G 188 of 560 ~ 33.57%
B 159 of 560 ~ 28.39'%

%38.04
%33.57
%28.39

CMYK color model

#D5BC9F color CMYK value is (0,12,25,16).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 25.35%
  • key color value is 16.47%

CMYK: (0,12,25,16)
C0M12Y25K16 (0%, 12%, 25%, 16%)
(0.00 / 0.12 / 0.25 / 0.16)

CMYK percentages

%0
%11.74
%25.35
%16.47

Codes

Color #D5BC9F in popluar color models

D5 BC 9F
RGB 213 188 159
HSL 32° 39.13% 72.94%
HSB/HSV 32° 25.35% 83.53%
CMYK 0.00% 11.74% 25.35%
16.47%

Color #D5BC9F in popluar number systems.

HEX D5 BC 9F
Decimal 213 188 159
Binary 11010101 10111100 10011111
Octal 325 274 237

Shades and tints

Shades of #D5BC9F

#D5BC9F
(213,188,159)
#C2AB91
(194,171,145)
#AF9A83
(175,154,131)
#9C8975
(156,137,117)
#897867
(137,120,103)
#766759
(118,103,89)
#63564B
(99,86,75)
#50453D
(80,69,61)
#3D342F
(61,52,47)
#2A2321
(42,35,33)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #D5BC9F

#D5BC9F
(213,188,159)
#D8C2A7
(216,194,167)
#DBC8AF
(219,200,175)
#DECEB7
(222,206,183)
#E1D4BF
(225,212,191)
#E4DAC7
(228,218,199)
#E7E0CF
(231,224,207)
#EAE6D7
(234,230,215)
#EDECDF
(237,236,223)
#F0F2E7
(240,242,231)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BC9F; }

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

This text font color is #D5BC9F.

Background Color

.myBgColor { background-color: #D5BC9F; }

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

This div background color is #D5BC9F.

Border color

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

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

This div border color is #D5BC9F.

Opacity

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

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

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

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

This text has shadow with #D5BC9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BC9F.

Preview

Color preview on black background

This text has color #D5BC9F on black background.


Color preview on white background

This text has color #D5BC9F on white background.


Black color preview on #D5BC9F background

This text has black color on #D5BC9F background.


White color preview on #D5BC9F background

This text has white color on #D5BC9F background.


Related colors

Complementary color

Complementary color for #hex is #2A4360.


I love getcolorcode.com

Triadic colors

1 #9FD5BC and #BC9FD5 with #D5BC9F are triadic colors.

2 #9FBCD5 and #BCD59F with #D5BC9F are triadic colors.