COLOR #AAFDD1

HEX: #AAFDD1
RGB: (170,253,209)

Color info

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

RGB color model

#AAFDD1 color RGB value is (170,253,209).

  • red value is 170;
  • green value is 253;
  • blue value is 209.
RGB:
(170,253,209)
(67%,99%,82%)

RGB channels and saturation

R 170 of 255 = 67%
G 253 of 255 = 99%
B 209 of 255 = 82%

170
253
209

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

Portions of RGB colors in percentages

R + G + B =
170 + 253 + 209 = 632 (100%)
R 170 of 632 ~ 26.9%
G 253 of 632 ~ 40.03%
B 209 of 632 ~ 33.07%

%26.9
%40.03
%33.07

CMYK color model

#AAFDD1 color CMYK value is (33,0,17,1).

  • cyan value is 32.81%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 0.78%
CMYK:
(33,0,17,1)
C33M0Y17K1 
(33%,0%,17%,1%)
(0.33/0.00/0.17/0.01)	

CMYK percentages

%32.81
%0
%17.39
%0.78

Codes

Color #AAFDD1 in popluar color models

AAFDD1
RGB170253209
HSL148°95.40%82.94%
HSB/HSV148°32.81%99.22%
CMYK32.81%0.00%17.39%
0.78%

Color #AAFDD1 in popluar number systems.

HEXAAFDD1
Decimal170253209
Binary101010101111110111010001
Octal252375321

Shades and tints

Shades of #AAFDD1

#AAFDD1
(170,253,209)
#9BE6BE
(155,230,190)
#8CCFAB
(140,207,171)
#7DB898
(125,184,152)
#6EA185
(110,161,133)
#5F8A72
(95,138,114)
#50735F
(80,115,95)
#415C4C
(65,92,76)
#324539
(50,69,57)
#232E26
(35,46,38)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #AAFDD1

#AAFDD1
(170,253,209)
#B1FDD5
(177,253,213)
#B8FDD9
(184,253,217)
#BFFDDD
(191,253,221)
#C6FDE1
(198,253,225)
#CDFDE5
(205,253,229)
#D4FDE9
(212,253,233)
#DBFDED
(219,253,237)
#E2FDF1
(226,253,241)
#E9FDF5
(233,253,245)
#F0FDF9
(240,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAFDD1; }

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

This text font color is #AAFDD1.


Background Color

.myBgColor { background-color: #AAFDD1; }

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

This div background color is #AAFDD1.


Border color

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

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

This div border color is #AAFDD1.


Opacity

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

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

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

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

This text has shadow with #AAFDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAFDD1 on black background.


Color preview on white background

This text has color #AAFDD1 on white background.



Black color preview on #AAFDD1 background

This text has black color on #AAFDD1 background.


White color preview on #AAFDD1 background

This text has white color on #AAFDD1 background.