COLOR #B59CB9

HEX: #B59CB9
RGB: (181,156,185)

Color info

#B59CB9 contains red, green and blue colors in about the same proportion. Web safe color of #B59CB9 is #CC99CC (or #C9C).

RGB color model

#B59CB9 color RGB value is (181,156,185).

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

RGB channels and saturation

R 181 of 255 = 71%
G 156 of 255 = 61%
B 185 of 255 = 73%

181
156
185

R + G + B ~ 68%. #B59CB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 156 + 185 = 522 (100%)
R 181 of 522 ~ 34.67%
G 156 of 522 ~ 29.89%
B 185 of 522 ~ 35.44%

%34.67
%29.89
%35.44

CMYK color model

#B59CB9 color CMYK value is (2,16,0,27).

  • cyan value is 2.16%
  • magenta value is 15.68%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(2,16,0,27)
C2M16Y0K27 
(2%,16%,0%,27%)
(0.02/0.16/0.00/0.27)	

CMYK percentages

%2.16
%15.68
%0
%27.45

Codes

Color #B59CB9 in popluar color models

B59CB9
RGB181156185
HSL292°17.16%66.86%
HSB/HSV292°15.68%72.55%
CMYK2.16%15.68%0.00%
27.45%

Color #B59CB9 in popluar number systems.

HEXB59CB9
Decimal181156185
Binary101101011001110010111001
Octal265234271

Shades and tints

Shades of #B59CB9

#B59CB9
(181,156,185)
#A58EA9
(165,142,169)
#958099
(149,128,153)
#857289
(133,114,137)
#756479
(117,100,121)
#655669
(101,86,105)
#554859
(85,72,89)
#453A49
(69,58,73)
#352C39
(53,44,57)
#251E29
(37,30,41)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #B59CB9

#B59CB9
(181,156,185)
#BBA5BF
(187,165,191)
#C1AEC5
(193,174,197)
#C7B7CB
(199,183,203)
#CDC0D1
(205,192,209)
#D3C9D7
(211,201,215)
#D9D2DD
(217,210,221)
#DFDBE3
(223,219,227)
#E5E4E9
(229,228,233)
#EBEDEF
(235,237,239)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59CB9; }

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

This text font color is #B59CB9.


Background Color

.myBgColor { background-color: #B59CB9; }

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

This div background color is #B59CB9.


Border color

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

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

This div border color is #B59CB9.


Opacity

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

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

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

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

This text has shadow with #B59CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59CB9 on black background.


Color preview on white background

This text has color #B59CB9 on white background.



Black color preview on #B59CB9 background

This text has black color on #B59CB9 background.


White color preview on #B59CB9 background

This text has white color on #B59CB9 background.