COLOR #AAF9D5

HEX: #AAF9D5 RGB: (170,249,213)

Color info

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

RGB color model

#AAF9D5 color RGB value is (170,249,213).

RGB: (170,249,213) (67%, 98%, 84%)

RGB channels and saturation

R 170 of 255 = 67%
G 249 of 255 = 98%
B 213 of 255 = 84%

170
249
213

R + G + B ~ 83%. #AAF9D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 249 + 213 = 632 (100%)
R 170 of 632 ~ 26.9%
G 249 of 632 ~ 39.4%
B 213 of 632 ~ 33.7'%

%26.9
%39.4
%33.7

CMYK color model

#AAF9D5 color CMYK value is (32,0,14,2).

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

CMYK: (32,0,14,2)
C32M0Y14K2 (32%, 0%, 14%, 2%)
(0.32 / 0.00 / 0.14 / 0.02)

CMYK percentages

%31.73
%0
%14.46
%2.35

Codes

Color #AAF9D5 in popluar color models

AA F9 D5
RGB 170 249 213
HSL 153° 86.81% 82.16%
HSB/HSV 153° 31.73% 97.65%
CMYK 31.73% 0.00% 14.46%
2.35%

Color #AAF9D5 in popluar number systems.

HEX AA F9 D5
Decimal 170 249 213
Binary 10101010 11111001 11010101
Octal 252 371 325

Shades and tints

Shades of #AAF9D5

#AAF9D5
(170,249,213)
#9BE3C2
(155,227,194)
#8CCDAF
(140,205,175)
#7DB79C
(125,183,156)
#6EA189
(110,161,137)
#5F8B76
(95,139,118)
#507563
(80,117,99)
#415F50
(65,95,80)
#32493D
(50,73,61)
#23332A
(35,51,42)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #AAF9D5

#AAF9D5
(170,249,213)
#B1F9D8
(177,249,216)
#B8F9DB
(184,249,219)
#BFF9DE
(191,249,222)
#C6F9E1
(198,249,225)
#CDF9E4
(205,249,228)
#D4F9E7
(212,249,231)
#DBF9EA
(219,249,234)
#E2F9ED
(226,249,237)
#E9F9F0
(233,249,240)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAF9D5; }

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

This text font color is #AAF9D5.

Background Color

.myBgColor { background-color: #AAF9D5; }

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

This div background color is #AAF9D5.

Border color

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

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

This div border color is #AAF9D5.

Opacity

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

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

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

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

This text has shadow with #AAF9D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAF9D5.

Preview

Color preview on black background

This text has color #AAF9D5 on black background.


Color preview on white background

This text has color #AAF9D5 on white background.


Black color preview on #AAF9D5 background

This text has black color on #AAF9D5 background.


White color preview on #AAF9D5 background

This text has white color on #AAF9D5 background.


Related colors

Complementary color

Complementary color for #hex is #55062A.


I love getcolorcode.com

Triadic colors

1 #D5AAF9 and #F9D5AA with #AAF9D5 are triadic colors.

2 #D5F9AA and #F9AAD5 with #AAF9D5 are triadic colors.