COLOR #B59FC3

HEX: #B59FC3
RGB: (181,159,195)

Color info

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

RGB color model

#B59FC3 color RGB value is (181,159,195).

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

RGB channels and saturation

R 181 of 255 = 71%
G 159 of 255 = 62%
B 195 of 255 = 76%

181
159
195

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

Portions of RGB colors in percentages

R + G + B =
181 + 159 + 195 = 535 (100%)
R 181 of 535 ~ 33.83%
G 159 of 535 ~ 29.72%
B 195 of 535 ~ 36.45%

%33.83
%29.72
%36.45

CMYK color model

#B59FC3 color CMYK value is (7,18,0,24).

  • cyan value is 7.18%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(7,18,0,24)
C7M18Y0K24 
(7%,18%,0%,24%)
(0.07/0.18/0.00/0.24)	

CMYK percentages

%7.18
%18.46
%0
%23.53

Codes

Color #B59FC3 in popluar color models

B59FC3
RGB181159195
HSL277°23.08%69.41%
HSB/HSV277°18.46%76.47%
CMYK7.18%18.46%0.00%
23.53%

Color #B59FC3 in popluar number systems.

HEXB59FC3
Decimal181159195
Binary101101011001111111000011
Octal265237303

Shades and tints

Shades of #B59FC3

#B59FC3
(181,159,195)
#A591B2
(165,145,178)
#9583A1
(149,131,161)
#857590
(133,117,144)
#75677F
(117,103,127)
#65596E
(101,89,110)
#554B5D
(85,75,93)
#453D4C
(69,61,76)
#352F3B
(53,47,59)
#25212A
(37,33,42)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #B59FC3

#B59FC3
(181,159,195)
#BBA7C8
(187,167,200)
#C1AFCD
(193,175,205)
#C7B7D2
(199,183,210)
#CDBFD7
(205,191,215)
#D3C7DC
(211,199,220)
#D9CFE1
(217,207,225)
#DFD7E6
(223,215,230)
#E5DFEB
(229,223,235)
#EBE7F0
(235,231,240)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59FC3; }

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

This text font color is #B59FC3.


Background Color

.myBgColor { background-color: #B59FC3; }

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

This div background color is #B59FC3.


Border color

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

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

This div border color is #B59FC3.


Opacity

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

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

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

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

This text has shadow with #B59FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59FC3 on black background.


Color preview on white background

This text has color #B59FC3 on white background.



Black color preview on #B59FC3 background

This text has black color on #B59FC3 background.


White color preview on #B59FC3 background

This text has white color on #B59FC3 background.