COLOR #AAEFD5

HEX: #AAEFD5
RGB: (170,239,213)

Color info

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

RGB color model

#AAEFD5 color RGB value is (170,239,213).

  • red value is 170;
  • green value is 239;
  • blue value is 213.
RGB:
(170,239,213)
(67%,94%,84%)

RGB channels and saturation

R 170 of 255 = 67%
G 239 of 255 = 94%
B 213 of 255 = 84%

170
239
213

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

Portions of RGB colors in percentages

R + G + B =
170 + 239 + 213 = 622 (100%)
R 170 of 622 ~ 27.33%
G 239 of 622 ~ 38.42%
B 213 of 622 ~ 34.24%

%27.33
%38.42
%34.24

CMYK color model

#AAEFD5 color CMYK value is (29,0,11,6).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 6.27%
CMYK:
(29,0,11,6)
C29M0Y11K6 
(29%,0%,11%,6%)
(0.29/0.00/0.11/0.06)	

CMYK percentages

%28.87
%0
%10.88
%6.27

Codes

Color #AAEFD5 in popluar color models

AAEFD5
RGB170239213
HSL157°68.32%80.20%
HSB/HSV157°28.87%93.73%
CMYK28.87%0.00%10.88%
6.27%

Color #AAEFD5 in popluar number systems.

HEXAAEFD5
Decimal170239213
Binary101010101110111111010101
Octal252357325

Shades and tints

Shades of #AAEFD5

#AAEFD5
(170,239,213)
#9BDAC2
(155,218,194)
#8CC5AF
(140,197,175)
#7DB09C
(125,176,156)
#6E9B89
(110,155,137)
#5F8676
(95,134,118)
#507163
(80,113,99)
#415C50
(65,92,80)
#32473D
(50,71,61)
#23322A
(35,50,42)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #AAEFD5

#AAEFD5
(170,239,213)
#B1F0D8
(177,240,216)
#B8F1DB
(184,241,219)
#BFF2DE
(191,242,222)
#C6F3E1
(198,243,225)
#CDF4E4
(205,244,228)
#D4F5E7
(212,245,231)
#DBF6EA
(219,246,234)
#E2F7ED
(226,247,237)
#E9F8F0
(233,248,240)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAEFD5; }

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

This text font color is #AAEFD5.


Background Color

.myBgColor { background-color: #AAEFD5; }

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

This div background color is #AAEFD5.


Border color

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

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

This div border color is #AAEFD5.


Opacity

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

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

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

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

This text has shadow with #AAEFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEFD5 on black background.


Color preview on white background

This text has color #AAEFD5 on white background.



Black color preview on #AAEFD5 background

This text has black color on #AAEFD5 background.


White color preview on #AAEFD5 background

This text has white color on #AAEFD5 background.