COLOR #AAE5BD

HEX: #AAE5BD
RGB: (170,229,189)

Color info

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

RGB color model

#AAE5BD color RGB value is (170,229,189).

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

RGB channels and saturation

R 170 of 255 = 67%
G 229 of 255 = 90%
B 189 of 255 = 74%

170
229
189

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

Portions of RGB colors in percentages

R + G + B =
170 + 229 + 189 = 588 (100%)
R 170 of 588 ~ 28.91%
G 229 of 588 ~ 38.95%
B 189 of 588 ~ 32.14%

%28.91
%38.95
%32.14

CMYK color model

#AAE5BD color CMYK value is (26,0,17,10).

  • cyan value is 25.76%
  • magenta value is 0.00%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK:
(26,0,17,10)
C26M0Y17K10 
(26%,0%,17%,10%)
(0.26/0.00/0.17/0.10)	

CMYK percentages

%25.76
%0
%17.47
%10.2

Codes

Color #AAE5BD in popluar color models

AAE5BD
RGB170229189
HSL139°53.15%78.24%
HSB/HSV139°25.76%89.80%
CMYK25.76%0.00%17.47%
10.20%

Color #AAE5BD in popluar number systems.

HEXAAE5BD
Decimal170229189
Binary101010101110010110111101
Octal252345275

Shades and tints

Shades of #AAE5BD

#AAE5BD
(170,229,189)
#9BD1AC
(155,209,172)
#8CBD9B
(140,189,155)
#7DA98A
(125,169,138)
#6E9579
(110,149,121)
#5F8168
(95,129,104)
#506D57
(80,109,87)
#415946
(65,89,70)
#324535
(50,69,53)
#233124
(35,49,36)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #AAE5BD

#AAE5BD
(170,229,189)
#B1E7C3
(177,231,195)
#B8E9C9
(184,233,201)
#BFEBCF
(191,235,207)
#C6EDD5
(198,237,213)
#CDEFDB
(205,239,219)
#D4F1E1
(212,241,225)
#DBF3E7
(219,243,231)
#E2F5ED
(226,245,237)
#E9F7F3
(233,247,243)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE5BD; }

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

This text font color is #AAE5BD.


Background Color

.myBgColor { background-color: #AAE5BD; }

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

This div background color is #AAE5BD.


Border color

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

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

This div border color is #AAE5BD.


Opacity

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

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

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

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

This text has shadow with #AAE5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE5BD on black background.


Color preview on white background

This text has color #AAE5BD on white background.



Black color preview on #AAE5BD background

This text has black color on #AAE5BD background.


White color preview on #AAE5BD background

This text has white color on #AAE5BD background.