COLOR #AABE89

HEX: #AABE89 RGB: (170,190,137)

Color info

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

RGB color model

#AABE89 color RGB value is (170,190,137).

RGB: (170,190,137) (67%, 75%, 54%)

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 137 of 255 = 54%

170
190
137

R + G + B ~ 65%. #AABE89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 190 + 137 = 497 (100%)
R 170 of 497 ~ 34.21%
G 190 of 497 ~ 38.23%
B 137 of 497 ~ 27.57'%

%34.21
%38.23
%27.57

CMYK color model

#AABE89 color CMYK value is (11,0,28,25).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 27.89%
  • key color value is 25.49%

CMYK: (11,0,28,25)
C11M0Y28K25 (11%, 0%, 28%, 25%)
(0.11 / 0.00 / 0.28 / 0.25)

CMYK percentages

%10.53
%0
%27.89
%25.49

Codes

Color #AABE89 in popluar color models

AA BE 89
RGB 170 190 137
HSL 83° 28.96% 64.12%
HSB/HSV 83° 27.89% 74.51%
CMYK 10.53% 0.00% 27.89%
25.49%

Color #AABE89 in popluar number systems.

HEX AA BE 89
Decimal 170 190 137
Binary 10101010 10111110 10001001
Octal 252 276 211

Shades and tints

Shades of #AABE89

#AABE89
(170,190,137)
#9BAD7D
(155,173,125)
#8C9C71
(140,156,113)
#7D8B65
(125,139,101)
#6E7A59
(110,122,89)
#5F694D
(95,105,77)
#505841
(80,88,65)
#414735
(65,71,53)
#323629
(50,54,41)
#23251D
(35,37,29)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AABE89

#AABE89
(170,190,137)
#B1C393
(177,195,147)
#B8C89D
(184,200,157)
#BFCDA7
(191,205,167)
#C6D2B1
(198,210,177)
#CDD7BB
(205,215,187)
#D4DCC5
(212,220,197)
#DBE1CF
(219,225,207)
#E2E6D9
(226,230,217)
#E9EBE3
(233,235,227)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABE89 color. Also use rgb(170,190,137) instead hex code.

Text Font Color

.myTextColor { color: #AABE89; }

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

This text font color is #AABE89.

Background Color

.myBgColor { background-color: #AABE89; }

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

This div background color is #AABE89.

Border color

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

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

This div border color is #AABE89.

Opacity

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

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

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

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

This text has shadow with #AABE89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABE89.

Preview

Color preview on black background

This text has color #AABE89 on black background.


Color preview on white background

This text has color #AABE89 on white background.


Black color preview on #AABE89 background

This text has black color on #AABE89 background.


White color preview on #AABE89 background

This text has white color on #AABE89 background.


Related colors

Complementary color

Complementary color for #hex is #554176.


I love getcolorcode.com

Triadic colors

1 #89AABE and #BE89AA with #AABE89 are triadic colors.

2 #89BEAA and #BEAA89 with #AABE89 are triadic colors.