COLOR #AAF6B1

HEX: #AAF6B1
RGB: (170,246,177)

Color info

#AAF6B1 contains mainly green color. Web safe color of #AAF6B1 is #99FF99 (or #9F9).

RGB color model

#AAF6B1 color RGB value is (170,246,177).

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

RGB channels and saturation

R 170 of 255 = 67%
G 246 of 255 = 96%
B 177 of 255 = 69%

170
246
177

R + G + B ~ 77%. #AAF6B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 246 + 177 = 593 (100%)
R 170 of 593 ~ 28.67%
G 246 of 593 ~ 41.48%
B 177 of 593 ~ 29.85%

%28.67
%41.48
%29.85

CMYK color model

#AAF6B1 color CMYK value is (31,0,28,4).

  • cyan value is 30.89%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 3.53%
CMYK:
(31,0,28,4)
C31M0Y28K4 
(31%,0%,28%,4%)
(0.31/0.00/0.28/0.04)	

CMYK percentages

%30.89
%0
%28.05
%3.53

Codes

Color #AAF6B1 in popluar color models

AAF6B1
RGB170246177
HSL126°80.85%81.57%
HSB/HSV126°30.89%96.47%
CMYK30.89%0.00%28.05%
3.53%

Color #AAF6B1 in popluar number systems.

HEXAAF6B1
Decimal170246177
Binary101010101111011010110001
Octal252366261

Shades and tints

Shades of #AAF6B1

#AAF6B1
(170,246,177)
#9BE0A1
(155,224,161)
#8CCA91
(140,202,145)
#7DB481
(125,180,129)
#6E9E71
(110,158,113)
#5F8861
(95,136,97)
#507251
(80,114,81)
#415C41
(65,92,65)
#324631
(50,70,49)
#233021
(35,48,33)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #AAF6B1

#AAF6B1
(170,246,177)
#B1F6B8
(177,246,184)
#B8F6BF
(184,246,191)
#BFF6C6
(191,246,198)
#C6F6CD
(198,246,205)
#CDF6D4
(205,246,212)
#D4F6DB
(212,246,219)
#DBF6E2
(219,246,226)
#E2F6E9
(226,246,233)
#E9F6F0
(233,246,240)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAF6B1; }

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

This text font color is #AAF6B1.


Background Color

.myBgColor { background-color: #AAF6B1; }

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

This div background color is #AAF6B1.


Border color

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

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

This div border color is #AAF6B1.


Opacity

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

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

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

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

This text has shadow with #AAF6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAF6B1 on black background.


Color preview on white background

This text has color #AAF6B1 on white background.



Black color preview on #AAF6B1 background

This text has black color on #AAF6B1 background.


White color preview on #AAF6B1 background

This text has white color on #AAF6B1 background.