COLOR #AAEED7

HEX: #AAEED7
RGB: (170,238,215)

Color info

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

RGB color model

#AAEED7 color RGB value is (170,238,215).

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

RGB channels and saturation

R 170 of 255 = 67%
G 238 of 255 = 93%
B 215 of 255 = 84%

170
238
215

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

Portions of RGB colors in percentages

R + G + B =
170 + 238 + 215 = 623 (100%)
R 170 of 623 ~ 27.29%
G 238 of 623 ~ 38.2%
B 215 of 623 ~ 34.51%

%27.29
%38.2
%34.51

CMYK color model

#AAEED7 color CMYK value is (29,0,10,7).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(29,0,10,7)
C29M0Y10K7 
(29%,0%,10%,7%)
(0.29/0.00/0.10/0.07)	

CMYK percentages

%28.57
%0
%9.66
%6.67

Codes

Color #AAEED7 in popluar color models

AAEED7
RGB170238215
HSL160°66.67%80.00%
HSB/HSV160°28.57%93.33%
CMYK28.57%0.00%9.66%
6.67%

Color #AAEED7 in popluar number systems.

HEXAAEED7
Decimal170238215
Binary101010101110111011010111
Octal252356327

Shades and tints

Shades of #AAEED7

#AAEED7
(170,238,215)
#9BD9C4
(155,217,196)
#8CC4B1
(140,196,177)
#7DAF9E
(125,175,158)
#6E9A8B
(110,154,139)
#5F8578
(95,133,120)
#507065
(80,112,101)
#415B52
(65,91,82)
#32463F
(50,70,63)
#23312C
(35,49,44)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #AAEED7

#AAEED7
(170,238,215)
#B1EFDA
(177,239,218)
#B8F0DD
(184,240,221)
#BFF1E0
(191,241,224)
#C6F2E3
(198,242,227)
#CDF3E6
(205,243,230)
#D4F4E9
(212,244,233)
#DBF5EC
(219,245,236)
#E2F6EF
(226,246,239)
#E9F7F2
(233,247,242)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAEED7; }

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

This text font color is #AAEED7.


Background Color

.myBgColor { background-color: #AAEED7; }

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

This div background color is #AAEED7.


Border color

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

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

This div border color is #AAEED7.


Opacity

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

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

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

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

This text has shadow with #AAEED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEED7 on black background.


Color preview on white background

This text has color #AAEED7 on white background.



Black color preview on #AAEED7 background

This text has black color on #AAEED7 background.


White color preview on #AAEED7 background

This text has white color on #AAEED7 background.