COLOR #AAF9E0

HEX: #AAF9E0
RGB: (170,249,224)

Color info

#AAF9E0 contains mainly green and blue colors. Web safe color of #AAF9E0 is #99FFCC (or #9FC).

RGB color model

#AAF9E0 color RGB value is (170,249,224).

  • red value is 170;
  • green value is 249;
  • blue value is 224.
RGB:
(170,249,224)
(67%,98%,88%)

RGB channels and saturation

R 170 of 255 = 67%
G 249 of 255 = 98%
B 224 of 255 = 88%

170
249
224

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

Portions of RGB colors in percentages

R + G + B =
170 + 249 + 224 = 643 (100%)
R 170 of 643 ~ 26.44%
G 249 of 643 ~ 38.72%
B 224 of 643 ~ 34.84%

%26.44
%38.72
%34.84

CMYK color model

#AAF9E0 color CMYK value is (32,0,10,2).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 2.35%
CMYK:
(32,0,10,2)
C32M0Y10K2 
(32%,0%,10%,2%)
(0.32/0.00/0.10/0.02)	

CMYK percentages

%31.73
%0
%10.04
%2.35

Codes

Color #AAF9E0 in popluar color models

AAF9E0
RGB170249224
HSL161°86.81%82.16%
HSB/HSV161°31.73%97.65%
CMYK31.73%0.00%10.04%
2.35%

Color #AAF9E0 in popluar number systems.

HEXAAF9E0
Decimal170249224
Binary101010101111100111100000
Octal252371340

Shades and tints

Shades of #AAF9E0

#AAF9E0
(170,249,224)
#9BE3CC
(155,227,204)
#8CCDB8
(140,205,184)
#7DB7A4
(125,183,164)
#6EA190
(110,161,144)
#5F8B7C
(95,139,124)
#507568
(80,117,104)
#415F54
(65,95,84)
#324940
(50,73,64)
#23332C
(35,51,44)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #AAF9E0

#AAF9E0
(170,249,224)
#B1F9E2
(177,249,226)
#B8F9E4
(184,249,228)
#BFF9E6
(191,249,230)
#C6F9E8
(198,249,232)
#CDF9EA
(205,249,234)
#D4F9EC
(212,249,236)
#DBF9EE
(219,249,238)
#E2F9F0
(226,249,240)
#E9F9F2
(233,249,242)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAF9E0 color. Also use rgb(170,249,224) instead hex code.

Text Font Color

.myTextColor { color: #AAF9E0; }

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

This text font color is #AAF9E0.


Background Color

.myBgColor { background-color: #AAF9E0; }

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

This div background color is #AAF9E0.


Border color

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

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

This div border color is #AAF9E0.


Opacity

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

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

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

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

This text has shadow with #AAF9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAF9E0 on black background.


Color preview on white background

This text has color #AAF9E0 on white background.



Black color preview on #AAF9E0 background

This text has black color on #AAF9E0 background.


White color preview on #AAF9E0 background

This text has white color on #AAF9E0 background.