COLOR #AAA1B2

HEX: #AAA1B2
RGB: (170,161,178)

Color info

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

RGB color model

#AAA1B2 color RGB value is (170,161,178).

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

RGB channels and saturation

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

170
161
178

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

Portions of RGB colors in percentages

R + G + B =
170 + 161 + 178 = 509 (100%)
R 170 of 509 ~ 33.4%
G 161 of 509 ~ 31.63%
B 178 of 509 ~ 34.97%

%33.4
%31.63
%34.97

CMYK color model

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

  • cyan value is 4.49%
  • magenta value is 9.55%
  • 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
%9.55
%0
%30.2

Codes

Color #AAA1B2 in popluar color models

AAA1B2
RGB170161178
HSL272°9.94%66.47%
HSB/HSV272°9.55%69.80%
CMYK4.49%9.55%0.00%
30.20%

Color #AAA1B2 in popluar number systems.

HEXAAA1B2
Decimal170161178
Binary101010101010000110110010
Octal252241262

Shades and tints

Shades of #AAA1B2

#AAA1B2
(170,161,178)
#9B93A2
(155,147,162)
#8C8592
(140,133,146)
#7D7782
(125,119,130)
#6E6972
(110,105,114)
#5F5B62
(95,91,98)
#504D52
(80,77,82)
#413F42
(65,63,66)
#323132
(50,49,50)
#232322
(35,35,34)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #AAA1B2

#AAA1B2
(170,161,178)
#B1A9B9
(177,169,185)
#B8B1C0
(184,177,192)
#BFB9C7
(191,185,199)
#C6C1CE
(198,193,206)
#CDC9D5
(205,201,213)
#D4D1DC
(212,209,220)
#DBD9E3
(219,217,227)
#E2E1EA
(226,225,234)
#E9E9F1
(233,233,241)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA1B2; }

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

This text font color is #AAA1B2.


Background Color

.myBgColor { background-color: #AAA1B2; }

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

This div background color is #AAA1B2.


Border color

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

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

This div border color is #AAA1B2.


Opacity

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

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

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

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

This text has shadow with #AAA1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA1B2 on black background.


Color preview on white background

This text has color #AAA1B2 on white background.



Black color preview on #AAA1B2 background

This text has black color on #AAA1B2 background.


White color preview on #AAA1B2 background

This text has white color on #AAA1B2 background.