COLOR #B99FA1

HEX: #B99FA1
RGB: (185,159,161)

Color info

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

RGB color model

#B99FA1 color RGB value is (185,159,161).

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

RGB channels and saturation

R 185 of 255 = 73%
G 159 of 255 = 62%
B 161 of 255 = 63%

185
159
161

R + G + B ~ 66%. #B99FA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 159 + 161 = 505 (100%)
R 185 of 505 ~ 36.63%
G 159 of 505 ~ 31.49%
B 161 of 505 ~ 31.88%

%36.63
%31.49
%31.88

CMYK color model

#B99FA1 color CMYK value is (0,14,13,27).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 12.97%
  • key color value is 27.45%
CMYK:
(0,14,13,27)
C0M14Y13K27 
(0%,14%,13%,27%)
(0.00/0.14/0.13/0.27)	

CMYK percentages

%0
%14.05
%12.97
%27.45

Codes

Color #B99FA1 in popluar color models

B99FA1
RGB185159161
HSL355°15.66%67.45%
HSB/HSV355°14.05%72.55%
CMYK0.00%14.05%12.97%
27.45%

Color #B99FA1 in popluar number systems.

HEXB99FA1
Decimal185159161
Binary101110011001111110100001
Octal271237241

Shades and tints

Shades of #B99FA1

#B99FA1
(185,159,161)
#A99193
(169,145,147)
#998385
(153,131,133)
#897577
(137,117,119)
#796769
(121,103,105)
#69595B
(105,89,91)
#594B4D
(89,75,77)
#493D3F
(73,61,63)
#392F31
(57,47,49)
#292123
(41,33,35)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #B99FA1

#B99FA1
(185,159,161)
#BFA7A9
(191,167,169)
#C5AFB1
(197,175,177)
#CBB7B9
(203,183,185)
#D1BFC1
(209,191,193)
#D7C7C9
(215,199,201)
#DDCFD1
(221,207,209)
#E3D7D9
(227,215,217)
#E9DFE1
(233,223,225)
#EFE7E9
(239,231,233)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99FA1; }

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

This text font color is #B99FA1.


Background Color

.myBgColor { background-color: #B99FA1; }

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

This div background color is #B99FA1.


Border color

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

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

This div border color is #B99FA1.


Opacity

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

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

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

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

This text has shadow with #B99FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99FA1 on black background.


Color preview on white background

This text has color #B99FA1 on white background.



Black color preview on #B99FA1 background

This text has black color on #B99FA1 background.


White color preview on #B99FA1 background

This text has white color on #B99FA1 background.