COLOR #AAA6B1

HEX: #AAA6B1
RGB: (170,166,177)

Color info

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

RGB color model

#AAA6B1 color RGB value is (170,166,177).

  • red value is 170;
  • green value is 166;
  • blue value is 177.
RGB:
(170,166,177)
(67%,65%,69%)

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 177 of 255 = 69%

170
166
177

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

Portions of RGB colors in percentages

R + G + B =
170 + 166 + 177 = 513 (100%)
R 170 of 513 ~ 33.14%
G 166 of 513 ~ 32.36%
B 177 of 513 ~ 34.5%

%33.14
%32.36
%34.5

CMYK color model

#AAA6B1 color CMYK value is (4,6,0,31).

  • cyan value is 3.95%
  • magenta value is 6.21%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(4,6,0,31)
C4M6Y0K31 
(4%,6%,0%,31%)
(0.04/0.06/0.00/0.31)	

CMYK percentages

%3.95
%6.21
%0
%30.59

Codes

Color #AAA6B1 in popluar color models

AAA6B1
RGB170166177
HSL262°6.59%67.25%
HSB/HSV262°6.21%69.41%
CMYK3.95%6.21%0.00%
30.59%

Color #AAA6B1 in popluar number systems.

HEXAAA6B1
Decimal170166177
Binary101010101010011010110001
Octal252246261

Shades and tints

Shades of #AAA6B1

#AAA6B1
(170,166,177)
#9B97A1
(155,151,161)
#8C8891
(140,136,145)
#7D7981
(125,121,129)
#6E6A71
(110,106,113)
#5F5B61
(95,91,97)
#504C51
(80,76,81)
#413D41
(65,61,65)
#322E31
(50,46,49)
#231F21
(35,31,33)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #AAA6B1

#AAA6B1
(170,166,177)
#B1AEB8
(177,174,184)
#B8B6BF
(184,182,191)
#BFBEC6
(191,190,198)
#C6C6CD
(198,198,205)
#CDCED4
(205,206,212)
#D4D6DB
(212,214,219)
#DBDEE2
(219,222,226)
#E2E6E9
(226,230,233)
#E9EEF0
(233,238,240)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA6B1; }

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

This text font color is #AAA6B1.


Background Color

.myBgColor { background-color: #AAA6B1; }

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

This div background color is #AAA6B1.


Border color

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

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

This div border color is #AAA6B1.


Opacity

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

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

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

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

This text has shadow with #AAA6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA6B1 on black background.


Color preview on white background

This text has color #AAA6B1 on white background.



Black color preview on #AAA6B1 background

This text has black color on #AAA6B1 background.


White color preview on #AAA6B1 background

This text has white color on #AAA6B1 background.