COLOR #B59CAF

HEX: #B59CAF
RGB: (181,156,175)

Color info

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

RGB color model

#B59CAF color RGB value is (181,156,175).

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

RGB channels and saturation

R 181 of 255 = 71%
G 156 of 255 = 61%
B 175 of 255 = 69%

181
156
175

R + G + B ~ 67%. #B59CAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 156 + 175 = 512 (100%)
R 181 of 512 ~ 35.35%
G 156 of 512 ~ 30.47%
B 175 of 512 ~ 34.18%

%35.35
%30.47
%34.18

CMYK color model

#B59CAF color CMYK value is (0,14,3,29).

  • cyan value is 0.00%
  • magenta value is 13.81%
  • yellow value is 3.31%
  • key color value is 29.02%
CMYK:
(0,14,3,29)
C0M14Y3K29 
(0%,14%,3%,29%)
(0.00/0.14/0.03/0.29)	

CMYK percentages

%0
%13.81
%3.31
%29.02

Codes

Color #B59CAF in popluar color models

B59CAF
RGB181156175
HSL314°14.45%66.08%
HSB/HSV314°13.81%70.98%
CMYK0.00%13.81%3.31%
29.02%

Color #B59CAF in popluar number systems.

HEXB59CAF
Decimal181156175
Binary101101011001110010101111
Octal265234257

Shades and tints

Shades of #B59CAF

#B59CAF
(181,156,175)
#A58EA0
(165,142,160)
#958091
(149,128,145)
#857282
(133,114,130)
#756473
(117,100,115)
#655664
(101,86,100)
#554855
(85,72,85)
#453A46
(69,58,70)
#352C37
(53,44,55)
#251E28
(37,30,40)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #B59CAF

#B59CAF
(181,156,175)
#BBA5B6
(187,165,182)
#C1AEBD
(193,174,189)
#C7B7C4
(199,183,196)
#CDC0CB
(205,192,203)
#D3C9D2
(211,201,210)
#D9D2D9
(217,210,217)
#DFDBE0
(223,219,224)
#E5E4E7
(229,228,231)
#EBEDEE
(235,237,238)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59CAF; }

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

This text font color is #B59CAF.


Background Color

.myBgColor { background-color: #B59CAF; }

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

This div background color is #B59CAF.


Border color

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

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

This div border color is #B59CAF.


Opacity

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

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

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

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

This text has shadow with #B59CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59CAF on black background.


Color preview on white background

This text has color #B59CAF on white background.



Black color preview on #B59CAF background

This text has black color on #B59CAF background.


White color preview on #B59CAF background

This text has white color on #B59CAF background.