COLOR #AAEAB6

HEX: #AAEAB6
RGB: (170,234,182)

Color info

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

RGB color model

#AAEAB6 color RGB value is (170,234,182).

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

RGB channels and saturation

R 170 of 255 = 67%
G 234 of 255 = 92%
B 182 of 255 = 71%

170
234
182

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

Portions of RGB colors in percentages

R + G + B =
170 + 234 + 182 = 586 (100%)
R 170 of 586 ~ 29.01%
G 234 of 586 ~ 39.93%
B 182 of 586 ~ 31.06%

%29.01
%39.93
%31.06

CMYK color model

#AAEAB6 color CMYK value is (27,0,22,8).

  • cyan value is 27.35%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 8.24%
CMYK:
(27,0,22,8)
C27M0Y22K8 
(27%,0%,22%,8%)
(0.27/0.00/0.22/0.08)	

CMYK percentages

%27.35
%0
%22.22
%8.24

Codes

Color #AAEAB6 in popluar color models

AAEAB6
RGB170234182
HSL131°60.38%79.22%
HSB/HSV131°27.35%91.76%
CMYK27.35%0.00%22.22%
8.24%

Color #AAEAB6 in popluar number systems.

HEXAAEAB6
Decimal170234182
Binary101010101110101010110110
Octal252352266

Shades and tints

Shades of #AAEAB6

#AAEAB6
(170,234,182)
#9BD5A6
(155,213,166)
#8CC096
(140,192,150)
#7DAB86
(125,171,134)
#6E9676
(110,150,118)
#5F8166
(95,129,102)
#506C56
(80,108,86)
#415746
(65,87,70)
#324236
(50,66,54)
#232D26
(35,45,38)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #AAEAB6

#AAEAB6
(170,234,182)
#B1EBBC
(177,235,188)
#B8ECC2
(184,236,194)
#BFEDC8
(191,237,200)
#C6EECE
(198,238,206)
#CDEFD4
(205,239,212)
#D4F0DA
(212,240,218)
#DBF1E0
(219,241,224)
#E2F2E6
(226,242,230)
#E9F3EC
(233,243,236)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAEAB6; }

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

This text font color is #AAEAB6.


Background Color

.myBgColor { background-color: #AAEAB6; }

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

This div background color is #AAEAB6.


Border color

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

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

This div border color is #AAEAB6.


Opacity

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

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

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

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

This text has shadow with #AAEAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAEAB6 on black background.


Color preview on white background

This text has color #AAEAB6 on white background.



Black color preview on #AAEAB6 background

This text has black color on #AAEAB6 background.


White color preview on #AAEAB6 background

This text has white color on #AAEAB6 background.