COLOR #AAE2BD

HEX: #AAE2BD
RGB: (170,226,189)

Color info

#AAE2BD contains red, green and blue colors in about the same proportion. Web safe color of #AAE2BD is #99CCCC (or #9CC).

RGB color model

#AAE2BD color RGB value is (170,226,189).

  • red value is 170;
  • green value is 226;
  • blue value is 189.
RGB:
(170,226,189)
(67%,89%,74%)

RGB channels and saturation

R 170 of 255 = 67%
G 226 of 255 = 89%
B 189 of 255 = 74%

170
226
189

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

Portions of RGB colors in percentages

R + G + B =
170 + 226 + 189 = 585 (100%)
R 170 of 585 ~ 29.06%
G 226 of 585 ~ 38.63%
B 189 of 585 ~ 32.31%

%29.06
%38.63
%32.31

CMYK color model

#AAE2BD color CMYK value is (25,0,16,11).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 11.37%
CMYK:
(25,0,16,11)
C25M0Y16K11 
(25%,0%,16%,11%)
(0.25/0.00/0.16/0.11)	

CMYK percentages

%24.78
%0
%16.37
%11.37

Codes

Color #AAE2BD in popluar color models

AAE2BD
RGB170226189
HSL140°49.12%77.65%
HSB/HSV140°24.78%88.63%
CMYK24.78%0.00%16.37%
11.37%

Color #AAE2BD in popluar number systems.

HEXAAE2BD
Decimal170226189
Binary101010101110001010111101
Octal252342275

Shades and tints

Shades of #AAE2BD

#AAE2BD
(170,226,189)
#9BCEAC
(155,206,172)
#8CBA9B
(140,186,155)
#7DA68A
(125,166,138)
#6E9279
(110,146,121)
#5F7E68
(95,126,104)
#506A57
(80,106,87)
#415646
(65,86,70)
#324235
(50,66,53)
#232E24
(35,46,36)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #AAE2BD

#AAE2BD
(170,226,189)
#B1E4C3
(177,228,195)
#B8E6C9
(184,230,201)
#BFE8CF
(191,232,207)
#C6EAD5
(198,234,213)
#CDECDB
(205,236,219)
#D4EEE1
(212,238,225)
#DBF0E7
(219,240,231)
#E2F2ED
(226,242,237)
#E9F4F3
(233,244,243)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE2BD color. Also use rgb(170,226,189) instead hex code.

Text Font Color

.myTextColor { color: #AAE2BD; }

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

This text font color is #AAE2BD.


Background Color

.myBgColor { background-color: #AAE2BD; }

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

This div background color is #AAE2BD.


Border color

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

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

This div border color is #AAE2BD.


Opacity

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

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

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

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

This text has shadow with #AAE2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE2BD on black background.


Color preview on white background

This text has color #AAE2BD on white background.



Black color preview on #AAE2BD background

This text has black color on #AAE2BD background.


White color preview on #AAE2BD background

This text has white color on #AAE2BD background.