COLOR #AAF1B1

HEX: #AAF1B1 RGB: (170,241,177)

Color info

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

RGB color model

#AAF1B1 color RGB value is (170,241,177).

RGB: (170,241,177) (67%, 95%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 241 of 255 = 95%
B 177 of 255 = 69%

170
241
177

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

Portions of RGB colors in percentages

R + G + B = 170 + 241 + 177 = 588 (100%)
R 170 of 588 ~ 28.91%
G 241 of 588 ~ 40.99%
B 177 of 588 ~ 30.1'%

%28.91
%40.99
%30.1

CMYK color model

#AAF1B1 color CMYK value is (29,0,27,5).

  • cyan value is 29.46%
  • magenta value is 0.00%
  • yellow value is 26.56%
  • key color value is 5.49%

CMYK: (29,0,27,5)
C29M0Y27K5 (29%, 0%, 27%, 5%)
(0.29 / 0.00 / 0.27 / 0.05)

CMYK percentages

%29.46
%0
%26.56
%5.49

Codes

Color #AAF1B1 in popluar color models

AA F1 B1
RGB 170 241 177
HSL 126° 71.72% 80.59%
HSB/HSV 126° 29.46% 94.51%
CMYK 29.46% 0.00% 26.56%
5.49%

Color #AAF1B1 in popluar number systems.

HEX AA F1 B1
Decimal 170 241 177
Binary 10101010 11110001 10110001
Octal 252 361 261

Shades and tints

Shades of #AAF1B1

#AAF1B1
(170,241,177)
#9BDCA1
(155,220,161)
#8CC791
(140,199,145)
#7DB281
(125,178,129)
#6E9D71
(110,157,113)
#5F8861
(95,136,97)
#507351
(80,115,81)
#415E41
(65,94,65)
#324931
(50,73,49)
#233421
(35,52,33)
#141F11
(20,31,17)
#000000
(0,0,0)

Tints of #AAF1B1

#AAF1B1
(170,241,177)
#B1F2B8
(177,242,184)
#B8F3BF
(184,243,191)
#BFF4C6
(191,244,198)
#C6F5CD
(198,245,205)
#CDF6D4
(205,246,212)
#D4F7DB
(212,247,219)
#DBF8E2
(219,248,226)
#E2F9E9
(226,249,233)
#E9FAF0
(233,250,240)
#F0FBF7
(240,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAF1B1; }

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

This text font color is #AAF1B1.

Background Color

.myBgColor { background-color: #AAF1B1; }

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

This div background color is #AAF1B1.

Border color

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

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

This div border color is #AAF1B1.

Opacity

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

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

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

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

This text has shadow with #AAF1B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAF1B1.

Preview

Color preview on black background

This text has color #AAF1B1 on black background.


Color preview on white background

This text has color #AAF1B1 on white background.


Black color preview on #AAF1B1 background

This text has black color on #AAF1B1 background.


White color preview on #AAF1B1 background

This text has white color on #AAF1B1 background.


Related colors

Complementary color

Complementary color for #hex is #550E4E.


I love getcolorcode.com

Triadic colors

1 #B1AAF1 and #F1B1AA with #AAF1B1 are triadic colors.

2 #B1F1AA and #F1AAB1 with #AAF1B1 are triadic colors.