COLOR #B59FAB

HEX: #B59FAB
RGB: (181,159,171)

Color info

#B59FAB contains red, green and blue colors in about the same proportion. Web safe color of #B59FAB is #CC9999 (or #C99).

RGB color model

#B59FAB color RGB value is (181,159,171).

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

RGB channels and saturation

R 181 of 255 = 71%
G 159 of 255 = 62%
B 171 of 255 = 67%

181
159
171

R + G + B ~ 67%. #B59FAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 159 + 171 = 511 (100%)
R 181 of 511 ~ 35.42%
G 159 of 511 ~ 31.12%
B 171 of 511 ~ 33.46%

%35.42
%31.12
%33.46

CMYK color model

#B59FAB color CMYK value is (0,12,6,29).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(0,12,6,29)
C0M12Y6K29 
(0%,12%,6%,29%)
(0.00/0.12/0.06/0.29)	

CMYK percentages

%0
%12.15
%5.52
%29.02

Codes

Color #B59FAB in popluar color models

B59FAB
RGB181159171
HSL327°12.94%66.67%
HSB/HSV327°12.15%70.98%
CMYK0.00%12.15%5.52%
29.02%

Color #B59FAB in popluar number systems.

HEXB59FAB
Decimal181159171
Binary101101011001111110101011
Octal265237253

Shades and tints

Shades of #B59FAB

#B59FAB
(181,159,171)
#A5919C
(165,145,156)
#95838D
(149,131,141)
#85757E
(133,117,126)
#75676F
(117,103,111)
#655960
(101,89,96)
#554B51
(85,75,81)
#453D42
(69,61,66)
#352F33
(53,47,51)
#252124
(37,33,36)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #B59FAB

#B59FAB
(181,159,171)
#BBA7B2
(187,167,178)
#C1AFB9
(193,175,185)
#C7B7C0
(199,183,192)
#CDBFC7
(205,191,199)
#D3C7CE
(211,199,206)
#D9CFD5
(217,207,213)
#DFD7DC
(223,215,220)
#E5DFE3
(229,223,227)
#EBE7EA
(235,231,234)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59FAB; }

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

This text font color is #B59FAB.


Background Color

.myBgColor { background-color: #B59FAB; }

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

This div background color is #B59FAB.


Border color

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

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

This div border color is #B59FAB.


Opacity

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

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

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

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

This text has shadow with #B59FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59FAB on black background.


Color preview on white background

This text has color #B59FAB on white background.



Black color preview on #B59FAB background

This text has black color on #B59FAB background.


White color preview on #B59FAB background

This text has white color on #B59FAB background.