COLOR #AAAEAD

HEX: #AAAEAD
RGB: (170,174,173)

Color info

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

RGB color model

#AAAEAD color RGB value is (170,174,173).

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

RGB channels and saturation

R 170 of 255 = 67%
G 174 of 255 = 68%
B 173 of 255 = 68%

170
174
173

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

Portions of RGB colors in percentages

R + G + B =
170 + 174 + 173 = 517 (100%)
R 170 of 517 ~ 32.88%
G 174 of 517 ~ 33.66%
B 173 of 517 ~ 33.46%

%32.88
%33.66
%33.46

CMYK color model

#AAAEAD color CMYK value is (2,0,1,32).

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK:
(2,0,1,32)
C2M0Y1K32 
(2%,0%,1%,32%)
(0.02/0.00/0.01/0.32)	

CMYK percentages

%2.3
%0
%0.57
%31.76

Codes

Color #AAAEAD in popluar color models

AAAEAD
RGB170174173
HSL165°2.41%67.45%
HSB/HSV165°2.30%68.24%
CMYK2.30%0.00%0.57%
31.76%

Color #AAAEAD in popluar number systems.

HEXAAAEAD
Decimal170174173
Binary101010101010111010101101
Octal252256255

Shades and tints

Shades of #AAAEAD

#AAAEAD
(170,174,173)
#9B9F9E
(155,159,158)
#8C908F
(140,144,143)
#7D8180
(125,129,128)
#6E7271
(110,114,113)
#5F6362
(95,99,98)
#505453
(80,84,83)
#414544
(65,69,68)
#323635
(50,54,53)
#232726
(35,39,38)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #AAAEAD

#AAAEAD
(170,174,173)
#B1B5B4
(177,181,180)
#B8BCBB
(184,188,187)
#BFC3C2
(191,195,194)
#C6CAC9
(198,202,201)
#CDD1D0
(205,209,208)
#D4D8D7
(212,216,215)
#DBDFDE
(219,223,222)
#E2E6E5
(226,230,229)
#E9EDEC
(233,237,236)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAEAD; }

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

This text font color is #AAAEAD.


Background Color

.myBgColor { background-color: #AAAEAD; }

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

This div background color is #AAAEAD.


Border color

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

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

This div border color is #AAAEAD.


Opacity

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

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

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

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

This text has shadow with #AAAEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAEAD on black background.


Color preview on white background

This text has color #AAAEAD on white background.



Black color preview on #AAAEAD background

This text has black color on #AAAEAD background.


White color preview on #AAAEAD background

This text has white color on #AAAEAD background.