COLOR #AAF6C1

HEX: #AAF6C1
RGB: (170,246,193)

Color info

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

RGB color model

#AAF6C1 color RGB value is (170,246,193).

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

RGB channels and saturation

R 170 of 255 = 67%
G 246 of 255 = 96%
B 193 of 255 = 76%

170
246
193

R + G + B ~ 80%. #AAF6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 246 + 193 = 609 (100%)
R 170 of 609 ~ 27.91%
G 246 of 609 ~ 40.39%
B 193 of 609 ~ 31.69%

%27.91
%40.39
%31.69

CMYK color model

#AAF6C1 color CMYK value is (31,0,22,4).

  • cyan value is 30.89%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 3.53%
CMYK:
(31,0,22,4)
C31M0Y22K4 
(31%,0%,22%,4%)
(0.31/0.00/0.22/0.04)	

CMYK percentages

%30.89
%0
%21.54
%3.53

Codes

Color #AAF6C1 in popluar color models

AAF6C1
RGB170246193
HSL138°80.85%81.57%
HSB/HSV138°30.89%96.47%
CMYK30.89%0.00%21.54%
3.53%

Color #AAF6C1 in popluar number systems.

HEXAAF6C1
Decimal170246193
Binary101010101111011011000001
Octal252366301

Shades and tints

Shades of #AAF6C1

#AAF6C1
(170,246,193)
#9BE0B0
(155,224,176)
#8CCA9F
(140,202,159)
#7DB48E
(125,180,142)
#6E9E7D
(110,158,125)
#5F886C
(95,136,108)
#50725B
(80,114,91)
#415C4A
(65,92,74)
#324639
(50,70,57)
#233028
(35,48,40)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #AAF6C1

#AAF6C1
(170,246,193)
#B1F6C6
(177,246,198)
#B8F6CB
(184,246,203)
#BFF6D0
(191,246,208)
#C6F6D5
(198,246,213)
#CDF6DA
(205,246,218)
#D4F6DF
(212,246,223)
#DBF6E4
(219,246,228)
#E2F6E9
(226,246,233)
#E9F6EE
(233,246,238)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAF6C1; }

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

This text font color is #AAF6C1.


Background Color

.myBgColor { background-color: #AAF6C1; }

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

This div background color is #AAF6C1.


Border color

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

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

This div border color is #AAF6C1.


Opacity

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

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

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

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

This text has shadow with #AAF6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAF6C1 on black background.


Color preview on white background

This text has color #AAF6C1 on white background.



Black color preview on #AAF6C1 background

This text has black color on #AAF6C1 background.


White color preview on #AAF6C1 background

This text has white color on #AAF6C1 background.