COLOR #B59CB5

HEX: #B59CB5
RGB: (181,156,181)

Color info

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

RGB color model

#B59CB5 color RGB value is (181,156,181).

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

RGB channels and saturation

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

181
156
181

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

Portions of RGB colors in percentages

R + G + B =
181 + 156 + 181 = 518 (100%)
R 181 of 518 ~ 34.94%
G 156 of 518 ~ 30.12%
B 181 of 518 ~ 34.94%

%34.94
%30.12
%34.94

CMYK color model

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

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

CMYK percentages

%0
%13.81
%0
%29.02

Codes

Color #B59CB5 in popluar color models

B59CB5
RGB181156181
HSL300°14.45%66.08%
HSB/HSV300°13.81%70.98%
CMYK0.00%13.81%0.00%
29.02%

Color #B59CB5 in popluar number systems.

HEXB59CB5
Decimal181156181
Binary101101011001110010110101
Octal265234265

Shades and tints

Shades of #B59CB5

#B59CB5
(181,156,181)
#A58EA5
(165,142,165)
#958095
(149,128,149)
#857285
(133,114,133)
#756475
(117,100,117)
#655665
(101,86,101)
#554855
(85,72,85)
#453A45
(69,58,69)
#352C35
(53,44,53)
#251E25
(37,30,37)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #B59CB5

#B59CB5
(181,156,181)
#BBA5BB
(187,165,187)
#C1AEC1
(193,174,193)
#C7B7C7
(199,183,199)
#CDC0CD
(205,192,205)
#D3C9D3
(211,201,211)
#D9D2D9
(217,210,217)
#DFDBDF
(223,219,223)
#E5E4E5
(229,228,229)
#EBEDEB
(235,237,235)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59CB5; }

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

This text font color is #B59CB5.


Background Color

.myBgColor { background-color: #B59CB5; }

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

This div background color is #B59CB5.


Border color

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

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

This div border color is #B59CB5.


Opacity

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

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

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

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

This text has shadow with #B59CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59CB5 on black background.


Color preview on white background

This text has color #B59CB5 on white background.



Black color preview on #B59CB5 background

This text has black color on #B59CB5 background.


White color preview on #B59CB5 background

This text has white color on #B59CB5 background.