COLOR #AAEFEA

HEX: #AAEFEA
RGB: (170,239,234)

Color info

#AAEFEA contains mainly green and blue colors. Web safe color of #AAEFEA is #99FFFF (or #9FF).

RGB color model

#AAEFEA color RGB value is (170,239,234).

  • red value is 170;
  • green value is 239;
  • blue value is 234.
RGB:
(170,239,234)
(67%,94%,92%)

RGB channels and saturation

R 170 of 255 = 67%
G 239 of 255 = 94%
B 234 of 255 = 92%

170
239
234

R + G + B ~ 84%. #AAEFEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 239 + 234 = 643 (100%)
R 170 of 643 ~ 26.44%
G 239 of 643 ~ 37.17%
B 234 of 643 ~ 36.39%

%26.44
%37.17
%36.39

CMYK color model

#AAEFEA color CMYK value is (29,0,2,6).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 2.09%
  • key color value is 6.27%
CMYK:
(29,0,2,6)
C29M0Y2K6 
(29%,0%,2%,6%)
(0.29/0.00/0.02/0.06)	

CMYK percentages

%28.87
%0
%2.09
%6.27

Codes

Color #AAEFEA in popluar color models

AAEFEA
RGB170239234
HSL176°68.32%80.20%
HSB/HSV176°28.87%93.73%
CMYK28.87%0.00%2.09%
6.27%

Color #AAEFEA in popluar number systems.

HEXAAEFEA
Decimal170239234
Binary101010101110111111101010
Octal252357352

Shades and tints

Shades of #AAEFEA

#AAEFEA
(170,239,234)
#9BDAD5
(155,218,213)
#8CC5C0
(140,197,192)
#7DB0AB
(125,176,171)
#6E9B96
(110,155,150)
#5F8681
(95,134,129)
#50716C
(80,113,108)
#415C57
(65,92,87)
#324742
(50,71,66)
#23322D
(35,50,45)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #AAEFEA

#AAEFEA
(170,239,234)
#B1F0EB
(177,240,235)
#B8F1EC
(184,241,236)
#BFF2ED
(191,242,237)
#C6F3EE
(198,243,238)
#CDF4EF
(205,244,239)
#D4F5F0
(212,245,240)
#DBF6F1
(219,246,241)
#E2F7F2
(226,247,242)
#E9F8F3
(233,248,243)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAEFEA color. Also use rgb(170,239,234) instead hex code.

Text Font Color

.myTextColor { color: #AAEFEA; }

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

This text font color is #AAEFEA.


Background Color

.myBgColor { background-color: #AAEFEA; }

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

This div background color is #AAEFEA.


Border color

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

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

This div border color is #AAEFEA.


Opacity

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

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

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

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

This text has shadow with #AAEFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEFEA on black background.


Color preview on white background

This text has color #AAEFEA on white background.



Black color preview on #AAEFEA background

This text has black color on #AAEFEA background.


White color preview on #AAEFEA background

This text has white color on #AAEFEA background.