COLOR #AAA0B6

HEX: #AAA0B6
RGB: (170,160,182)

Color info

#AAA0B6 contains red, green and blue colors in about the same proportion. Web safe color of #AAA0B6 is #9999CC (or #99C).

RGB color model

#AAA0B6 color RGB value is (170,160,182).

  • red value is 170;
  • green value is 160;
  • blue value is 182.
RGB:
(170,160,182)
(67%,63%,71%)

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 182 of 255 = 71%

170
160
182

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

Portions of RGB colors in percentages

R + G + B =
170 + 160 + 182 = 512 (100%)
R 170 of 512 ~ 33.2%
G 160 of 512 ~ 31.25%
B 182 of 512 ~ 35.55%

%33.2
%31.25
%35.55

CMYK color model

#AAA0B6 color CMYK value is (7,12,0,29).

  • cyan value is 6.59%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(7,12,0,29)
C7M12Y0K29 
(7%,12%,0%,29%)
(0.07/0.12/0.00/0.29)	

CMYK percentages

%6.59
%12.09
%0
%28.63

Codes

Color #AAA0B6 in popluar color models

AAA0B6
RGB170160182
HSL267°13.10%67.06%
HSB/HSV267°12.09%71.37%
CMYK6.59%12.09%0.00%
28.63%

Color #AAA0B6 in popluar number systems.

HEXAAA0B6
Decimal170160182
Binary101010101010000010110110
Octal252240266

Shades and tints

Shades of #AAA0B6

#AAA0B6
(170,160,182)
#9B92A6
(155,146,166)
#8C8496
(140,132,150)
#7D7686
(125,118,134)
#6E6876
(110,104,118)
#5F5A66
(95,90,102)
#504C56
(80,76,86)
#413E46
(65,62,70)
#323036
(50,48,54)
#232226
(35,34,38)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #AAA0B6

#AAA0B6
(170,160,182)
#B1A8BC
(177,168,188)
#B8B0C2
(184,176,194)
#BFB8C8
(191,184,200)
#C6C0CE
(198,192,206)
#CDC8D4
(205,200,212)
#D4D0DA
(212,208,218)
#DBD8E0
(219,216,224)
#E2E0E6
(226,224,230)
#E9E8EC
(233,232,236)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA0B6; }

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

This text font color is #AAA0B6.


Background Color

.myBgColor { background-color: #AAA0B6; }

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

This div background color is #AAA0B6.


Border color

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

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

This div border color is #AAA0B6.


Opacity

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

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

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

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

This text has shadow with #AAA0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA0B6 on black background.


Color preview on white background

This text has color #AAA0B6 on white background.



Black color preview on #AAA0B6 background

This text has black color on #AAA0B6 background.


White color preview on #AAA0B6 background

This text has white color on #AAA0B6 background.