COLOR #AAA0B2

HEX: #AAA0B2
RGB: (170,160,178)

Color info

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

RGB color model

#AAA0B2 color RGB value is (170,160,178).

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

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 178 of 255 = 70%

170
160
178

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

Portions of RGB colors in percentages

R + G + B =
170 + 160 + 178 = 508 (100%)
R 170 of 508 ~ 33.46%
G 160 of 508 ~ 31.5%
B 178 of 508 ~ 35.04%

%33.46
%31.5
%35.04

CMYK color model

#AAA0B2 color CMYK value is (4,10,0,30).

  • cyan value is 4.49%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,10,0,30)
C4M10Y0K30 
(4%,10%,0%,30%)
(0.04/0.10/0.00/0.30)	

CMYK percentages

%4.49
%10.11
%0
%30.2

Codes

Color #AAA0B2 in popluar color models

AAA0B2
RGB170160178
HSL273°10.47%66.27%
HSB/HSV273°10.11%69.80%
CMYK4.49%10.11%0.00%
30.20%

Color #AAA0B2 in popluar number systems.

HEXAAA0B2
Decimal170160178
Binary101010101010000010110010
Octal252240262

Shades and tints

Shades of #AAA0B2

#AAA0B2
(170,160,178)
#9B92A2
(155,146,162)
#8C8492
(140,132,146)
#7D7682
(125,118,130)
#6E6872
(110,104,114)
#5F5A62
(95,90,98)
#504C52
(80,76,82)
#413E42
(65,62,66)
#323032
(50,48,50)
#232222
(35,34,34)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AAA0B2

#AAA0B2
(170,160,178)
#B1A8B9
(177,168,185)
#B8B0C0
(184,176,192)
#BFB8C7
(191,184,199)
#C6C0CE
(198,192,206)
#CDC8D5
(205,200,213)
#D4D0DC
(212,208,220)
#DBD8E3
(219,216,227)
#E2E0EA
(226,224,234)
#E9E8F1
(233,232,241)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA0B2; }

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

This text font color is #AAA0B2.


Background Color

.myBgColor { background-color: #AAA0B2; }

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

This div background color is #AAA0B2.


Border color

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

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

This div border color is #AAA0B2.


Opacity

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

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

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

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

This text has shadow with #AAA0B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA0B2 on black background.


Color preview on white background

This text has color #AAA0B2 on white background.



Black color preview on #AAA0B2 background

This text has black color on #AAA0B2 background.


White color preview on #AAA0B2 background

This text has white color on #AAA0B2 background.