COLOR #B59FC5

HEX: #B59FC5
RGB: (181,159,197)

Color info

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

RGB color model

#B59FC5 color RGB value is (181,159,197).

  • red value is 181;
  • green value is 159;
  • blue value is 197.
RGB:
(181,159,197)
(71%,62%,77%)

RGB channels and saturation

R 181 of 255 = 71%
G 159 of 255 = 62%
B 197 of 255 = 77%

181
159
197

R + G + B ~ 70%. #B59FC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 159 + 197 = 537 (100%)
R 181 of 537 ~ 33.71%
G 159 of 537 ~ 29.61%
B 197 of 537 ~ 36.69%

%33.71
%29.61
%36.69

CMYK color model

#B59FC5 color CMYK value is (8,19,0,23).

  • cyan value is 8.12%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(8,19,0,23)
C8M19Y0K23 
(8%,19%,0%,23%)
(0.08/0.19/0.00/0.23)	

CMYK percentages

%8.12
%19.29
%0
%22.75

Codes

Color #B59FC5 in popluar color models

B59FC5
RGB181159197
HSL275°24.68%69.80%
HSB/HSV275°19.29%77.25%
CMYK8.12%19.29%0.00%
22.75%

Color #B59FC5 in popluar number systems.

HEXB59FC5
Decimal181159197
Binary101101011001111111000101
Octal265237305

Shades and tints

Shades of #B59FC5

#B59FC5
(181,159,197)
#A591B4
(165,145,180)
#9583A3
(149,131,163)
#857592
(133,117,146)
#756781
(117,103,129)
#655970
(101,89,112)
#554B5F
(85,75,95)
#453D4E
(69,61,78)
#352F3D
(53,47,61)
#25212C
(37,33,44)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #B59FC5

#B59FC5
(181,159,197)
#BBA7CA
(187,167,202)
#C1AFCF
(193,175,207)
#C7B7D4
(199,183,212)
#CDBFD9
(205,191,217)
#D3C7DE
(211,199,222)
#D9CFE3
(217,207,227)
#DFD7E8
(223,215,232)
#E5DFED
(229,223,237)
#EBE7F2
(235,231,242)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59FC5; }

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

This text font color is #B59FC5.


Background Color

.myBgColor { background-color: #B59FC5; }

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

This div background color is #B59FC5.


Border color

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

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

This div border color is #B59FC5.


Opacity

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

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

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

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

This text has shadow with #B59FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59FC5 on black background.


Color preview on white background

This text has color #B59FC5 on white background.



Black color preview on #B59FC5 background

This text has black color on #B59FC5 background.


White color preview on #B59FC5 background

This text has white color on #B59FC5 background.