COLOR #AAFDC7

HEX: #AAFDC7 RGB: (170,253,199)

Color info

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

RGB color model

#AAFDC7 color RGB value is (170,253,199).

RGB: (170,253,199) (67%, 99%, 78%)

RGB channels and saturation

R 170 of 255 = 67%
G 253 of 255 = 99%
B 199 of 255 = 78%

170
253
199

R + G + B ~ 81%. #AAFDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 253 + 199 = 622 (100%)
R 170 of 622 ~ 27.33%
G 253 of 622 ~ 40.68%
B 199 of 622 ~ 31.99'%

%27.33
%40.68
%31.99

CMYK color model

#AAFDC7 color CMYK value is (33,0,21,1).

  • cyan value is 32.81%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 0.78%

CMYK: (33,0,21,1)
C33M0Y21K1 (33%, 0%, 21%, 1%)
(0.33 / 0.00 / 0.21 / 0.01)

CMYK percentages

%32.81
%0
%21.34
%0.78

Codes

Color #AAFDC7 in popluar color models

AA FD C7
RGB 170 253 199
HSL 141° 95.40% 82.94%
HSB/HSV 141° 32.81% 99.22%
CMYK 32.81% 0.00% 21.34%
0.78%

Color #AAFDC7 in popluar number systems.

HEX AA FD C7
Decimal 170 253 199
Binary 10101010 11111101 11000111
Octal 252 375 307

Shades and tints

Shades of #AAFDC7

#AAFDC7
(170,253,199)
#9BE6B5
(155,230,181)
#8CCFA3
(140,207,163)
#7DB891
(125,184,145)
#6EA17F
(110,161,127)
#5F8A6D
(95,138,109)
#50735B
(80,115,91)
#415C49
(65,92,73)
#324537
(50,69,55)
#232E25
(35,46,37)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #AAFDC7

#AAFDC7
(170,253,199)
#B1FDCC
(177,253,204)
#B8FDD1
(184,253,209)
#BFFDD6
(191,253,214)
#C6FDDB
(198,253,219)
#CDFDE0
(205,253,224)
#D4FDE5
(212,253,229)
#DBFDEA
(219,253,234)
#E2FDEF
(226,253,239)
#E9FDF4
(233,253,244)
#F0FDF9
(240,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAFDC7 color. Also use rgb(170,253,199) instead hex code.

Text Font Color

.myTextColor { color: #AAFDC7; }

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

This text font color is #AAFDC7.

Background Color

.myBgColor { background-color: #AAFDC7; }

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

This div background color is #AAFDC7.

Border color

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

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

This div border color is #AAFDC7.

Opacity

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

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

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

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

This text has shadow with #AAFDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAFDC7.

Preview

Color preview on black background

This text has color #AAFDC7 on black background.


Color preview on white background

This text has color #AAFDC7 on white background.


Black color preview on #AAFDC7 background

This text has black color on #AAFDC7 background.


White color preview on #AAFDC7 background

This text has white color on #AAFDC7 background.


Related colors

Complementary color

Complementary color for #hex is #550238.


I love getcolorcode.com

Triadic colors

1 #C7AAFD and #FDC7AA with #AAFDC7 are triadic colors.

2 #C7FDAA and #FDAAC7 with #AAFDC7 are triadic colors.