COLOR #AAEABA

HEX: #AAEABA
RGB: (170,234,186)

Color info

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

RGB color model

#AAEABA color RGB value is (170,234,186).

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

RGB channels and saturation

R 170 of 255 = 67%
G 234 of 255 = 92%
B 186 of 255 = 73%

170
234
186

R + G + B ~ 77%. #AAEABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 234 + 186 = 590 (100%)
R 170 of 590 ~ 28.81%
G 234 of 590 ~ 39.66%
B 186 of 590 ~ 31.53%

%28.81
%39.66
%31.53

CMYK color model

#AAEABA color CMYK value is (27,0,21,8).

  • cyan value is 27.35%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 8.24%
CMYK:
(27,0,21,8)
C27M0Y21K8 
(27%,0%,21%,8%)
(0.27/0.00/0.21/0.08)	

CMYK percentages

%27.35
%0
%20.51
%8.24

Codes

Color #AAEABA in popluar color models

AAEABA
RGB170234186
HSL135°60.38%79.22%
HSB/HSV135°27.35%91.76%
CMYK27.35%0.00%20.51%
8.24%

Color #AAEABA in popluar number systems.

HEXAAEABA
Decimal170234186
Binary101010101110101010111010
Octal252352272

Shades and tints

Shades of #AAEABA

#AAEABA
(170,234,186)
#9BD5AA
(155,213,170)
#8CC09A
(140,192,154)
#7DAB8A
(125,171,138)
#6E967A
(110,150,122)
#5F816A
(95,129,106)
#506C5A
(80,108,90)
#41574A
(65,87,74)
#32423A
(50,66,58)
#232D2A
(35,45,42)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #AAEABA

#AAEABA
(170,234,186)
#B1EBC0
(177,235,192)
#B8ECC6
(184,236,198)
#BFEDCC
(191,237,204)
#C6EED2
(198,238,210)
#CDEFD8
(205,239,216)
#D4F0DE
(212,240,222)
#DBF1E4
(219,241,228)
#E2F2EA
(226,242,234)
#E9F3F0
(233,243,240)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAEABA; }

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

This text font color is #AAEABA.


Background Color

.myBgColor { background-color: #AAEABA; }

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

This div background color is #AAEABA.


Border color

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

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

This div border color is #AAEABA.


Opacity

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

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

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

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

This text has shadow with #AAEABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEABA on black background.


Color preview on white background

This text has color #AAEABA on white background.



Black color preview on #AAEABA background

This text has black color on #AAEABA background.


White color preview on #AAEABA background

This text has white color on #AAEABA background.