COLOR #B99FAB

HEX: #B99FAB
RGB: (185,159,171)

Color info

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

RGB color model

#B99FAB color RGB value is (185,159,171).

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

RGB channels and saturation

R 185 of 255 = 73%
G 159 of 255 = 62%
B 171 of 255 = 67%

185
159
171

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

Portions of RGB colors in percentages

R + G + B =
185 + 159 + 171 = 515 (100%)
R 185 of 515 ~ 35.92%
G 159 of 515 ~ 30.87%
B 171 of 515 ~ 33.2%

%35.92
%30.87
%33.2

CMYK color model

#B99FAB color CMYK value is (0,14,8,27).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(0,14,8,27)
C0M14Y8K27 
(0%,14%,8%,27%)
(0.00/0.14/0.08/0.27)	

CMYK percentages

%0
%14.05
%7.57
%27.45

Codes

Color #B99FAB in popluar color models

B99FAB
RGB185159171
HSL332°15.66%67.45%
HSB/HSV332°14.05%72.55%
CMYK0.00%14.05%7.57%
27.45%

Color #B99FAB in popluar number systems.

HEXB99FAB
Decimal185159171
Binary101110011001111110101011
Octal271237253

Shades and tints

Shades of #B99FAB

#B99FAB
(185,159,171)
#A9919C
(169,145,156)
#99838D
(153,131,141)
#89757E
(137,117,126)
#79676F
(121,103,111)
#695960
(105,89,96)
#594B51
(89,75,81)
#493D42
(73,61,66)
#392F33
(57,47,51)
#292124
(41,33,36)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #B99FAB

#B99FAB
(185,159,171)
#BFA7B2
(191,167,178)
#C5AFB9
(197,175,185)
#CBB7C0
(203,183,192)
#D1BFC7
(209,191,199)
#D7C7CE
(215,199,206)
#DDCFD5
(221,207,213)
#E3D7DC
(227,215,220)
#E9DFE3
(233,223,227)
#EFE7EA
(239,231,234)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99FAB; }

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

This text font color is #B99FAB.


Background Color

.myBgColor { background-color: #B99FAB; }

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

This div background color is #B99FAB.


Border color

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

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

This div border color is #B99FAB.


Opacity

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

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

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

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

This text has shadow with #B99FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99FAB on black background.


Color preview on white background

This text has color #B99FAB on white background.



Black color preview on #B99FAB background

This text has black color on #B99FAB background.


White color preview on #B99FAB background

This text has white color on #B99FAB background.