COLOR #B3AAA9

HEX: #B3AAA9
RGB: (179,170,169)

Color info

#B3AAA9 contains red, green and blue colors in about the same proportion. Web safe color of #B3AAA9 is #999999 (or #999).

RGB color model

#B3AAA9 color RGB value is (179,170,169).

  • red value is 179;
  • green value is 170;
  • blue value is 169.
RGB:
(179,170,169)
(70%,67%,66%)

RGB channels and saturation

R 179 of 255 = 70%
G 170 of 255 = 67%
B 169 of 255 = 66%

179
170
169

R + G + B ~ 68%. #B3AAA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 170 + 169 = 518 (100%)
R 179 of 518 ~ 34.56%
G 170 of 518 ~ 32.82%
B 169 of 518 ~ 32.63%

%34.56
%32.82
%32.63

CMYK color model

#B3AAA9 color CMYK value is (0,5,6,30).

  • cyan value is 0.00%
  • magenta value is 5.03%
  • yellow value is 5.59%
  • key color value is 29.80%
CMYK:
(0,5,6,30)
C0M5Y6K30 
(0%,5%,6%,30%)
(0.00/0.05/0.06/0.30)	

CMYK percentages

%0
%5.03
%5.59
%29.8

Codes

Color #B3AAA9 in popluar color models

B3AAA9
RGB179170169
HSL6.17%68.24%
HSB/HSV5.59%70.20%
CMYK0.00%5.03%5.59%
29.80%

Color #B3AAA9 in popluar number systems.

HEXB3AAA9
Decimal179170169
Binary101100111010101010101001
Octal263252251

Shades and tints

Shades of #B3AAA9

#B3AAA9
(179,170,169)
#A39B9A
(163,155,154)
#938C8B
(147,140,139)
#837D7C
(131,125,124)
#736E6D
(115,110,109)
#635F5E
(99,95,94)
#53504F
(83,80,79)
#434140
(67,65,64)
#333231
(51,50,49)
#232322
(35,35,34)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #B3AAA9

#B3AAA9
(179,170,169)
#B9B1B0
(185,177,176)
#BFB8B7
(191,184,183)
#C5BFBE
(197,191,190)
#CBC6C5
(203,198,197)
#D1CDCC
(209,205,204)
#D7D4D3
(215,212,211)
#DDDBDA
(221,219,218)
#E3E2E1
(227,226,225)
#E9E9E8
(233,233,232)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AAA9; }

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

This text font color is #B3AAA9.


Background Color

.myBgColor { background-color: #B3AAA9; }

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

This div background color is #B3AAA9.


Border color

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

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

This div border color is #B3AAA9.


Opacity

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

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

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

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

This text has shadow with #B3AAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AAA9 on black background.


Color preview on white background

This text has color #B3AAA9 on white background.



Black color preview on #B3AAA9 background

This text has black color on #B3AAA9 background.


White color preview on #B3AAA9 background

This text has white color on #B3AAA9 background.