COLOR #AAF9D0

HEX: #AAF9D0 RGB: (170,249,208)

Color info

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

RGB color model

#AAF9D0 color RGB value is (170,249,208).

RGB: (170,249,208) (67%, 98%, 82%)

RGB channels and saturation

R 170 of 255 = 67%
G 249 of 255 = 98%
B 208 of 255 = 82%

170
249
208

R + G + B ~ 82%. #AAF9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 249 + 208 = 627 (100%)
R 170 of 627 ~ 27.11%
G 249 of 627 ~ 39.71%
B 208 of 627 ~ 33.17'%

%27.11
%39.71
%33.17

CMYK color model

#AAF9D0 color CMYK value is (32,0,16,2).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 2.35%

CMYK: (32,0,16,2)
C32M0Y16K2 (32%, 0%, 16%, 2%)
(0.32 / 0.00 / 0.16 / 0.02)

CMYK percentages

%31.73
%0
%16.47
%2.35

Codes

Color #AAF9D0 in popluar color models

AA F9 D0
RGB 170 249 208
HSL 149° 86.81% 82.16%
HSB/HSV 149° 31.73% 97.65%
CMYK 31.73% 0.00% 16.47%
2.35%

Color #AAF9D0 in popluar number systems.

HEX AA F9 D0
Decimal 170 249 208
Binary 10101010 11111001 11010000
Octal 252 371 320

Shades and tints

Shades of #AAF9D0

#AAF9D0
(170,249,208)
#9BE3BE
(155,227,190)
#8CCDAC
(140,205,172)
#7DB79A
(125,183,154)
#6EA188
(110,161,136)
#5F8B76
(95,139,118)
#507564
(80,117,100)
#415F52
(65,95,82)
#324940
(50,73,64)
#23332E
(35,51,46)
#141D1C
(20,29,28)
#000000
(0,0,0)

Tints of #AAF9D0

#AAF9D0
(170,249,208)
#B1F9D4
(177,249,212)
#B8F9D8
(184,249,216)
#BFF9DC
(191,249,220)
#C6F9E0
(198,249,224)
#CDF9E4
(205,249,228)
#D4F9E8
(212,249,232)
#DBF9EC
(219,249,236)
#E2F9F0
(226,249,240)
#E9F9F4
(233,249,244)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAF9D0 color. Also use rgb(170,249,208) instead hex code.

Text Font Color

.myTextColor { color: #AAF9D0; }

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

This text font color is #AAF9D0.

Background Color

.myBgColor { background-color: #AAF9D0; }

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

This div background color is #AAF9D0.

Border color

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

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

This div border color is #AAF9D0.

Opacity

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

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

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

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

This text has shadow with #AAF9D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAF9D0.

Preview

Color preview on black background

This text has color #AAF9D0 on black background.


Color preview on white background

This text has color #AAF9D0 on white background.


Black color preview on #AAF9D0 background

This text has black color on #AAF9D0 background.


White color preview on #AAF9D0 background

This text has white color on #AAF9D0 background.


Related colors

Complementary color

Complementary color for #hex is #55062F.


I love getcolorcode.com

Triadic colors

1 #D0AAF9 and #F9D0AA with #AAF9D0 are triadic colors.

2 #D0F9AA and #F9AAD0 with #AAF9D0 are triadic colors.