COLOR #B59ABF

HEX: #B59ABF
RGB: (181,154,191)

Color info

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

RGB color model

#B59ABF color RGB value is (181,154,191).

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

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 191 of 255 = 75%

181
154
191

R + G + B ~ 69%. #B59ABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 154 + 191 = 526 (100%)
R 181 of 526 ~ 34.41%
G 154 of 526 ~ 29.28%
B 191 of 526 ~ 36.31%

%34.41
%29.28
%36.31

CMYK color model

#B59ABF color CMYK value is (5,19,0,25).

  • cyan value is 5.24%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(5,19,0,25)
C5M19Y0K25 
(5%,19%,0%,25%)
(0.05/0.19/0.00/0.25)	

CMYK percentages

%5.24
%19.37
%0
%25.1

Codes

Color #B59ABF in popluar color models

B59ABF
RGB181154191
HSL284°22.42%67.65%
HSB/HSV284°19.37%74.90%
CMYK5.24%19.37%0.00%
25.10%

Color #B59ABF in popluar number systems.

HEXB59ABF
Decimal181154191
Binary101101011001101010111111
Octal265232277

Shades and tints

Shades of #B59ABF

#B59ABF
(181,154,191)
#A58CAE
(165,140,174)
#957E9D
(149,126,157)
#85708C
(133,112,140)
#75627B
(117,98,123)
#65546A
(101,84,106)
#554659
(85,70,89)
#453848
(69,56,72)
#352A37
(53,42,55)
#251C26
(37,28,38)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #B59ABF

#B59ABF
(181,154,191)
#BBA3C4
(187,163,196)
#C1ACC9
(193,172,201)
#C7B5CE
(199,181,206)
#CDBED3
(205,190,211)
#D3C7D8
(211,199,216)
#D9D0DD
(217,208,221)
#DFD9E2
(223,217,226)
#E5E2E7
(229,226,231)
#EBEBEC
(235,235,236)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59ABF; }

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

This text font color is #B59ABF.


Background Color

.myBgColor { background-color: #B59ABF; }

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

This div background color is #B59ABF.


Border color

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

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

This div border color is #B59ABF.


Opacity

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

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

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

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

This text has shadow with #B59ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59ABF on black background.


Color preview on white background

This text has color #B59ABF on white background.



Black color preview on #B59ABF background

This text has black color on #B59ABF background.


White color preview on #B59ABF background

This text has white color on #B59ABF background.