COLOR #AAAEEF

HEX: #AAAEEF
RGB: (170,174,239)

Color info

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

RGB color model

#AAAEEF color RGB value is (170,174,239).

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

RGB channels and saturation

R 170 of 255 = 67%
G 174 of 255 = 68%
B 239 of 255 = 94%

170
174
239

R + G + B ~ 76%. #AAAEEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 174 + 239 = 583 (100%)
R 170 of 583 ~ 29.16%
G 174 of 583 ~ 29.85%
B 239 of 583 ~ 40.99%

%29.16
%29.85
%40.99

CMYK color model

#AAAEEF color CMYK value is (29,27,0,6).

  • cyan value is 28.87%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(29,27,0,6)
C29M27Y0K6 
(29%,27%,0%,6%)
(0.29/0.27/0.00/0.06)	

CMYK percentages

%28.87
%27.2
%0
%6.27

Codes

Color #AAAEEF in popluar color models

AAAEEF
RGB170174239
HSL237°68.32%80.20%
HSB/HSV237°28.87%93.73%
CMYK28.87%27.20%0.00%
6.27%

Color #AAAEEF in popluar number systems.

HEXAAAEEF
Decimal170174239
Binary101010101010111011101111
Octal252256357

Shades and tints

Shades of #AAAEEF

#AAAEEF
(170,174,239)
#9B9FDA
(155,159,218)
#8C90C5
(140,144,197)
#7D81B0
(125,129,176)
#6E729B
(110,114,155)
#5F6386
(95,99,134)
#505471
(80,84,113)
#41455C
(65,69,92)
#323647
(50,54,71)
#232732
(35,39,50)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #AAAEEF

#AAAEEF
(170,174,239)
#B1B5F0
(177,181,240)
#B8BCF1
(184,188,241)
#BFC3F2
(191,195,242)
#C6CAF3
(198,202,243)
#CDD1F4
(205,209,244)
#D4D8F5
(212,216,245)
#DBDFF6
(219,223,246)
#E2E6F7
(226,230,247)
#E9EDF8
(233,237,248)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAEEF; }

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

This text font color is #AAAEEF.


Background Color

.myBgColor { background-color: #AAAEEF; }

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

This div background color is #AAAEEF.


Border color

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

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

This div border color is #AAAEEF.


Opacity

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

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

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

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

This text has shadow with #AAAEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAEEF on black background.


Color preview on white background

This text has color #AAAEEF on white background.



Black color preview on #AAAEEF background

This text has black color on #AAAEEF background.


White color preview on #AAAEEF background

This text has white color on #AAAEEF background.