COLOR #AAB9F1

HEX: #AAB9F1 RGB: (170,185,241)

Color info

#AAB9F1 contains mainly green and blue colors. Web safe color of #AAB9F1 is #99CCFF (or #9CF).

RGB color model

#AAB9F1 color RGB value is (170,185,241).

RGB: (170,185,241) (67%, 73%, 95%)

RGB channels and saturation

R 170 of 255 = 67%
G 185 of 255 = 73%
B 241 of 255 = 95%

170
185
241

R + G + B ~ 78%. #AAB9F1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 185 + 241 = 596 (100%)
R 170 of 596 ~ 28.52%
G 185 of 596 ~ 31.04%
B 241 of 596 ~ 40.44'%

%28.52
%31.04
%40.44

CMYK color model

#AAB9F1 color CMYK value is (29,23,0,5).

  • cyan value is 29.46%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (29,23,0,5)
C29M23Y0K5 (29%, 23%, 0%, 5%)
(0.29 / 0.23 / 0.00 / 0.05)

CMYK percentages

%29.46
%23.24
%0
%5.49

Codes

Color #AAB9F1 in popluar color models

AA B9 F1
RGB 170 185 241
HSL 227° 71.72% 80.59%
HSB/HSV 227° 29.46% 94.51%
CMYK 29.46% 23.24% 0.00%
5.49%

Color #AAB9F1 in popluar number systems.

HEX AA B9 F1
Decimal 170 185 241
Binary 10101010 10111001 11110001
Octal 252 271 361

Shades and tints

Shades of #AAB9F1

#AAB9F1
(170,185,241)
#9BA9DC
(155,169,220)
#8C99C7
(140,153,199)
#7D89B2
(125,137,178)
#6E799D
(110,121,157)
#5F6988
(95,105,136)
#505973
(80,89,115)
#41495E
(65,73,94)
#323949
(50,57,73)
#232934
(35,41,52)
#14191F
(20,25,31)
#000000
(0,0,0)

Tints of #AAB9F1

#AAB9F1
(170,185,241)
#B1BFF2
(177,191,242)
#B8C5F3
(184,197,243)
#BFCBF4
(191,203,244)
#C6D1F5
(198,209,245)
#CDD7F6
(205,215,246)
#D4DDF7
(212,221,247)
#DBE3F8
(219,227,248)
#E2E9F9
(226,233,249)
#E9EFFA
(233,239,250)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB9F1; }

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

This text font color is #AAB9F1.

Background Color

.myBgColor { background-color: #AAB9F1; }

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

This div background color is #AAB9F1.

Border color

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

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

This div border color is #AAB9F1.

Opacity

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

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

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

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

This text has shadow with #AAB9F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB9F1.

Preview

Color preview on black background

This text has color #AAB9F1 on black background.


Color preview on white background

This text has color #AAB9F1 on white background.


Black color preview on #AAB9F1 background

This text has black color on #AAB9F1 background.


White color preview on #AAB9F1 background

This text has white color on #AAB9F1 background.


Related colors

Complementary color

Complementary color for #hex is #55460E.


I love getcolorcode.com

Triadic colors

1 #F1AAB9 and #B9F1AA with #AAB9F1 are triadic colors.

2 #F1B9AA and #B9AAF1 with #AAB9F1 are triadic colors.