COLOR #AAAEF8

HEX: #AAAEF8
RGB: (170,174,248)

Color info

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

RGB color model

#AAAEF8 color RGB value is (170,174,248).

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

RGB channels and saturation

R 170 of 255 = 67%
G 174 of 255 = 68%
B 248 of 255 = 97%

170
174
248

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

Portions of RGB colors in percentages

R + G + B =
170 + 174 + 248 = 592 (100%)
R 170 of 592 ~ 28.72%
G 174 of 592 ~ 29.39%
B 248 of 592 ~ 41.89%

%28.72
%29.39
%41.89

CMYK color model

#AAAEF8 color CMYK value is (31,30,0,3).

  • cyan value is 31.45%
  • magenta value is 29.84%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(31,30,0,3)
C31M30Y0K3 
(31%,30%,0%,3%)
(0.31/0.30/0.00/0.03)	

CMYK percentages

%31.45
%29.84
%0
%2.75

Codes

Color #AAAEF8 in popluar color models

AAAEF8
RGB170174248
HSL237°84.78%81.96%
HSB/HSV237°31.45%97.25%
CMYK31.45%29.84%0.00%
2.75%

Color #AAAEF8 in popluar number systems.

HEXAAAEF8
Decimal170174248
Binary101010101010111011111000
Octal252256370

Shades and tints

Shades of #AAAEF8

#AAAEF8
(170,174,248)
#9B9FE2
(155,159,226)
#8C90CC
(140,144,204)
#7D81B6
(125,129,182)
#6E72A0
(110,114,160)
#5F638A
(95,99,138)
#505474
(80,84,116)
#41455E
(65,69,94)
#323648
(50,54,72)
#232732
(35,39,50)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #AAAEF8

#AAAEF8
(170,174,248)
#B1B5F8
(177,181,248)
#B8BCF8
(184,188,248)
#BFC3F8
(191,195,248)
#C6CAF8
(198,202,248)
#CDD1F8
(205,209,248)
#D4D8F8
(212,216,248)
#DBDFF8
(219,223,248)
#E2E6F8
(226,230,248)
#E9EDF8
(233,237,248)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAEF8; }

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

This text font color is #AAAEF8.


Background Color

.myBgColor { background-color: #AAAEF8; }

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

This div background color is #AAAEF8.


Border color

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

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

This div border color is #AAAEF8.


Opacity

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

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

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

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

This text has shadow with #AAAEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAEF8 on black background.


Color preview on white background

This text has color #AAAEF8 on white background.



Black color preview on #AAAEF8 background

This text has black color on #AAAEF8 background.


White color preview on #AAAEF8 background

This text has white color on #AAAEF8 background.