COLOR #AAB5FC

HEX: #AAB5FC
RGB: (170,181,252)

Color info

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

RGB color model

#AAB5FC color RGB value is (170,181,252).

  • red value is 170;
  • green value is 181;
  • blue value is 252.
RGB:
(170,181,252)
(67%,71%,99%)

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 252 of 255 = 99%

170
181
252

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

Portions of RGB colors in percentages

R + G + B =
170 + 181 + 252 = 603 (100%)
R 170 of 603 ~ 28.19%
G 181 of 603 ~ 30.02%
B 252 of 603 ~ 41.79%

%28.19
%30.02
%41.79

CMYK color model

#AAB5FC color CMYK value is (33,28,0,1).

  • cyan value is 32.54%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(33,28,0,1)
C33M28Y0K1 
(33%,28%,0%,1%)
(0.33/0.28/0.00/0.01)	

CMYK percentages

%32.54
%28.17
%0
%1.18

Codes

Color #AAB5FC in popluar color models

AAB5FC
RGB170181252
HSL232°93.18%82.75%
HSB/HSV232°32.54%98.82%
CMYK32.54%28.17%0.00%
1.18%

Color #AAB5FC in popluar number systems.

HEXAAB5FC
Decimal170181252
Binary101010101011010111111100
Octal252265374

Shades and tints

Shades of #AAB5FC

#AAB5FC
(170,181,252)
#9BA5E6
(155,165,230)
#8C95D0
(140,149,208)
#7D85BA
(125,133,186)
#6E75A4
(110,117,164)
#5F658E
(95,101,142)
#505578
(80,85,120)
#414562
(65,69,98)
#32354C
(50,53,76)
#232536
(35,37,54)
#141520
(20,21,32)
#000000
(0,0,0)

Tints of #AAB5FC

#AAB5FC
(170,181,252)
#B1BBFC
(177,187,252)
#B8C1FC
(184,193,252)
#BFC7FC
(191,199,252)
#C6CDFC
(198,205,252)
#CDD3FC
(205,211,252)
#D4D9FC
(212,217,252)
#DBDFFC
(219,223,252)
#E2E5FC
(226,229,252)
#E9EBFC
(233,235,252)
#F0F1FC
(240,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB5FC color. Also use rgb(170,181,252) instead hex code.

Text Font Color

.myTextColor { color: #AAB5FC; }

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

This text font color is #AAB5FC.


Background Color

.myBgColor { background-color: #AAB5FC; }

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

This div background color is #AAB5FC.


Border color

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

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

This div border color is #AAB5FC.


Opacity

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

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

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

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

This text has shadow with #AAB5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB5FC on black background.


Color preview on white background

This text has color #AAB5FC on white background.



Black color preview on #AAB5FC background

This text has black color on #AAB5FC background.


White color preview on #AAB5FC background

This text has white color on #AAB5FC background.