COLOR #AAB3B3

HEX: #AAB3B3
RGB: (170,179,179)

Color info

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

RGB color model

#AAB3B3 color RGB value is (170,179,179).

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

RGB channels and saturation

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

170
179
179

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

Portions of RGB colors in percentages

R + G + B =
170 + 179 + 179 = 528 (100%)
R 170 of 528 ~ 32.2%
G 179 of 528 ~ 33.9%
B 179 of 528 ~ 33.9%

%32.2
%33.9
%33.9

CMYK color model

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

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

CMYK percentages

%5.03
%0
%0
%29.8

Codes

Color #AAB3B3 in popluar color models

AAB3B3
RGB170179179
HSL180°5.59%68.43%
HSB/HSV180°5.03%70.20%
CMYK5.03%0.00%0.00%
29.80%

Color #AAB3B3 in popluar number systems.

HEXAAB3B3
Decimal170179179
Binary101010101011001110110011
Octal252263263

Shades and tints

Shades of #AAB3B3

#AAB3B3
(170,179,179)
#9BA3A3
(155,163,163)
#8C9393
(140,147,147)
#7D8383
(125,131,131)
#6E7373
(110,115,115)
#5F6363
(95,99,99)
#505353
(80,83,83)
#414343
(65,67,67)
#323333
(50,51,51)
#232323
(35,35,35)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #AAB3B3

#AAB3B3
(170,179,179)
#B1B9B9
(177,185,185)
#B8BFBF
(184,191,191)
#BFC5C5
(191,197,197)
#C6CBCB
(198,203,203)
#CDD1D1
(205,209,209)
#D4D7D7
(212,215,215)
#DBDDDD
(219,221,221)
#E2E3E3
(226,227,227)
#E9E9E9
(233,233,233)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB3B3; }

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

This text font color is #AAB3B3.


Background Color

.myBgColor { background-color: #AAB3B3; }

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

This div background color is #AAB3B3.


Border color

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

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

This div border color is #AAB3B3.


Opacity

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

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

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

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

This text has shadow with #AAB3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB3B3 on black background.


Color preview on white background

This text has color #AAB3B3 on white background.



Black color preview on #AAB3B3 background

This text has black color on #AAB3B3 background.


White color preview on #AAB3B3 background

This text has white color on #AAB3B3 background.