COLOR #B99FAC

HEX: #B99FAC
RGB: (185,159,172)

Color info

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

RGB color model

#B99FAC color RGB value is (185,159,172).

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

RGB channels and saturation

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

185
159
172

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

Portions of RGB colors in percentages

R + G + B =
185 + 159 + 172 = 516 (100%)
R 185 of 516 ~ 35.85%
G 159 of 516 ~ 30.81%
B 172 of 516 ~ 33.33%

%35.85
%30.81
%33.33

CMYK color model

#B99FAC color CMYK value is (0,14,7,27).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 7.03%
  • key color value is 27.45%
CMYK:
(0,14,7,27)
C0M14Y7K27 
(0%,14%,7%,27%)
(0.00/0.14/0.07/0.27)	

CMYK percentages

%0
%14.05
%7.03
%27.45

Codes

Color #B99FAC in popluar color models

B99FAC
RGB185159172
HSL330°15.66%67.45%
HSB/HSV330°14.05%72.55%
CMYK0.00%14.05%7.03%
27.45%

Color #B99FAC in popluar number systems.

HEXB99FAC
Decimal185159172
Binary101110011001111110101100
Octal271237254

Shades and tints

Shades of #B99FAC

#B99FAC
(185,159,172)
#A9919D
(169,145,157)
#99838E
(153,131,142)
#89757F
(137,117,127)
#796770
(121,103,112)
#695961
(105,89,97)
#594B52
(89,75,82)
#493D43
(73,61,67)
#392F34
(57,47,52)
#292125
(41,33,37)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #B99FAC

#B99FAC
(185,159,172)
#BFA7B3
(191,167,179)
#C5AFBA
(197,175,186)
#CBB7C1
(203,183,193)
#D1BFC8
(209,191,200)
#D7C7CF
(215,199,207)
#DDCFD6
(221,207,214)
#E3D7DD
(227,215,221)
#E9DFE4
(233,223,228)
#EFE7EB
(239,231,235)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99FAC; }

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

This text font color is #B99FAC.


Background Color

.myBgColor { background-color: #B99FAC; }

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

This div background color is #B99FAC.


Border color

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

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

This div border color is #B99FAC.


Opacity

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

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

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

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

This text has shadow with #B99FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99FAC on black background.


Color preview on white background

This text has color #B99FAC on white background.



Black color preview on #B99FAC background

This text has black color on #B99FAC background.


White color preview on #B99FAC background

This text has white color on #B99FAC background.