COLOR #AAECD5

HEX: #AAECD5
RGB: (170,236,213)

Color info

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

RGB color model

#AAECD5 color RGB value is (170,236,213).

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

RGB channels and saturation

R 170 of 255 = 67%
G 236 of 255 = 93%
B 213 of 255 = 84%

170
236
213

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

Portions of RGB colors in percentages

R + G + B =
170 + 236 + 213 = 619 (100%)
R 170 of 619 ~ 27.46%
G 236 of 619 ~ 38.13%
B 213 of 619 ~ 34.41%

%27.46
%38.13
%34.41

CMYK color model

#AAECD5 color CMYK value is (28,0,10,7).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 9.75%
  • key color value is 7.45%
CMYK:
(28,0,10,7)
C28M0Y10K7 
(28%,0%,10%,7%)
(0.28/0.00/0.10/0.07)	

CMYK percentages

%27.97
%0
%9.75
%7.45

Codes

Color #AAECD5 in popluar color models

AAECD5
RGB170236213
HSL159°63.46%79.61%
HSB/HSV159°27.97%92.55%
CMYK27.97%0.00%9.75%
7.45%

Color #AAECD5 in popluar number systems.

HEXAAECD5
Decimal170236213
Binary101010101110110011010101
Octal252354325

Shades and tints

Shades of #AAECD5

#AAECD5
(170,236,213)
#9BD7C2
(155,215,194)
#8CC2AF
(140,194,175)
#7DAD9C
(125,173,156)
#6E9889
(110,152,137)
#5F8376
(95,131,118)
#506E63
(80,110,99)
#415950
(65,89,80)
#32443D
(50,68,61)
#232F2A
(35,47,42)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #AAECD5

#AAECD5
(170,236,213)
#B1EDD8
(177,237,216)
#B8EEDB
(184,238,219)
#BFEFDE
(191,239,222)
#C6F0E1
(198,240,225)
#CDF1E4
(205,241,228)
#D4F2E7
(212,242,231)
#DBF3EA
(219,243,234)
#E2F4ED
(226,244,237)
#E9F5F0
(233,245,240)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAECD5; }

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

This text font color is #AAECD5.


Background Color

.myBgColor { background-color: #AAECD5; }

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

This div background color is #AAECD5.


Border color

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

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

This div border color is #AAECD5.


Opacity

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

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

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

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

This text has shadow with #AAECD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAECD5 on black background.


Color preview on white background

This text has color #AAECD5 on white background.



Black color preview on #AAECD5 background

This text has black color on #AAECD5 background.


White color preview on #AAECD5 background

This text has white color on #AAECD5 background.