COLOR #AAAEB1

HEX: #AAAEB1
RGB: (170,174,177)

Color info

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

RGB color model

#AAAEB1 color RGB value is (170,174,177).

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

RGB channels and saturation

R 170 of 255 = 67%
G 174 of 255 = 68%
B 177 of 255 = 69%

170
174
177

R + G + B ~ 68%. #AAAEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 174 + 177 = 521 (100%)
R 170 of 521 ~ 32.63%
G 174 of 521 ~ 33.4%
B 177 of 521 ~ 33.97%

%32.63
%33.4
%33.97

CMYK color model

#AAAEB1 color CMYK value is (4,2,0,31).

  • cyan value is 3.95%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(4,2,0,31)
C4M2Y0K31 
(4%,2%,0%,31%)
(0.04/0.02/0.00/0.31)	

CMYK percentages

%3.95
%1.69
%0
%30.59

Codes

Color #AAAEB1 in popluar color models

AAAEB1
RGB170174177
HSL206°4.29%68.04%
HSB/HSV206°3.95%69.41%
CMYK3.95%1.69%0.00%
30.59%

Color #AAAEB1 in popluar number systems.

HEXAAAEB1
Decimal170174177
Binary101010101010111010110001
Octal252256261

Shades and tints

Shades of #AAAEB1

#AAAEB1
(170,174,177)
#9B9FA1
(155,159,161)
#8C9091
(140,144,145)
#7D8181
(125,129,129)
#6E7271
(110,114,113)
#5F6361
(95,99,97)
#505451
(80,84,81)
#414541
(65,69,65)
#323631
(50,54,49)
#232721
(35,39,33)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #AAAEB1

#AAAEB1
(170,174,177)
#B1B5B8
(177,181,184)
#B8BCBF
(184,188,191)
#BFC3C6
(191,195,198)
#C6CACD
(198,202,205)
#CDD1D4
(205,209,212)
#D4D8DB
(212,216,219)
#DBDFE2
(219,223,226)
#E2E6E9
(226,230,233)
#E9EDF0
(233,237,240)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAEB1; }

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

This text font color is #AAAEB1.


Background Color

.myBgColor { background-color: #AAAEB1; }

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

This div background color is #AAAEB1.


Border color

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

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

This div border color is #AAAEB1.


Opacity

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

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

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

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

This text has shadow with #AAAEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAEB1 on black background.


Color preview on white background

This text has color #AAAEB1 on white background.



Black color preview on #AAAEB1 background

This text has black color on #AAAEB1 background.


White color preview on #AAAEB1 background

This text has white color on #AAAEB1 background.