COLOR #AABE9D

HEX: #AABE9D RGB: (170,190,157)

Color info

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

RGB color model

#AABE9D color RGB value is (170,190,157).

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

RGB channels and saturation

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

170
190
157

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

Portions of RGB colors in percentages

R + G + B = 170 + 190 + 157 = 517 (100%)
R 170 of 517 ~ 32.88%
G 190 of 517 ~ 36.75%
B 157 of 517 ~ 30.37'%

%32.88
%36.75
%30.37

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • 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
%17.37
%25.49

Codes

Color #AABE9D in popluar color models

AA BE 9D
RGB 170 190 157
HSL 96° 20.25% 68.04%
HSB/HSV 96° 17.37% 74.51%
CMYK 10.53% 0.00% 17.37%
25.49%

Color #AABE9D in popluar number systems.

HEX AA BE 9D
Decimal 170 190 157
Binary 10101010 10111110 10011101
Octal 252 276 235

Shades and tints

Shades of #AABE9D

#AABE9D
(170,190,157)
#9BAD8F
(155,173,143)
#8C9C81
(140,156,129)
#7D8B73
(125,139,115)
#6E7A65
(110,122,101)
#5F6957
(95,105,87)
#505849
(80,88,73)
#41473B
(65,71,59)
#32362D
(50,54,45)
#23251F
(35,37,31)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AABE9D

#AABE9D
(170,190,157)
#B1C3A5
(177,195,165)
#B8C8AD
(184,200,173)
#BFCDB5
(191,205,181)
#C6D2BD
(198,210,189)
#CDD7C5
(205,215,197)
#D4DCCD
(212,220,205)
#DBE1D5
(219,225,213)
#E2E6DD
(226,230,221)
#E9EBE5
(233,235,229)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABE9D; }

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

This text font color is #AABE9D.

Background Color

.myBgColor { background-color: #AABE9D; }

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

This div background color is #AABE9D.

Border color

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

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

This div border color is #AABE9D.

Opacity

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

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

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

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

This text has shadow with #AABE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABE9D.

Preview

Color preview on black background

This text has color #AABE9D on black background.


Color preview on white background

This text has color #AABE9D on white background.


Black color preview on #AABE9D background

This text has black color on #AABE9D background.


White color preview on #AABE9D background

This text has white color on #AABE9D background.


Related colors

Complementary color

Complementary color for #hex is #554162.


I love getcolorcode.com

Triadic colors

1 #9DAABE and #BE9DAA with #AABE9D are triadic colors.

2 #9DBEAA and #BEAA9D with #AABE9D are triadic colors.