COLOR #AAA9ED

HEX: #AAA9ED
RGB: (170,169,237)

Color info

#AAA9ED contains mainly blue color. Web safe color of #AAA9ED is #9999FF (or #99F).

RGB color model

#AAA9ED color RGB value is (170,169,237).

  • red value is 170;
  • green value is 169;
  • blue value is 237.
RGB:
(170,169,237)
(67%,66%,93%)

RGB channels and saturation

R 170 of 255 = 67%
G 169 of 255 = 66%
B 237 of 255 = 93%

170
169
237

R + G + B ~ 75%. #AAA9ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 169 + 237 = 576 (100%)
R 170 of 576 ~ 29.51%
G 169 of 576 ~ 29.34%
B 237 of 576 ~ 41.15%

%29.51
%29.34
%41.15

CMYK color model

#AAA9ED color CMYK value is (28,29,0,7).

  • cyan value is 28.27%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(28,29,0,7)
C28M29Y0K7 
(28%,29%,0%,7%)
(0.28/0.29/0.00/0.07)	

CMYK percentages

%28.27
%28.69
%0
%7.06

Codes

Color #AAA9ED in popluar color models

AAA9ED
RGB170169237
HSL241°65.38%79.61%
HSB/HSV241°28.69%92.94%
CMYK28.27%28.69%0.00%
7.06%

Color #AAA9ED in popluar number systems.

HEXAAA9ED
Decimal170169237
Binary101010101010100111101101
Octal252251355

Shades and tints

Shades of #AAA9ED

#AAA9ED
(170,169,237)
#9B9AD8
(155,154,216)
#8C8BC3
(140,139,195)
#7D7CAE
(125,124,174)
#6E6D99
(110,109,153)
#5F5E84
(95,94,132)
#504F6F
(80,79,111)
#41405A
(65,64,90)
#323145
(50,49,69)
#232230
(35,34,48)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #AAA9ED

#AAA9ED
(170,169,237)
#B1B0EE
(177,176,238)
#B8B7EF
(184,183,239)
#BFBEF0
(191,190,240)
#C6C5F1
(198,197,241)
#CDCCF2
(205,204,242)
#D4D3F3
(212,211,243)
#DBDAF4
(219,218,244)
#E2E1F5
(226,225,245)
#E9E8F6
(233,232,246)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA9ED color. Also use rgb(170,169,237) instead hex code.

Text Font Color

.myTextColor { color: #AAA9ED; }

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

This text font color is #AAA9ED.


Background Color

.myBgColor { background-color: #AAA9ED; }

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

This div background color is #AAA9ED.


Border color

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

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

This div border color is #AAA9ED.


Opacity

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

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

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

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

This text has shadow with #AAA9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA9ED on black background.


Color preview on white background

This text has color #AAA9ED on white background.



Black color preview on #AAA9ED background

This text has black color on #AAA9ED background.


White color preview on #AAA9ED background

This text has white color on #AAA9ED background.