COLOR #B9AAAA

HEX: #B9AAAA
RGB: (185,170,170)

Color info

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

RGB color model

#B9AAAA color RGB value is (185,170,170).

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

RGB channels and saturation

R 185 of 255 = 73%
G 170 of 255 = 67%
B 170 of 255 = 67%

185
170
170

R + G + B ~ 69%. #B9AAAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 170 + 170 = 525 (100%)
R 185 of 525 ~ 35.24%
G 170 of 525 ~ 32.38%
B 170 of 525 ~ 32.38%

%35.24
%32.38
%32.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 8.11%
  • key color value is 27.45%
CMYK:
(0,8,8,27)
C0M8Y8K27 
(0%,8%,8%,27%)
(0.00/0.08/0.08/0.27)	

CMYK percentages

%0
%8.11
%8.11
%27.45

Codes

Color #B9AAAA in popluar color models

B9AAAA
RGB185170170
HSL9.68%69.61%
HSB/HSV8.11%72.55%
CMYK0.00%8.11%8.11%
27.45%

Color #B9AAAA in popluar number systems.

HEXB9AAAA
Decimal185170170
Binary101110011010101010101010
Octal271252252

Shades and tints

Shades of #B9AAAA

#B9AAAA
(185,170,170)
#A99B9B
(169,155,155)
#998C8C
(153,140,140)
#897D7D
(137,125,125)
#796E6E
(121,110,110)
#695F5F
(105,95,95)
#595050
(89,80,80)
#494141
(73,65,65)
#393232
(57,50,50)
#292323
(41,35,35)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #B9AAAA

#B9AAAA
(185,170,170)
#BFB1B1
(191,177,177)
#C5B8B8
(197,184,184)
#CBBFBF
(203,191,191)
#D1C6C6
(209,198,198)
#D7CDCD
(215,205,205)
#DDD4D4
(221,212,212)
#E3DBDB
(227,219,219)
#E9E2E2
(233,226,226)
#EFE9E9
(239,233,233)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AAAA; }

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

This text font color is #B9AAAA.


Background Color

.myBgColor { background-color: #B9AAAA; }

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

This div background color is #B9AAAA.


Border color

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

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

This div border color is #B9AAAA.


Opacity

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

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

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

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

This text has shadow with #B9AAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AAAA on black background.


Color preview on white background

This text has color #B9AAAA on white background.



Black color preview on #B9AAAA background

This text has black color on #B9AAAA background.


White color preview on #B9AAAA background

This text has white color on #B9AAAA background.