COLOR #AAAEE2

HEX: #AAAEE2 RGB: (170,174,226)

Color info

#AAAEE2 contains red, green and blue colors in about the same proportion. Web safe color of #AAAEE2 is #9999CC (or #99C).

RGB color model

#AAAEE2 color RGB value is (170,174,226).

RGB: (170,174,226) (67%, 68%, 89%)

RGB channels and saturation

R 170 of 255 = 67%
G 174 of 255 = 68%
B 226 of 255 = 89%

170
174
226

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

Portions of RGB colors in percentages

R + G + B = 170 + 174 + 226 = 570 (100%)
R 170 of 570 ~ 29.82%
G 174 of 570 ~ 30.53%
B 226 of 570 ~ 39.65'%

%29.82
%30.53
%39.65

CMYK color model

#AAAEE2 color CMYK value is (25,23,0,11).

  • cyan value is 24.78%
  • magenta value is 23.01%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (25,23,0,11) C25M23Y0K11 (25%,23%,0%,11%) (0.25/0.23/0.00/0.11) 

CMYK percentages

%24.78
%23.01
%0
%11.37

Codes

Color #AAAEE2 in popluar color models

AA AE E2
RGB 170 174 226
HSL 236° 49.12% 77.65%
HSB/HSV 236° 24.78% 88.63%
CMYK 24.78% 23.01% 0.00%
11.37%

Color #AAAEE2 in popluar number systems.

HEX AA AE E2
Decimal 170 174 226
Binary 10101010 10101110 11100010
Octal 252 256 342

Shades and tints

Shades of #AAAEE2

#AAAEE2
(170,174,226)
#9B9FCE
(155,159,206)
#8C90BA
(140,144,186)
#7D81A6
(125,129,166)
#6E7292
(110,114,146)
#5F637E
(95,99,126)
#50546A
(80,84,106)
#414556
(65,69,86)
#323642
(50,54,66)
#23272E
(35,39,46)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #AAAEE2

#AAAEE2
(170,174,226)
#B1B5E4
(177,181,228)
#B8BCE6
(184,188,230)
#BFC3E8
(191,195,232)
#C6CAEA
(198,202,234)
#CDD1EC
(205,209,236)
#D4D8EE
(212,216,238)
#DBDFF0
(219,223,240)
#E2E6F2
(226,230,242)
#E9EDF4
(233,237,244)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAEE2; }

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

This text font color is #AAAEE2.

Background Color

.myBgColor { background-color: #AAAEE2; }

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

This div background color is #AAAEE2.

Border color

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

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

This div border color is #AAAEE2.

Opacity

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

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

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

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

This text has shadow with #AAAEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAEE2.

Preview

Color preview on black background

This text has color #AAAEE2 on black background.


Color preview on white background

This text has color #AAAEE2 on white background.


Black color preview on #AAAEE2 background

This text has black color on #AAAEE2 background.


White color preview on #AAAEE2 background

This text has white color on #AAAEE2 background.


Related colors

Complementary color

Complementary color for #hex is #55511D.


I love getcolorcode.com

Triadic colors

1 #E2AAAE and #AEE2AA with #AAAEE2 are triadic colors.

2 #E2AEAA and #AEAAE2 with #AAAEE2 are triadic colors.