COLOR #AAB5F8

HEX: #AAB5F8
RGB: (170,181,248)

Color info

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

RGB color model

#AAB5F8 color RGB value is (170,181,248).

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

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 248 of 255 = 97%

170
181
248

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

Portions of RGB colors in percentages

R + G + B =
170 + 181 + 248 = 599 (100%)
R 170 of 599 ~ 28.38%
G 181 of 599 ~ 30.22%
B 248 of 599 ~ 41.4%

%28.38
%30.22
%41.4

CMYK color model

#AAB5F8 color CMYK value is (31,27,0,3).

  • cyan value is 31.45%
  • magenta value is 27.02%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(31,27,0,3)
C31M27Y0K3 
(31%,27%,0%,3%)
(0.31/0.27/0.00/0.03)	

CMYK percentages

%31.45
%27.02
%0
%2.75

Codes

Color #AAB5F8 in popluar color models

AAB5F8
RGB170181248
HSL232°84.78%81.96%
HSB/HSV232°31.45%97.25%
CMYK31.45%27.02%0.00%
2.75%

Color #AAB5F8 in popluar number systems.

HEXAAB5F8
Decimal170181248
Binary101010101011010111111000
Octal252265370

Shades and tints

Shades of #AAB5F8

#AAB5F8
(170,181,248)
#9BA5E2
(155,165,226)
#8C95CC
(140,149,204)
#7D85B6
(125,133,182)
#6E75A0
(110,117,160)
#5F658A
(95,101,138)
#505574
(80,85,116)
#41455E
(65,69,94)
#323548
(50,53,72)
#232532
(35,37,50)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #AAB5F8

#AAB5F8
(170,181,248)
#B1BBF8
(177,187,248)
#B8C1F8
(184,193,248)
#BFC7F8
(191,199,248)
#C6CDF8
(198,205,248)
#CDD3F8
(205,211,248)
#D4D9F8
(212,217,248)
#DBDFF8
(219,223,248)
#E2E5F8
(226,229,248)
#E9EBF8
(233,235,248)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB5F8; }

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

This text font color is #AAB5F8.


Background Color

.myBgColor { background-color: #AAB5F8; }

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

This div background color is #AAB5F8.


Border color

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

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

This div border color is #AAB5F8.


Opacity

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

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

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

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

This text has shadow with #AAB5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB5F8 on black background.


Color preview on white background

This text has color #AAB5F8 on white background.



Black color preview on #AAB5F8 background

This text has black color on #AAB5F8 background.


White color preview on #AAB5F8 background

This text has white color on #AAB5F8 background.