COLOR #AAAEB0

HEX: #AAAEB0
RGB: (170,174,176)

Color info

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

RGB color model

#AAAEB0 color RGB value is (170,174,176).

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

RGB channels and saturation

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

170
174
176

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

Portions of RGB colors in percentages

R + G + B =
170 + 174 + 176 = 520 (100%)
R 170 of 520 ~ 32.69%
G 174 of 520 ~ 33.46%
B 176 of 520 ~ 33.85%

%32.69
%33.46
%33.85

CMYK color model

#AAAEB0 color CMYK value is (3,1,0,31).

  • cyan value is 3.41%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(3,1,0,31)
C3M1Y0K31 
(3%,1%,0%,31%)
(0.03/0.01/0.00/0.31)	

CMYK percentages

%3.41
%1.14
%0
%30.98

Codes

Color #AAAEB0 in popluar color models

AAAEB0
RGB170174176
HSL200°3.66%67.84%
HSB/HSV200°3.41%69.02%
CMYK3.41%1.14%0.00%
30.98%

Color #AAAEB0 in popluar number systems.

HEXAAAEB0
Decimal170174176
Binary101010101010111010110000
Octal252256260

Shades and tints

Shades of #AAAEB0

#AAAEB0
(170,174,176)
#9B9FA0
(155,159,160)
#8C9090
(140,144,144)
#7D8180
(125,129,128)
#6E7270
(110,114,112)
#5F6360
(95,99,96)
#505450
(80,84,80)
#414540
(65,69,64)
#323630
(50,54,48)
#232720
(35,39,32)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #AAAEB0

#AAAEB0
(170,174,176)
#B1B5B7
(177,181,183)
#B8BCBE
(184,188,190)
#BFC3C5
(191,195,197)
#C6CACC
(198,202,204)
#CDD1D3
(205,209,211)
#D4D8DA
(212,216,218)
#DBDFE1
(219,223,225)
#E2E6E8
(226,230,232)
#E9EDEF
(233,237,239)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAEB0; }

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

This text font color is #AAAEB0.


Background Color

.myBgColor { background-color: #AAAEB0; }

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

This div background color is #AAAEB0.


Border color

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

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

This div border color is #AAAEB0.


Opacity

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

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

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

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

This text has shadow with #AAAEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAEB0 on black background.


Color preview on white background

This text has color #AAAEB0 on white background.



Black color preview on #AAAEB0 background

This text has black color on #AAAEB0 background.


White color preview on #AAAEB0 background

This text has white color on #AAAEB0 background.