COLOR #AAE3FF

HEX: #AAE3FF
RGB: (170,227,255)

Color info

#AAE3FF contains mainly green and blue colors. Web safe color of #AAE3FF is #99CCFF (or #9CF).

RGB color model

#AAE3FF color RGB value is (170,227,255).

  • red value is 170;
  • green value is 227;
  • blue value is 255.
RGB:
(170,227,255)
(67%,89%,100%)

RGB channels and saturation

R 170 of 255 = 67%
G 227 of 255 = 89%
B 255 of 255 = 100%

170
227
255

R + G + B ~ 85%. #AAE3FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 227 + 255 = 652 (100%)
R 170 of 652 ~ 26.07%
G 227 of 652 ~ 34.82%
B 255 of 652 ~ 39.11%

%26.07
%34.82
%39.11

CMYK color model

#AAE3FF color CMYK value is (33,11,0,0).

  • cyan value is 33.33%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,11,0,0)
C33M11Y0K0 
(33%,11%,0%,0%)
(0.33/0.11/0.00/0.00)	

CMYK percentages

%33.33
%10.98
%0
%0

Codes

Color #AAE3FF in popluar color models

AAE3FF
RGB170227255
HSL200°100.00%83.33%
HSB/HSV200°33.33%100.00%
CMYK33.33%10.98%0.00%
0.00%

Color #AAE3FF in popluar number systems.

HEXAAE3FF
Decimal170227255
Binary101010101110001111111111
Octal252343377

Shades and tints

Shades of #AAE3FF

#AAE3FF
(170,227,255)
#9BCFE8
(155,207,232)
#8CBBD1
(140,187,209)
#7DA7BA
(125,167,186)
#6E93A3
(110,147,163)
#5F7F8C
(95,127,140)
#506B75
(80,107,117)
#41575E
(65,87,94)
#324347
(50,67,71)
#232F30
(35,47,48)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #AAE3FF

#AAE3FF
(170,227,255)
#B1E5FF
(177,229,255)
#B8E7FF
(184,231,255)
#BFE9FF
(191,233,255)
#C6EBFF
(198,235,255)
#CDEDFF
(205,237,255)
#D4EFFF
(212,239,255)
#DBF1FF
(219,241,255)
#E2F3FF
(226,243,255)
#E9F5FF
(233,245,255)
#F0F7FF
(240,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE3FF color. Also use rgb(170,227,255) instead hex code.

Text Font Color

.myTextColor { color: #AAE3FF; }

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

This text font color is #AAE3FF.


Background Color

.myBgColor { background-color: #AAE3FF; }

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

This div background color is #AAE3FF.


Border color

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

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

This div border color is #AAE3FF.


Opacity

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

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

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

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

This text has shadow with #AAE3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE3FF on black background.


Color preview on white background

This text has color #AAE3FF on white background.



Black color preview on #AAE3FF background

This text has black color on #AAE3FF background.


White color preview on #AAE3FF background

This text has white color on #AAE3FF background.