COLOR #AABD9E

HEX: #AABD9E RGB: (170,189,158)

Color info

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

RGB color model

#AABD9E color RGB value is (170,189,158).

RGB: (170,189,158) (67%, 74%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 158 of 255 = 62%

170
189
158

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

Portions of RGB colors in percentages

R + G + B = 170 + 189 + 158 = 517 (100%)
R 170 of 517 ~ 32.88%
G 189 of 517 ~ 36.56%
B 158 of 517 ~ 30.56'%

%32.88
%36.56
%30.56

CMYK color model

#AABD9E color CMYK value is (10,0,16,26).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 16.40%
  • key color value is 25.88%

CMYK: (10,0,16,26)
C10M0Y16K26 (10%, 0%, 16%, 26%)
(0.10 / 0.00 / 0.16 / 0.26)

CMYK percentages

%10.05
%0
%16.4
%25.88

Codes

Color #AABD9E in popluar color models

AA BD 9E
RGB 170 189 158
HSL 97° 19.02% 68.04%
HSB/HSV 97° 16.40% 74.12%
CMYK 10.05% 0.00% 16.40%
25.88%

Color #AABD9E in popluar number systems.

HEX AA BD 9E
Decimal 170 189 158
Binary 10101010 10111101 10011110
Octal 252 275 236

Shades and tints

Shades of #AABD9E

#AABD9E
(170,189,158)
#9BAC90
(155,172,144)
#8C9B82
(140,155,130)
#7D8A74
(125,138,116)
#6E7966
(110,121,102)
#5F6858
(95,104,88)
#50574A
(80,87,74)
#41463C
(65,70,60)
#32352E
(50,53,46)
#232420
(35,36,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #AABD9E

#AABD9E
(170,189,158)
#B1C3A6
(177,195,166)
#B8C9AE
(184,201,174)
#BFCFB6
(191,207,182)
#C6D5BE
(198,213,190)
#CDDBC6
(205,219,198)
#D4E1CE
(212,225,206)
#DBE7D6
(219,231,214)
#E2EDDE
(226,237,222)
#E9F3E6
(233,243,230)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABD9E; }

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

This text font color is #AABD9E.

Background Color

.myBgColor { background-color: #AABD9E; }

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

This div background color is #AABD9E.

Border color

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

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

This div border color is #AABD9E.

Opacity

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

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

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

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

This text has shadow with #AABD9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABD9E.

Preview

Color preview on black background

This text has color #AABD9E on black background.


Color preview on white background

This text has color #AABD9E on white background.


Black color preview on #AABD9E background

This text has black color on #AABD9E background.


White color preview on #AABD9E background

This text has white color on #AABD9E background.


Related colors

Complementary color

Complementary color for #hex is #554261.


I love getcolorcode.com

Triadic colors

1 #9EAABD and #BD9EAA with #AABD9E are triadic colors.

2 #9EBDAA and #BDAA9E with #AABD9E are triadic colors.