COLOR #AAE6B1

HEX: #AAE6B1
RGB: (170,230,177)

Color info

#AAE6B1 contains mainly green and blue colors. Web safe color of #AAE6B1 is #99CC99 (or #9C9).

RGB color model

#AAE6B1 color RGB value is (170,230,177).

  • red value is 170;
  • green value is 230;
  • blue value is 177.
RGB:
(170,230,177)
(67%,90%,69%)

RGB channels and saturation

R 170 of 255 = 67%
G 230 of 255 = 90%
B 177 of 255 = 69%

170
230
177

R + G + B ~ 75%. #AAE6B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 230 + 177 = 577 (100%)
R 170 of 577 ~ 29.46%
G 230 of 577 ~ 39.86%
B 177 of 577 ~ 30.68%

%29.46
%39.86
%30.68

CMYK color model

#AAE6B1 color CMYK value is (26,0,23,10).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 23.04%
  • key color value is 9.80%
CMYK:
(26,0,23,10)
C26M0Y23K10 
(26%,0%,23%,10%)
(0.26/0.00/0.23/0.10)	

CMYK percentages

%26.09
%0
%23.04
%9.8

Codes

Color #AAE6B1 in popluar color models

AAE6B1
RGB170230177
HSL127°54.55%78.43%
HSB/HSV127°26.09%90.20%
CMYK26.09%0.00%23.04%
9.80%

Color #AAE6B1 in popluar number systems.

HEXAAE6B1
Decimal170230177
Binary101010101110011010110001
Octal252346261

Shades and tints

Shades of #AAE6B1

#AAE6B1
(170,230,177)
#9BD2A1
(155,210,161)
#8CBE91
(140,190,145)
#7DAA81
(125,170,129)
#6E9671
(110,150,113)
#5F8261
(95,130,97)
#506E51
(80,110,81)
#415A41
(65,90,65)
#324631
(50,70,49)
#233221
(35,50,33)
#141E11
(20,30,17)
#000000
(0,0,0)

Tints of #AAE6B1

#AAE6B1
(170,230,177)
#B1E8B8
(177,232,184)
#B8EABF
(184,234,191)
#BFECC6
(191,236,198)
#C6EECD
(198,238,205)
#CDF0D4
(205,240,212)
#D4F2DB
(212,242,219)
#DBF4E2
(219,244,226)
#E2F6E9
(226,246,233)
#E9F8F0
(233,248,240)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE6B1 color. Also use rgb(170,230,177) instead hex code.

Text Font Color

.myTextColor { color: #AAE6B1; }

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

This text font color is #AAE6B1.


Background Color

.myBgColor { background-color: #AAE6B1; }

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

This div background color is #AAE6B1.


Border color

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

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

This div border color is #AAE6B1.


Opacity

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

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

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

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

This text has shadow with #AAE6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE6B1 on black background.


Color preview on white background

This text has color #AAE6B1 on white background.



Black color preview on #AAE6B1 background

This text has black color on #AAE6B1 background.


White color preview on #AAE6B1 background

This text has white color on #AAE6B1 background.