COLOR #AAEED0

HEX: #AAEED0
RGB: (170,238,208)

Color info

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

RGB color model

#AAEED0 color RGB value is (170,238,208).

  • red value is 170;
  • green value is 238;
  • blue value is 208.
RGB:
(170,238,208)
(67%,93%,82%)

RGB channels and saturation

R 170 of 255 = 67%
G 238 of 255 = 93%
B 208 of 255 = 82%

170
238
208

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

Portions of RGB colors in percentages

R + G + B =
170 + 238 + 208 = 616 (100%)
R 170 of 616 ~ 27.6%
G 238 of 616 ~ 38.64%
B 208 of 616 ~ 33.77%

%27.6
%38.64
%33.77

CMYK color model

#AAEED0 color CMYK value is (29,0,13,7).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(29,0,13,7)
C29M0Y13K7 
(29%,0%,13%,7%)
(0.29/0.00/0.13/0.07)	

CMYK percentages

%28.57
%0
%12.61
%6.67

Codes

Color #AAEED0 in popluar color models

AAEED0
RGB170238208
HSL154°66.67%80.00%
HSB/HSV154°28.57%93.33%
CMYK28.57%0.00%12.61%
6.67%

Color #AAEED0 in popluar number systems.

HEXAAEED0
Decimal170238208
Binary101010101110111011010000
Octal252356320

Shades and tints

Shades of #AAEED0

#AAEED0
(170,238,208)
#9BD9BE
(155,217,190)
#8CC4AC
(140,196,172)
#7DAF9A
(125,175,154)
#6E9A88
(110,154,136)
#5F8576
(95,133,118)
#507064
(80,112,100)
#415B52
(65,91,82)
#324640
(50,70,64)
#23312E
(35,49,46)
#141C1C
(20,28,28)
#000000
(0,0,0)

Tints of #AAEED0

#AAEED0
(170,238,208)
#B1EFD4
(177,239,212)
#B8F0D8
(184,240,216)
#BFF1DC
(191,241,220)
#C6F2E0
(198,242,224)
#CDF3E4
(205,243,228)
#D4F4E8
(212,244,232)
#DBF5EC
(219,245,236)
#E2F6F0
(226,246,240)
#E9F7F4
(233,247,244)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAEED0 color. Also use rgb(170,238,208) instead hex code.

Text Font Color

.myTextColor { color: #AAEED0; }

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

This text font color is #AAEED0.


Background Color

.myBgColor { background-color: #AAEED0; }

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

This div background color is #AAEED0.


Border color

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

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

This div border color is #AAEED0.


Opacity

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

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

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

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

This text has shadow with #AAEED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEED0 on black background.


Color preview on white background

This text has color #AAEED0 on white background.



Black color preview on #AAEED0 background

This text has black color on #AAEED0 background.


White color preview on #AAEED0 background

This text has white color on #AAEED0 background.