COLOR #AAB9E5

HEX: #AAB9E5 RGB: (170,185,229)

Color info

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

RGB color model

#AAB9E5 color RGB value is (170,185,229).

RGB: (170,185,229) (67%, 73%, 90%)

RGB channels and saturation

R 170 of 255 = 67%
G 185 of 255 = 73%
B 229 of 255 = 90%

170
185
229

R + G + B ~ 77%. #AAB9E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 185 + 229 = 584 (100%)
R 170 of 584 ~ 29.11%
G 185 of 584 ~ 31.68%
B 229 of 584 ~ 39.21'%

%29.11
%31.68
%39.21

CMYK color model

#AAB9E5 color CMYK value is (26,19,0,10).

  • cyan value is 25.76%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (26,19,0,10)
C26M19Y0K10 (26%, 19%, 0%, 10%)
(0.26 / 0.19 / 0.00 / 0.10)

CMYK percentages

%25.76
%19.21
%0
%10.2

Codes

Color #AAB9E5 in popluar color models

AA B9 E5
RGB 170 185 229
HSL 225° 53.15% 78.24%
HSB/HSV 225° 25.76% 89.80%
CMYK 25.76% 19.21% 0.00%
10.20%

Color #AAB9E5 in popluar number systems.

HEX AA B9 E5
Decimal 170 185 229
Binary 10101010 10111001 11100101
Octal 252 271 345

Shades and tints

Shades of #AAB9E5

#AAB9E5
(170,185,229)
#9BA9D1
(155,169,209)
#8C99BD
(140,153,189)
#7D89A9
(125,137,169)
#6E7995
(110,121,149)
#5F6981
(95,105,129)
#50596D
(80,89,109)
#414959
(65,73,89)
#323945
(50,57,69)
#232931
(35,41,49)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #AAB9E5

#AAB9E5
(170,185,229)
#B1BFE7
(177,191,231)
#B8C5E9
(184,197,233)
#BFCBEB
(191,203,235)
#C6D1ED
(198,209,237)
#CDD7EF
(205,215,239)
#D4DDF1
(212,221,241)
#DBE3F3
(219,227,243)
#E2E9F5
(226,233,245)
#E9EFF7
(233,239,247)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB9E5 color. Also use rgb(170,185,229) instead hex code.

Text Font Color

.myTextColor { color: #AAB9E5; }

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

This text font color is #AAB9E5.

Background Color

.myBgColor { background-color: #AAB9E5; }

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

This div background color is #AAB9E5.

Border color

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

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

This div border color is #AAB9E5.

Opacity

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

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

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

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

This text has shadow with #AAB9E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB9E5.

Preview

Color preview on black background

This text has color #AAB9E5 on black background.


Color preview on white background

This text has color #AAB9E5 on white background.


Black color preview on #AAB9E5 background

This text has black color on #AAB9E5 background.


White color preview on #AAB9E5 background

This text has white color on #AAB9E5 background.


Related colors

Complementary color

Complementary color for #hex is #55461A.


I love getcolorcode.com

Triadic colors

1 #E5AAB9 and #B9E5AA with #AAB9E5 are triadic colors.

2 #E5B9AA and #B9AAE5 with #AAB9E5 are triadic colors.