COLOR #AAEDE6

HEX: #AAEDE6
RGB: (170,237,230)

Color info

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

RGB color model

#AAEDE6 color RGB value is (170,237,230).

  • red value is 170;
  • green value is 237;
  • blue value is 230.
RGB:
(170,237,230)
(67%,93%,90%)

RGB channels and saturation

R 170 of 255 = 67%
G 237 of 255 = 93%
B 230 of 255 = 90%

170
237
230

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

Portions of RGB colors in percentages

R + G + B =
170 + 237 + 230 = 637 (100%)
R 170 of 637 ~ 26.69%
G 237 of 637 ~ 37.21%
B 230 of 637 ~ 36.11%

%26.69
%37.21
%36.11

CMYK color model

#AAEDE6 color CMYK value is (28,0,3,7).

  • cyan value is 28.27%
  • magenta value is 0.00%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(28,0,3,7)
C28M0Y3K7 
(28%,0%,3%,7%)
(0.28/0.00/0.03/0.07)	

CMYK percentages

%28.27
%0
%2.95
%7.06

Codes

Color #AAEDE6 in popluar color models

AAEDE6
RGB170237230
HSL174°65.05%79.80%
HSB/HSV174°28.27%92.94%
CMYK28.27%0.00%2.95%
7.06%

Color #AAEDE6 in popluar number systems.

HEXAAEDE6
Decimal170237230
Binary101010101110110111100110
Octal252355346

Shades and tints

Shades of #AAEDE6

#AAEDE6
(170,237,230)
#9BD8D2
(155,216,210)
#8CC3BE
(140,195,190)
#7DAEAA
(125,174,170)
#6E9996
(110,153,150)
#5F8482
(95,132,130)
#506F6E
(80,111,110)
#415A5A
(65,90,90)
#324546
(50,69,70)
#233032
(35,48,50)
#141B1E
(20,27,30)
#000000
(0,0,0)

Tints of #AAEDE6

#AAEDE6
(170,237,230)
#B1EEE8
(177,238,232)
#B8EFEA
(184,239,234)
#BFF0EC
(191,240,236)
#C6F1EE
(198,241,238)
#CDF2F0
(205,242,240)
#D4F3F2
(212,243,242)
#DBF4F4
(219,244,244)
#E2F5F6
(226,245,246)
#E9F6F8
(233,246,248)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAEDE6 color. Also use rgb(170,237,230) instead hex code.

Text Font Color

.myTextColor { color: #AAEDE6; }

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

This text font color is #AAEDE6.


Background Color

.myBgColor { background-color: #AAEDE6; }

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

This div background color is #AAEDE6.


Border color

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

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

This div border color is #AAEDE6.


Opacity

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

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

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

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

This text has shadow with #AAEDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEDE6 on black background.


Color preview on white background

This text has color #AAEDE6 on white background.



Black color preview on #AAEDE6 background

This text has black color on #AAEDE6 background.


White color preview on #AAEDE6 background

This text has white color on #AAEDE6 background.