COLOR #B59C9D

HEX: #B59C9D
RGB: (181,156,157)

Color info

#B59C9D contains red, green and blue colors in about the same proportion. Web safe color of #B59C9D is #CC9999 (or #C99).

RGB color model

#B59C9D color RGB value is (181,156,157).

  • red value is 181;
  • green value is 156;
  • blue value is 157.
RGB:
(181,156,157)
(71%,61%,62%)

RGB channels and saturation

R 181 of 255 = 71%
G 156 of 255 = 61%
B 157 of 255 = 62%

181
156
157

R + G + B ~ 65%. #B59C9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 156 + 157 = 494 (100%)
R 181 of 494 ~ 36.64%
G 156 of 494 ~ 31.58%
B 157 of 494 ~ 31.78%

%36.64
%31.58
%31.78

CMYK color model

#B59C9D color CMYK value is (0,14,13,29).

  • cyan value is 0.00%
  • magenta value is 13.81%
  • yellow value is 13.26%
  • key color value is 29.02%
CMYK:
(0,14,13,29)
C0M14Y13K29 
(0%,14%,13%,29%)
(0.00/0.14/0.13/0.29)	

CMYK percentages

%0
%13.81
%13.26
%29.02

Codes

Color #B59C9D in popluar color models

B59C9D
RGB181156157
HSL358°14.45%66.08%
HSB/HSV358°13.81%70.98%
CMYK0.00%13.81%13.26%
29.02%

Color #B59C9D in popluar number systems.

HEXB59C9D
Decimal181156157
Binary101101011001110010011101
Octal265234235

Shades and tints

Shades of #B59C9D

#B59C9D
(181,156,157)
#A58E8F
(165,142,143)
#958081
(149,128,129)
#857273
(133,114,115)
#756465
(117,100,101)
#655657
(101,86,87)
#554849
(85,72,73)
#453A3B
(69,58,59)
#352C2D
(53,44,45)
#251E1F
(37,30,31)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #B59C9D

#B59C9D
(181,156,157)
#BBA5A5
(187,165,165)
#C1AEAD
(193,174,173)
#C7B7B5
(199,183,181)
#CDC0BD
(205,192,189)
#D3C9C5
(211,201,197)
#D9D2CD
(217,210,205)
#DFDBD5
(223,219,213)
#E5E4DD
(229,228,221)
#EBEDE5
(235,237,229)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59C9D color. Also use rgb(181,156,157) instead hex code.

Text Font Color

.myTextColor { color: #B59C9D; }

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

This text font color is #B59C9D.


Background Color

.myBgColor { background-color: #B59C9D; }

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

This div background color is #B59C9D.


Border color

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

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

This div border color is #B59C9D.


Opacity

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

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

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

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

This text has shadow with #B59C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59C9D on black background.


Color preview on white background

This text has color #B59C9D on white background.



Black color preview on #B59C9D background

This text has black color on #B59C9D background.


White color preview on #B59C9D background

This text has white color on #B59C9D background.