COLOR #D5BC9D

HEX: #D5BC9D RGB: (213,188,157)

Color info

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

RGB color model

#D5BC9D color RGB value is (213,188,157).

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

RGB channels and saturation

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

213
188
157

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

Portions of RGB colors in percentages

R + G + B = 213 + 188 + 157 = 558 (100%)
R 213 of 558 ~ 38.17%
G 188 of 558 ~ 33.69%
B 157 of 558 ~ 28.14'%

%38.17
%33.69
%28.14

CMYK color model

#D5BC9D color CMYK value is (0,12,26,16).

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

CMYK: (0,12,26,16)
C0M12Y26K16 (0%, 12%, 26%, 16%)
(0.00 / 0.12 / 0.26 / 0.16)

CMYK percentages

%0
%11.74
%26.29
%16.47

Codes

Color #D5BC9D in popluar color models

D5 BC 9D
RGB 213 188 157
HSL 33° 40.00% 72.55%
HSB/HSV 33° 26.29% 83.53%
CMYK 0.00% 11.74% 26.29%
16.47%

Color #D5BC9D in popluar number systems.

HEX D5 BC 9D
Decimal 213 188 157
Binary 11010101 10111100 10011101
Octal 325 274 235

Shades and tints

Shades of #D5BC9D

#D5BC9D
(213,188,157)
#C2AB8F
(194,171,143)
#AF9A81
(175,154,129)
#9C8973
(156,137,115)
#897865
(137,120,101)
#766757
(118,103,87)
#635649
(99,86,73)
#50453B
(80,69,59)
#3D342D
(61,52,45)
#2A231F
(42,35,31)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #D5BC9D

#D5BC9D
(213,188,157)
#D8C2A5
(216,194,165)
#DBC8AD
(219,200,173)
#DECEB5
(222,206,181)
#E1D4BD
(225,212,189)
#E4DAC5
(228,218,197)
#E7E0CD
(231,224,205)
#EAE6D5
(234,230,213)
#EDECDD
(237,236,221)
#F0F2E5
(240,242,229)
#F3F8ED
(243,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BC9D; }

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

This text font color is #D5BC9D.

Background Color

.myBgColor { background-color: #D5BC9D; }

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

This div background color is #D5BC9D.

Border color

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

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

This div border color is #D5BC9D.

Opacity

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

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

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

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

This text has shadow with #D5BC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BC9D.

Preview

Color preview on black background

This text has color #D5BC9D on black background.


Color preview on white background

This text has color #D5BC9D on white background.


Black color preview on #D5BC9D background

This text has black color on #D5BC9D background.


White color preview on #D5BC9D background

This text has white color on #D5BC9D background.


Related colors

Complementary color

Complementary color for #hex is #2A4362.


I love getcolorcode.com

Triadic colors

1 #9DD5BC and #BC9DD5 with #D5BC9D are triadic colors.

2 #9DBCD5 and #BCD59D with #D5BC9D are triadic colors.