COLOR #B59ACD

HEX: #B59ACD
RGB: (181,154,205)

Color info

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

RGB color model

#B59ACD color RGB value is (181,154,205).

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

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 205 of 255 = 80%

181
154
205

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

Portions of RGB colors in percentages

R + G + B =
181 + 154 + 205 = 540 (100%)
R 181 of 540 ~ 33.52%
G 154 of 540 ~ 28.52%
B 205 of 540 ~ 37.96%

%33.52
%28.52
%37.96

CMYK color model

#B59ACD color CMYK value is (12,25,0,20).

  • cyan value is 11.71%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(12,25,0,20)
C12M25Y0K20 
(12%,25%,0%,20%)
(0.12/0.25/0.00/0.20)	

CMYK percentages

%11.71
%24.88
%0
%19.61

Codes

Color #B59ACD in popluar color models

B59ACD
RGB181154205
HSL272°33.77%70.39%
HSB/HSV272°24.88%80.39%
CMYK11.71%24.88%0.00%
19.61%

Color #B59ACD in popluar number systems.

HEXB59ACD
Decimal181154205
Binary101101011001101011001101
Octal265232315

Shades and tints

Shades of #B59ACD

#B59ACD
(181,154,205)
#A58CBB
(165,140,187)
#957EA9
(149,126,169)
#857097
(133,112,151)
#756285
(117,98,133)
#655473
(101,84,115)
#554661
(85,70,97)
#45384F
(69,56,79)
#352A3D
(53,42,61)
#251C2B
(37,28,43)
#150E19
(21,14,25)
#000000
(0,0,0)

Tints of #B59ACD

#B59ACD
(181,154,205)
#BBA3D1
(187,163,209)
#C1ACD5
(193,172,213)
#C7B5D9
(199,181,217)
#CDBEDD
(205,190,221)
#D3C7E1
(211,199,225)
#D9D0E5
(217,208,229)
#DFD9E9
(223,217,233)
#E5E2ED
(229,226,237)
#EBEBF1
(235,235,241)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59ACD; }

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

This text font color is #B59ACD.


Background Color

.myBgColor { background-color: #B59ACD; }

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

This div background color is #B59ACD.


Border color

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

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

This div border color is #B59ACD.


Opacity

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

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

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

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

This text has shadow with #B59ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59ACD on black background.


Color preview on white background

This text has color #B59ACD on white background.



Black color preview on #B59ACD background

This text has black color on #B59ACD background.


White color preview on #B59ACD background

This text has white color on #B59ACD background.