COLOR #A9AAEC

HEX: #A9AAEC RGB: (169,170,236)

Color info

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

RGB color model

#A9AAEC color RGB value is (169,170,236).

RGB: (169,170,236) (66%, 67%, 93%)

RGB channels and saturation

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

169
170
236

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

Portions of RGB colors in percentages

R + G + B = 169 + 170 + 236 = 575 (100%)
R 169 of 575 ~ 29.39%
G 170 of 575 ~ 29.57%
B 236 of 575 ~ 41.04'%

%29.39
%29.57
%41.04

CMYK color model

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

  • cyan value is 28.39%
  • magenta value is 27.97%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (28,28,0,7) C28M28Y0K7 (28%,28%,0%,7%) (0.28/0.28/0.00/0.07) 

CMYK percentages

%28.39
%27.97
%0
%7.45

Codes

Color #A9AAEC in popluar color models

A9 AA EC
RGB 169 170 236
HSL 239° 63.81% 79.41%
HSB/HSV 239° 28.39% 92.55%
CMYK 28.39% 27.97% 0.00%
7.45%

Color #A9AAEC in popluar number systems.

HEX A9 AA EC
Decimal 169 170 236
Binary 10101001 10101010 11101100
Octal 251 252 354

Shades and tints

Shades of #A9AAEC

#A9AAEC
(169,170,236)
#9A9BD7
(154,155,215)
#8B8CC2
(139,140,194)
#7C7DAD
(124,125,173)
#6D6E98
(109,110,152)
#5E5F83
(94,95,131)
#4F506E
(79,80,110)
#404159
(64,65,89)
#313244
(49,50,68)
#22232F
(34,35,47)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #A9AAEC

#A9AAEC
(169,170,236)
#B0B1ED
(176,177,237)
#B7B8EE
(183,184,238)
#BEBFEF
(190,191,239)
#C5C6F0
(197,198,240)
#CCCDF1
(204,205,241)
#D3D4F2
(211,212,242)
#DADBF3
(218,219,243)
#E1E2F4
(225,226,244)
#E8E9F5
(232,233,245)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AAEC; }

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

This text font color is #A9AAEC.

Background Color

.myBgColor { background-color: #A9AAEC; }

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

This div background color is #A9AAEC.

Border color

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

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

This div border color is #A9AAEC.

Opacity

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

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

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

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

This text has shadow with #A9AAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AAEC.

Preview

Color preview on black background

This text has color #A9AAEC on black background.


Color preview on white background

This text has color #A9AAEC on white background.


Black color preview on #A9AAEC background

This text has black color on #A9AAEC background.


White color preview on #A9AAEC background

This text has white color on #A9AAEC background.


Related colors

Complementary color

Complementary color for #hex is #565513.


I love getcolorcode.com

Triadic colors

1 #ECA9AA and #AAECA9 with #A9AAEC are triadic colors.

2 #ECAAA9 and #AAA9EC with #A9AAEC are triadic colors.