COLOR #AAECE0

HEX: #AAECE0
RGB: (170,236,224)

Color info

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

RGB color model

#AAECE0 color RGB value is (170,236,224).

  • red value is 170;
  • green value is 236;
  • blue value is 224.
RGB:
(170,236,224)
(67%,93%,88%)

RGB channels and saturation

R 170 of 255 = 67%
G 236 of 255 = 93%
B 224 of 255 = 88%

170
236
224

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

Portions of RGB colors in percentages

R + G + B =
170 + 236 + 224 = 630 (100%)
R 170 of 630 ~ 26.98%
G 236 of 630 ~ 37.46%
B 224 of 630 ~ 35.56%

%26.98
%37.46
%35.56

CMYK color model

#AAECE0 color CMYK value is (28,0,5,7).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 7.45%
CMYK:
(28,0,5,7)
C28M0Y5K7 
(28%,0%,5%,7%)
(0.28/0.00/0.05/0.07)	

CMYK percentages

%27.97
%0
%5.08
%7.45

Codes

Color #AAECE0 in popluar color models

AAECE0
RGB170236224
HSL169°63.46%79.61%
HSB/HSV169°27.97%92.55%
CMYK27.97%0.00%5.08%
7.45%

Color #AAECE0 in popluar number systems.

HEXAAECE0
Decimal170236224
Binary101010101110110011100000
Octal252354340

Shades and tints

Shades of #AAECE0

#AAECE0
(170,236,224)
#9BD7CC
(155,215,204)
#8CC2B8
(140,194,184)
#7DADA4
(125,173,164)
#6E9890
(110,152,144)
#5F837C
(95,131,124)
#506E68
(80,110,104)
#415954
(65,89,84)
#324440
(50,68,64)
#232F2C
(35,47,44)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #AAECE0

#AAECE0
(170,236,224)
#B1EDE2
(177,237,226)
#B8EEE4
(184,238,228)
#BFEFE6
(191,239,230)
#C6F0E8
(198,240,232)
#CDF1EA
(205,241,234)
#D4F2EC
(212,242,236)
#DBF3EE
(219,243,238)
#E2F4F0
(226,244,240)
#E9F5F2
(233,245,242)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAECE0 color. Also use rgb(170,236,224) instead hex code.

Text Font Color

.myTextColor { color: #AAECE0; }

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

This text font color is #AAECE0.


Background Color

.myBgColor { background-color: #AAECE0; }

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

This div background color is #AAECE0.


Border color

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

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

This div border color is #AAECE0.


Opacity

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

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

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

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

This text has shadow with #AAECE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAECE0 on black background.


Color preview on white background

This text has color #AAECE0 on white background.



Black color preview on #AAECE0 background

This text has black color on #AAECE0 background.


White color preview on #AAECE0 background

This text has white color on #AAECE0 background.