COLOR #AABE9E

HEX: #AABE9E RGB: (170,190,158)

Color info

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

RGB color model

#AABE9E color RGB value is (170,190,158).

RGB: (170,190,158) (67%, 75%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 158 of 255 = 62%

170
190
158

R + G + B ~ 68%. #AABE9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 190 + 158 = 518 (100%)
R 170 of 518 ~ 32.82%
G 190 of 518 ~ 36.68%
B 158 of 518 ~ 30.5'%

%32.82
%36.68
%30.5

CMYK color model

#AABE9E color CMYK value is (11,0,17,25).

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

CMYK: (11,0,17,25)
C11M0Y17K25 (11%, 0%, 17%, 25%)
(0.11 / 0.00 / 0.17 / 0.25)

CMYK percentages

%10.53
%0
%16.84
%25.49

Codes

Color #AABE9E in popluar color models

AA BE 9E
RGB 170 190 158
HSL 98° 19.75% 68.24%
HSB/HSV 98° 16.84% 74.51%
CMYK 10.53% 0.00% 16.84%
25.49%

Color #AABE9E in popluar number systems.

HEX AA BE 9E
Decimal 170 190 158
Binary 10101010 10111110 10011110
Octal 252 276 236

Shades and tints

Shades of #AABE9E

#AABE9E
(170,190,158)
#9BAD90
(155,173,144)
#8C9C82
(140,156,130)
#7D8B74
(125,139,116)
#6E7A66
(110,122,102)
#5F6958
(95,105,88)
#50584A
(80,88,74)
#41473C
(65,71,60)
#32362E
(50,54,46)
#232520
(35,37,32)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AABE9E

#AABE9E
(170,190,158)
#B1C3A6
(177,195,166)
#B8C8AE
(184,200,174)
#BFCDB6
(191,205,182)
#C6D2BE
(198,210,190)
#CDD7C6
(205,215,198)
#D4DCCE
(212,220,206)
#DBE1D6
(219,225,214)
#E2E6DE
(226,230,222)
#E9EBE6
(233,235,230)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABE9E; }

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

This text font color is #AABE9E.

Background Color

.myBgColor { background-color: #AABE9E; }

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

This div background color is #AABE9E.

Border color

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

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

This div border color is #AABE9E.

Opacity

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

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

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

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

This text has shadow with #AABE9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABE9E.

Preview

Color preview on black background

This text has color #AABE9E on black background.


Color preview on white background

This text has color #AABE9E on white background.


Black color preview on #AABE9E background

This text has black color on #AABE9E background.


White color preview on #AABE9E background

This text has white color on #AABE9E background.


Related colors

Complementary color

Complementary color for #hex is #554161.


I love getcolorcode.com

Triadic colors

1 #9EAABE and #BE9EAA with #AABE9E are triadic colors.

2 #9EBEAA and #BEAA9E with #AABE9E are triadic colors.