COLOR #AAB9F5

HEX: #AAB9F5
RGB: (170,185,245)

Color info

#AAB9F5 contains mainly blue color. Web safe color of #AAB9F5 is #99CCFF (or #9CF).

RGB color model

#AAB9F5 color RGB value is (170,185,245).

  • red value is 170;
  • green value is 185;
  • blue value is 245.
RGB:
(170,185,245)
(67%,73%,96%)

RGB channels and saturation

R 170 of 255 = 67%
G 185 of 255 = 73%
B 245 of 255 = 96%

170
185
245

R + G + B ~ 79%. #AAB9F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 185 + 245 = 600 (100%)
R 170 of 600 ~ 28.33%
G 185 of 600 ~ 30.83%
B 245 of 600 ~ 40.83%

%28.33
%30.83
%40.83

CMYK color model

#AAB9F5 color CMYK value is (31,24,0,4).

  • cyan value is 30.61%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(31,24,0,4)
C31M24Y0K4 
(31%,24%,0%,4%)
(0.31/0.24/0.00/0.04)	

CMYK percentages

%30.61
%24.49
%0
%3.92

Codes

Color #AAB9F5 in popluar color models

AAB9F5
RGB170185245
HSL228°78.95%81.37%
HSB/HSV228°30.61%96.08%
CMYK30.61%24.49%0.00%
3.92%

Color #AAB9F5 in popluar number systems.

HEXAAB9F5
Decimal170185245
Binary101010101011100111110101
Octal252271365

Shades and tints

Shades of #AAB9F5

#AAB9F5
(170,185,245)
#9BA9DF
(155,169,223)
#8C99C9
(140,153,201)
#7D89B3
(125,137,179)
#6E799D
(110,121,157)
#5F6987
(95,105,135)
#505971
(80,89,113)
#41495B
(65,73,91)
#323945
(50,57,69)
#23292F
(35,41,47)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #AAB9F5

#AAB9F5
(170,185,245)
#B1BFF5
(177,191,245)
#B8C5F5
(184,197,245)
#BFCBF5
(191,203,245)
#C6D1F5
(198,209,245)
#CDD7F5
(205,215,245)
#D4DDF5
(212,221,245)
#DBE3F5
(219,227,245)
#E2E9F5
(226,233,245)
#E9EFF5
(233,239,245)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB9F5; }

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

This text font color is #AAB9F5.


Background Color

.myBgColor { background-color: #AAB9F5; }

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

This div background color is #AAB9F5.


Border color

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

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

This div border color is #AAB9F5.


Opacity

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

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

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

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

This text has shadow with #AAB9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB9F5 on black background.


Color preview on white background

This text has color #AAB9F5 on white background.



Black color preview on #AAB9F5 background

This text has black color on #AAB9F5 background.


White color preview on #AAB9F5 background

This text has white color on #AAB9F5 background.