COLOR #AAA6B2

HEX: #AAA6B2
RGB: (170,166,178)

Color info

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

RGB color model

#AAA6B2 color RGB value is (170,166,178).

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

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 178 of 255 = 70%

170
166
178

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

Portions of RGB colors in percentages

R + G + B =
170 + 166 + 178 = 514 (100%)
R 170 of 514 ~ 33.07%
G 166 of 514 ~ 32.3%
B 178 of 514 ~ 34.63%

%33.07
%32.3
%34.63

CMYK color model

#AAA6B2 color CMYK value is (4,7,0,30).

  • cyan value is 4.49%
  • magenta value is 6.74%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,7,0,30)
C4M7Y0K30 
(4%,7%,0%,30%)
(0.04/0.07/0.00/0.30)	

CMYK percentages

%4.49
%6.74
%0
%30.2

Codes

Color #AAA6B2 in popluar color models

AAA6B2
RGB170166178
HSL260°7.23%67.45%
HSB/HSV260°6.74%69.80%
CMYK4.49%6.74%0.00%
30.20%

Color #AAA6B2 in popluar number systems.

HEXAAA6B2
Decimal170166178
Binary101010101010011010110010
Octal252246262

Shades and tints

Shades of #AAA6B2

#AAA6B2
(170,166,178)
#9B97A2
(155,151,162)
#8C8892
(140,136,146)
#7D7982
(125,121,130)
#6E6A72
(110,106,114)
#5F5B62
(95,91,98)
#504C52
(80,76,82)
#413D42
(65,61,66)
#322E32
(50,46,50)
#231F22
(35,31,34)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AAA6B2

#AAA6B2
(170,166,178)
#B1AEB9
(177,174,185)
#B8B6C0
(184,182,192)
#BFBEC7
(191,190,199)
#C6C6CE
(198,198,206)
#CDCED5
(205,206,213)
#D4D6DC
(212,214,220)
#DBDEE3
(219,222,227)
#E2E6EA
(226,230,234)
#E9EEF1
(233,238,241)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA6B2; }

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

This text font color is #AAA6B2.


Background Color

.myBgColor { background-color: #AAA6B2; }

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

This div background color is #AAA6B2.


Border color

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

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

This div border color is #AAA6B2.


Opacity

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

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

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

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

This text has shadow with #AAA6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA6B2 on black background.


Color preview on white background

This text has color #AAA6B2 on white background.



Black color preview on #AAA6B2 background

This text has black color on #AAA6B2 background.


White color preview on #AAA6B2 background

This text has white color on #AAA6B2 background.