COLOR #B59AC8

HEX: #B59AC8
RGB: (181,154,200)

Color info

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

RGB color model

#B59AC8 color RGB value is (181,154,200).

  • red value is 181;
  • green value is 154;
  • blue value is 200.
RGB:
(181,154,200)
(71%,60%,78%)

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 200 of 255 = 78%

181
154
200

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

Portions of RGB colors in percentages

R + G + B =
181 + 154 + 200 = 535 (100%)
R 181 of 535 ~ 33.83%
G 154 of 535 ~ 28.79%
B 200 of 535 ~ 37.38%

%33.83
%28.79
%37.38

CMYK color model

#B59AC8 color CMYK value is (10,23,0,22).

  • cyan value is 9.50%
  • magenta value is 23.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(10,23,0,22)
C10M23Y0K22 
(10%,23%,0%,22%)
(0.10/0.23/0.00/0.22)	

CMYK percentages

%9.5
%23
%0
%21.57

Codes

Color #B59AC8 in popluar color models

B59AC8
RGB181154200
HSL275°29.49%69.41%
HSB/HSV275°23.00%78.43%
CMYK9.50%23.00%0.00%
21.57%

Color #B59AC8 in popluar number systems.

HEXB59AC8
Decimal181154200
Binary101101011001101011001000
Octal265232310

Shades and tints

Shades of #B59AC8

#B59AC8
(181,154,200)
#A58CB6
(165,140,182)
#957EA4
(149,126,164)
#857092
(133,112,146)
#756280
(117,98,128)
#65546E
(101,84,110)
#55465C
(85,70,92)
#45384A
(69,56,74)
#352A38
(53,42,56)
#251C26
(37,28,38)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #B59AC8

#B59AC8
(181,154,200)
#BBA3CD
(187,163,205)
#C1ACD2
(193,172,210)
#C7B5D7
(199,181,215)
#CDBEDC
(205,190,220)
#D3C7E1
(211,199,225)
#D9D0E6
(217,208,230)
#DFD9EB
(223,217,235)
#E5E2F0
(229,226,240)
#EBEBF5
(235,235,245)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59AC8; }

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

This text font color is #B59AC8.


Background Color

.myBgColor { background-color: #B59AC8; }

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

This div background color is #B59AC8.


Border color

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

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

This div border color is #B59AC8.


Opacity

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

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

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

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

This text has shadow with #B59AC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59AC8 on black background.


Color preview on white background

This text has color #B59AC8 on white background.



Black color preview on #B59AC8 background

This text has black color on #B59AC8 background.


White color preview on #B59AC8 background

This text has white color on #B59AC8 background.