COLOR #B99AA3

HEX: #B99AA3
RGB: (185,154,163)

Color info

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

RGB color model

#B99AA3 color RGB value is (185,154,163).

  • red value is 185;
  • green value is 154;
  • blue value is 163.
RGB:
(185,154,163)
(73%,60%,64%)

RGB channels and saturation

R 185 of 255 = 73%
G 154 of 255 = 60%
B 163 of 255 = 64%

185
154
163

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

Portions of RGB colors in percentages

R + G + B =
185 + 154 + 163 = 502 (100%)
R 185 of 502 ~ 36.85%
G 154 of 502 ~ 30.68%
B 163 of 502 ~ 32.47%

%36.85
%30.68
%32.47

CMYK color model

#B99AA3 color CMYK value is (0,17,12,27).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 11.89%
  • key color value is 27.45%
CMYK:
(0,17,12,27)
C0M17Y12K27 
(0%,17%,12%,27%)
(0.00/0.17/0.12/0.27)	

CMYK percentages

%0
%16.76
%11.89
%27.45

Codes

Color #B99AA3 in popluar color models

B99AA3
RGB185154163
HSL343°18.13%66.47%
HSB/HSV343°16.76%72.55%
CMYK0.00%16.76%11.89%
27.45%

Color #B99AA3 in popluar number systems.

HEXB99AA3
Decimal185154163
Binary101110011001101010100011
Octal271232243

Shades and tints

Shades of #B99AA3

#B99AA3
(185,154,163)
#A98C95
(169,140,149)
#997E87
(153,126,135)
#897079
(137,112,121)
#79626B
(121,98,107)
#69545D
(105,84,93)
#59464F
(89,70,79)
#493841
(73,56,65)
#392A33
(57,42,51)
#291C25
(41,28,37)
#190E17
(25,14,23)
#000000
(0,0,0)

Tints of #B99AA3

#B99AA3
(185,154,163)
#BFA3AB
(191,163,171)
#C5ACB3
(197,172,179)
#CBB5BB
(203,181,187)
#D1BEC3
(209,190,195)
#D7C7CB
(215,199,203)
#DDD0D3
(221,208,211)
#E3D9DB
(227,217,219)
#E9E2E3
(233,226,227)
#EFEBEB
(239,235,235)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99AA3 color. Also use rgb(185,154,163) instead hex code.

Text Font Color

.myTextColor { color: #B99AA3; }

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

This text font color is #B99AA3.


Background Color

.myBgColor { background-color: #B99AA3; }

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

This div background color is #B99AA3.


Border color

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

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

This div border color is #B99AA3.


Opacity

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

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

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

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

This text has shadow with #B99AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99AA3 on black background.


Color preview on white background

This text has color #B99AA3 on white background.



Black color preview on #B99AA3 background

This text has black color on #B99AA3 background.


White color preview on #B99AA3 background

This text has white color on #B99AA3 background.