COLOR #AAB3F0

HEX: #AAB3F0
RGB: (170,179,240)

Color info

#AAB3F0 contains mainly blue color. Web safe color of #AAB3F0 is #9999FF (or #99F).

RGB color model

#AAB3F0 color RGB value is (170,179,240).

  • red value is 170;
  • green value is 179;
  • blue value is 240.
RGB:
(170,179,240)
(67%,70%,94%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 240 of 255 = 94%

170
179
240

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

Portions of RGB colors in percentages

R + G + B =
170 + 179 + 240 = 589 (100%)
R 170 of 589 ~ 28.86%
G 179 of 589 ~ 30.39%
B 240 of 589 ~ 40.75%

%28.86
%30.39
%40.75

CMYK color model

#AAB3F0 color CMYK value is (29,25,0,6).

  • cyan value is 29.17%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(29,25,0,6)
C29M25Y0K6 
(29%,25%,0%,6%)
(0.29/0.25/0.00/0.06)	

CMYK percentages

%29.17
%25.42
%0
%5.88

Codes

Color #AAB3F0 in popluar color models

AAB3F0
RGB170179240
HSL232°70.00%80.39%
HSB/HSV232°29.17%94.12%
CMYK29.17%25.42%0.00%
5.88%

Color #AAB3F0 in popluar number systems.

HEXAAB3F0
Decimal170179240
Binary101010101011001111110000
Octal252263360

Shades and tints

Shades of #AAB3F0

#AAB3F0
(170,179,240)
#9BA3DB
(155,163,219)
#8C93C6
(140,147,198)
#7D83B1
(125,131,177)
#6E739C
(110,115,156)
#5F6387
(95,99,135)
#505372
(80,83,114)
#41435D
(65,67,93)
#323348
(50,51,72)
#232333
(35,35,51)
#14131E
(20,19,30)
#000000
(0,0,0)

Tints of #AAB3F0

#AAB3F0
(170,179,240)
#B1B9F1
(177,185,241)
#B8BFF2
(184,191,242)
#BFC5F3
(191,197,243)
#C6CBF4
(198,203,244)
#CDD1F5
(205,209,245)
#D4D7F6
(212,215,246)
#DBDDF7
(219,221,247)
#E2E3F8
(226,227,248)
#E9E9F9
(233,233,249)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB3F0 color. Also use rgb(170,179,240) instead hex code.

Text Font Color

.myTextColor { color: #AAB3F0; }

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

This text font color is #AAB3F0.


Background Color

.myBgColor { background-color: #AAB3F0; }

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

This div background color is #AAB3F0.


Border color

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

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

This div border color is #AAB3F0.


Opacity

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

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

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

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

This text has shadow with #AAB3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB3F0 on black background.


Color preview on white background

This text has color #AAB3F0 on white background.



Black color preview on #AAB3F0 background

This text has black color on #AAB3F0 background.


White color preview on #AAB3F0 background

This text has white color on #AAB3F0 background.