COLOR #AAFFF6

HEX: #AAFFF6
RGB: (170,255,246)

Color info

#AAFFF6 contains mainly green and blue colors. Web safe color of #AAFFF6 is #99FFFF (or #9FF).

RGB color model

#AAFFF6 color RGB value is (170,255,246).

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

RGB channels and saturation

R 170 of 255 = 67%
G 255 of 255 = 100%
B 246 of 255 = 96%

170
255
246

R + G + B ~ 88%. #AAFFF6 is light color.

Portions of RGB colors in percentages

R + G + B =
170 + 255 + 246 = 671 (100%)
R 170 of 671 ~ 25.34%
G 255 of 671 ~ 38%
B 246 of 671 ~ 36.66%

%25.34
%38
%36.66

CMYK color model

#AAFFF6 color CMYK value is (33,0,4,0).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 3.53%
  • key color value is 0.00%
CMYK:
(33,0,4,0)
C33M0Y4K0 
(33%,0%,4%,0%)
(0.33/0.00/0.04/0.00)	

CMYK percentages

%33.33
%0
%3.53
%0

Codes

Color #AAFFF6 in popluar color models

AAFFF6
RGB170255246
HSL174°100.00%83.33%
HSB/HSV174°33.33%100.00%
CMYK33.33%0.00%3.53%
0.00%

Color #AAFFF6 in popluar number systems.

HEXAAFFF6
Decimal170255246
Binary101010101111111111110110
Octal252377366

Shades and tints

Shades of #AAFFF6

#AAFFF6
(170,255,246)
#9BE8E0
(155,232,224)
#8CD1CA
(140,209,202)
#7DBAB4
(125,186,180)
#6EA39E
(110,163,158)
#5F8C88
(95,140,136)
#507572
(80,117,114)
#415E5C
(65,94,92)
#324746
(50,71,70)
#233030
(35,48,48)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #AAFFF6

#AAFFF6
(170,255,246)
#B1FFF6
(177,255,246)
#B8FFF6
(184,255,246)
#BFFFF6
(191,255,246)
#C6FFF6
(198,255,246)
#CDFFF6
(205,255,246)
#D4FFF6
(212,255,246)
#DBFFF6
(219,255,246)
#E2FFF6
(226,255,246)
#E9FFF6
(233,255,246)
#F0FFF6
(240,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAFFF6; }

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

This text font color is #AAFFF6.


Background Color

.myBgColor { background-color: #AAFFF6; }

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

This div background color is #AAFFF6.


Border color

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

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

This div border color is #AAFFF6.


Opacity

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

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

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

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

This text has shadow with #AAFFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAFFF6 on black background.


Color preview on white background

This text has color #AAFFF6 on white background.



Black color preview on #AAFFF6 background

This text has black color on #AAFFF6 background.


White color preview on #AAFFF6 background

This text has white color on #AAFFF6 background.