COLOR #AAF5C8

HEX: #AAF5C8 RGB: (170,245,200)

Color info

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

RGB color model

#AAF5C8 color RGB value is (170,245,200).

RGB: (170,245,200) (67%, 96%, 78%)

RGB channels and saturation

R 170 of 255 = 67%
G 245 of 255 = 96%
B 200 of 255 = 78%

170
245
200

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

Portions of RGB colors in percentages

R + G + B = 170 + 245 + 200 = 615 (100%)
R 170 of 615 ~ 27.64%
G 245 of 615 ~ 39.84%
B 200 of 615 ~ 32.52'%

%27.64
%39.84
%32.52

CMYK color model

#AAF5C8 color CMYK value is (31,0,18,4).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 3.92%

CMYK: (31,0,18,4)
C31M0Y18K4 (31%, 0%, 18%, 4%)
(0.31 / 0.00 / 0.18 / 0.04)

CMYK percentages

%30.61
%0
%18.37
%3.92

Codes

Color #AAF5C8 in popluar color models

AA F5 C8
RGB 170 245 200
HSL 144° 78.95% 81.37%
HSB/HSV 144° 30.61% 96.08%
CMYK 30.61% 0.00% 18.37%
3.92%

Color #AAF5C8 in popluar number systems.

HEX AA F5 C8
Decimal 170 245 200
Binary 10101010 11110101 11001000
Octal 252 365 310

Shades and tints

Shades of #AAF5C8

#AAF5C8
(170,245,200)
#9BDFB6
(155,223,182)
#8CC9A4
(140,201,164)
#7DB392
(125,179,146)
#6E9D80
(110,157,128)
#5F876E
(95,135,110)
#50715C
(80,113,92)
#415B4A
(65,91,74)
#324538
(50,69,56)
#232F26
(35,47,38)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #AAF5C8

#AAF5C8
(170,245,200)
#B1F5CD
(177,245,205)
#B8F5D2
(184,245,210)
#BFF5D7
(191,245,215)
#C6F5DC
(198,245,220)
#CDF5E1
(205,245,225)
#D4F5E6
(212,245,230)
#DBF5EB
(219,245,235)
#E2F5F0
(226,245,240)
#E9F5F5
(233,245,245)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAF5C8 color. Also use rgb(170,245,200) instead hex code.

Text Font Color

.myTextColor { color: #AAF5C8; }

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

This text font color is #AAF5C8.

Background Color

.myBgColor { background-color: #AAF5C8; }

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

This div background color is #AAF5C8.

Border color

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

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

This div border color is #AAF5C8.

Opacity

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

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

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

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

This text has shadow with #AAF5C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAF5C8.

Preview

Color preview on black background

This text has color #AAF5C8 on black background.


Color preview on white background

This text has color #AAF5C8 on white background.


Black color preview on #AAF5C8 background

This text has black color on #AAF5C8 background.


White color preview on #AAF5C8 background

This text has white color on #AAF5C8 background.


Related colors

Complementary color

Complementary color for #hex is #550A37.


I love getcolorcode.com

Triadic colors

1 #C8AAF5 and #F5C8AA with #AAF5C8 are triadic colors.

2 #C8F5AA and #F5AAC8 with #AAF5C8 are triadic colors.