COLOR #AAE6F2

HEX: #AAE6F2
RGB: (170,230,242)

Color info

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

RGB color model

#AAE6F2 color RGB value is (170,230,242).

  • red value is 170;
  • green value is 230;
  • blue value is 242.
RGB:
(170,230,242)
(67%,90%,95%)

RGB channels and saturation

R 170 of 255 = 67%
G 230 of 255 = 90%
B 242 of 255 = 95%

170
230
242

R + G + B ~ 84%. #AAE6F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 230 + 242 = 642 (100%)
R 170 of 642 ~ 26.48%
G 230 of 642 ~ 35.83%
B 242 of 642 ~ 37.69%

%26.48
%35.83
%37.69

CMYK color model

#AAE6F2 color CMYK value is (30,5,0,5).

  • cyan value is 29.75%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(30,5,0,5)
C30M5Y0K5 
(30%,5%,0%,5%)
(0.30/0.05/0.00/0.05)	

CMYK percentages

%29.75
%4.96
%0
%5.1

Codes

Color #AAE6F2 in popluar color models

AAE6F2
RGB170230242
HSL190°73.47%80.78%
HSB/HSV190°29.75%94.90%
CMYK29.75%4.96%0.00%
5.10%

Color #AAE6F2 in popluar number systems.

HEXAAE6F2
Decimal170230242
Binary101010101110011011110010
Octal252346362

Shades and tints

Shades of #AAE6F2

#AAE6F2
(170,230,242)
#9BD2DC
(155,210,220)
#8CBEC6
(140,190,198)
#7DAAB0
(125,170,176)
#6E969A
(110,150,154)
#5F8284
(95,130,132)
#506E6E
(80,110,110)
#415A58
(65,90,88)
#324642
(50,70,66)
#23322C
(35,50,44)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #AAE6F2

#AAE6F2
(170,230,242)
#B1E8F3
(177,232,243)
#B8EAF4
(184,234,244)
#BFECF5
(191,236,245)
#C6EEF6
(198,238,246)
#CDF0F7
(205,240,247)
#D4F2F8
(212,242,248)
#DBF4F9
(219,244,249)
#E2F6FA
(226,246,250)
#E9F8FB
(233,248,251)
#F0FAFC
(240,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE6F2 color. Also use rgb(170,230,242) instead hex code.

Text Font Color

.myTextColor { color: #AAE6F2; }

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

This text font color is #AAE6F2.


Background Color

.myBgColor { background-color: #AAE6F2; }

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

This div background color is #AAE6F2.


Border color

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

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

This div border color is #AAE6F2.


Opacity

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

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

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

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

This text has shadow with #AAE6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE6F2 on black background.


Color preview on white background

This text has color #AAE6F2 on white background.



Black color preview on #AAE6F2 background

This text has black color on #AAE6F2 background.


White color preview on #AAE6F2 background

This text has white color on #AAE6F2 background.