COLOR #D5BC95

HEX: #D5BC95
RGB: (213,188,149)

Color info

#D5BC95 contains mainly red and green colors. Web safe color of #D5BC95 is #CCCC99 (or #CC9).

RGB color model

#D5BC95 color RGB value is (213,188,149).

  • red value is 213;
  • green value is 188;
  • blue value is 149.
RGB:
(213,188,149)
(84%,74%,58%)

RGB channels and saturation

R 213 of 255 = 84%
G 188 of 255 = 74%
B 149 of 255 = 58%

213
188
149

R + G + B ~ 72%. #D5BC95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 188 + 149 = 550 (100%)
R 213 of 550 ~ 38.73%
G 188 of 550 ~ 34.18%
B 149 of 550 ~ 27.09%

%38.73
%34.18
%27.09

CMYK color model

#D5BC95 color CMYK value is (0,12,30,16).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 30.05%
  • key color value is 16.47%
CMYK:
(0,12,30,16)
C0M12Y30K16 
(0%,12%,30%,16%)
(0.00/0.12/0.30/0.16)	

CMYK percentages

%0
%11.74
%30.05
%16.47

Codes

Color #D5BC95 in popluar color models

D5BC95
RGB213188149
HSL37°43.24%70.98%
HSB/HSV37°30.05%83.53%
CMYK0.00%11.74%30.05%
16.47%

Color #D5BC95 in popluar number systems.

HEXD5BC95
Decimal213188149
Binary110101011011110010010101
Octal325274225

Shades and tints

Shades of #D5BC95

#D5BC95
(213,188,149)
#C2AB88
(194,171,136)
#AF9A7B
(175,154,123)
#9C896E
(156,137,110)
#897861
(137,120,97)
#766754
(118,103,84)
#635647
(99,86,71)
#50453A
(80,69,58)
#3D342D
(61,52,45)
#2A2320
(42,35,32)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #D5BC95

#D5BC95
(213,188,149)
#D8C29E
(216,194,158)
#DBC8A7
(219,200,167)
#DECEB0
(222,206,176)
#E1D4B9
(225,212,185)
#E4DAC2
(228,218,194)
#E7E0CB
(231,224,203)
#EAE6D4
(234,230,212)
#EDECDD
(237,236,221)
#F0F2E6
(240,242,230)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BC95; }

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

This text font color is #D5BC95.


Background Color

.myBgColor { background-color: #D5BC95; }

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

This div background color is #D5BC95.


Border color

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

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

This div border color is #D5BC95.


Opacity

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

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

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

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

This text has shadow with #D5BC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BC95 on black background.


Color preview on white background

This text has color #D5BC95 on white background.



Black color preview on #D5BC95 background

This text has black color on #D5BC95 background.


White color preview on #D5BC95 background

This text has white color on #D5BC95 background.