COLOR #AAFFE4

HEX: #AAFFE4
RGB: (170,255,228)

Color info

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

RGB color model

#AAFFE4 color RGB value is (170,255,228).

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

RGB channels and saturation

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

170
255
228

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

Portions of RGB colors in percentages

R + G + B =
170 + 255 + 228 = 653 (100%)
R 170 of 653 ~ 26.03%
G 255 of 653 ~ 39.05%
B 228 of 653 ~ 34.92%

%26.03
%39.05
%34.92

CMYK color model

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

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

CMYK percentages

%33.33
%0
%10.59
%0

Codes

Color #AAFFE4 in popluar color models

AAFFE4
RGB170255228
HSL161°100.00%83.33%
HSB/HSV161°33.33%100.00%
CMYK33.33%0.00%10.59%
0.00%

Color #AAFFE4 in popluar number systems.

HEXAAFFE4
Decimal170255228
Binary101010101111111111100100
Octal252377344

Shades and tints

Shades of #AAFFE4

#AAFFE4
(170,255,228)
#9BE8D0
(155,232,208)
#8CD1BC
(140,209,188)
#7DBAA8
(125,186,168)
#6EA394
(110,163,148)
#5F8C80
(95,140,128)
#50756C
(80,117,108)
#415E58
(65,94,88)
#324744
(50,71,68)
#233030
(35,48,48)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #AAFFE4

#AAFFE4
(170,255,228)
#B1FFE6
(177,255,230)
#B8FFE8
(184,255,232)
#BFFFEA
(191,255,234)
#C6FFEC
(198,255,236)
#CDFFEE
(205,255,238)
#D4FFF0
(212,255,240)
#DBFFF2
(219,255,242)
#E2FFF4
(226,255,244)
#E9FFF6
(233,255,246)
#F0FFF8
(240,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAFFE4; }

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

This text font color is #AAFFE4.


Background Color

.myBgColor { background-color: #AAFFE4; }

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

This div background color is #AAFFE4.


Border color

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

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

This div border color is #AAFFE4.


Opacity

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

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

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

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

This text has shadow with #AAFFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAFFE4 on black background.


Color preview on white background

This text has color #AAFFE4 on white background.



Black color preview on #AAFFE4 background

This text has black color on #AAFFE4 background.


White color preview on #AAFFE4 background

This text has white color on #AAFFE4 background.