COLOR #AAE5B7

HEX: #AAE5B7 RGB: (170,229,183)

Color info

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

RGB color model

#AAE5B7 color RGB value is (170,229,183).

RGB: (170,229,183) (67%, 90%, 72%)

RGB channels and saturation

R 170 of 255 = 67%
G 229 of 255 = 90%
B 183 of 255 = 72%

170
229
183

R + G + B ~ 76%. #AAE5B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 229 + 183 = 582 (100%)
R 170 of 582 ~ 29.21%
G 229 of 582 ~ 39.35%
B 183 of 582 ~ 31.44'%

%29.21
%39.35
%31.44

CMYK color model

#AAE5B7 color CMYK value is (26,0,20,10).

  • cyan value is 25.76%
  • magenta value is 0.00%
  • yellow value is 20.09%
  • key color value is 10.20%

CMYK: (26,0,20,10)
C26M0Y20K10 (26%, 0%, 20%, 10%)
(0.26 / 0.00 / 0.20 / 0.10)

CMYK percentages

%25.76
%0
%20.09
%10.2

Codes

Color #AAE5B7 in popluar color models

AA E5 B7
RGB 170 229 183
HSL 133° 53.15% 78.24%
HSB/HSV 133° 25.76% 89.80%
CMYK 25.76% 0.00% 20.09%
10.20%

Color #AAE5B7 in popluar number systems.

HEX AA E5 B7
Decimal 170 229 183
Binary 10101010 11100101 10110111
Octal 252 345 267

Shades and tints

Shades of #AAE5B7

#AAE5B7
(170,229,183)
#9BD1A7
(155,209,167)
#8CBD97
(140,189,151)
#7DA987
(125,169,135)
#6E9577
(110,149,119)
#5F8167
(95,129,103)
#506D57
(80,109,87)
#415947
(65,89,71)
#324537
(50,69,55)
#233127
(35,49,39)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #AAE5B7

#AAE5B7
(170,229,183)
#B1E7BD
(177,231,189)
#B8E9C3
(184,233,195)
#BFEBC9
(191,235,201)
#C6EDCF
(198,237,207)
#CDEFD5
(205,239,213)
#D4F1DB
(212,241,219)
#DBF3E1
(219,243,225)
#E2F5E7
(226,245,231)
#E9F7ED
(233,247,237)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE5B7; }

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

This text font color is #AAE5B7.

Background Color

.myBgColor { background-color: #AAE5B7; }

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

This div background color is #AAE5B7.

Border color

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

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

This div border color is #AAE5B7.

Opacity

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

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

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

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

This text has shadow with #AAE5B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE5B7.

Preview

Color preview on black background

This text has color #AAE5B7 on black background.


Color preview on white background

This text has color #AAE5B7 on white background.


Black color preview on #AAE5B7 background

This text has black color on #AAE5B7 background.


White color preview on #AAE5B7 background

This text has white color on #AAE5B7 background.


Related colors

Complementary color

Complementary color for #hex is #551A48.


I love getcolorcode.com

Triadic colors

1 #B7AAE5 and #E5B7AA with #AAE5B7 are triadic colors.

2 #B7E5AA and #E5AAB7 with #AAE5B7 are triadic colors.