COLOR #AAAED2

HEX: #AAAED2 RGB: (170,174,210)

Color info

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

RGB color model

#AAAED2 color RGB value is (170,174,210).

RGB: (170,174,210) (67%, 68%, 82%)

RGB channels and saturation

R 170 of 255 = 67%
G 174 of 255 = 68%
B 210 of 255 = 82%

170
174
210

R + G + B ~ 72%. #AAAED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 174 + 210 = 554 (100%)
R 170 of 554 ~ 30.69%
G 174 of 554 ~ 31.41%
B 210 of 554 ~ 37.91'%

%30.69
%31.41
%37.91

CMYK color model

#AAAED2 color CMYK value is (19,17,0,18).

  • cyan value is 19.05%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (19,17,0,18)
C19M17Y0K18 (19%, 17%, 0%, 18%)
(0.19 / 0.17 / 0.00 / 0.18)

CMYK percentages

%19.05
%17.14
%0
%17.65

Codes

Color #AAAED2 in popluar color models

AA AE D2
RGB 170 174 210
HSL 234° 30.77% 74.51%
HSB/HSV 234° 19.05% 82.35%
CMYK 19.05% 17.14% 0.00%
17.65%

Color #AAAED2 in popluar number systems.

HEX AA AE D2
Decimal 170 174 210
Binary 10101010 10101110 11010010
Octal 252 256 322

Shades and tints

Shades of #AAAED2

#AAAED2
(170,174,210)
#9B9FBF
(155,159,191)
#8C90AC
(140,144,172)
#7D8199
(125,129,153)
#6E7286
(110,114,134)
#5F6373
(95,99,115)
#505460
(80,84,96)
#41454D
(65,69,77)
#32363A
(50,54,58)
#232727
(35,39,39)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AAAED2

#AAAED2
(170,174,210)
#B1B5D6
(177,181,214)
#B8BCDA
(184,188,218)
#BFC3DE
(191,195,222)
#C6CAE2
(198,202,226)
#CDD1E6
(205,209,230)
#D4D8EA
(212,216,234)
#DBDFEE
(219,223,238)
#E2E6F2
(226,230,242)
#E9EDF6
(233,237,246)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAED2; }

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

This text font color is #AAAED2.

Background Color

.myBgColor { background-color: #AAAED2; }

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

This div background color is #AAAED2.

Border color

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

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

This div border color is #AAAED2.

Opacity

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

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

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

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

This text has shadow with #AAAED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAED2.

Preview

Color preview on black background

This text has color #AAAED2 on black background.


Color preview on white background

This text has color #AAAED2 on white background.


Black color preview on #AAAED2 background

This text has black color on #AAAED2 background.


White color preview on #AAAED2 background

This text has white color on #AAAED2 background.


Related colors

Complementary color

Complementary color for #hex is #55512D.


I love getcolorcode.com

Triadic colors

1 #D2AAAE and #AED2AA with #AAAED2 are triadic colors.

2 #D2AEAA and #AEAAD2 with #AAAED2 are triadic colors.