COLOR #AABB9E

HEX: #AABB9E RGB: (170,187,158)

Color info

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

RGB color model

#AABB9E color RGB value is (170,187,158).

RGB: (170,187,158) (67%, 73%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 158 of 255 = 62%

170
187
158

R + G + B ~ 67%. #AABB9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 187 + 158 = 515 (100%)
R 170 of 515 ~ 33.01%
G 187 of 515 ~ 36.31%
B 158 of 515 ~ 30.68'%

%33.01
%36.31
%30.68

CMYK color model

#AABB9E color CMYK value is (9,0,16,27).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 15.51%
  • key color value is 26.67%

CMYK: (9,0,16,27)
C9M0Y16K27 (9%, 0%, 16%, 27%)
(0.09 / 0.00 / 0.16 / 0.27)

CMYK percentages

%9.09
%0
%15.51
%26.67

Codes

Color #AABB9E in popluar color models

AA BB 9E
RGB 170 187 158
HSL 95° 17.58% 67.65%
HSB/HSV 95° 15.51% 73.33%
CMYK 9.09% 0.00% 15.51%
26.67%

Color #AABB9E in popluar number systems.

HEX AA BB 9E
Decimal 170 187 158
Binary 10101010 10111011 10011110
Octal 252 273 236

Shades and tints

Shades of #AABB9E

#AABB9E
(170,187,158)
#9BAA90
(155,170,144)
#8C9982
(140,153,130)
#7D8874
(125,136,116)
#6E7766
(110,119,102)
#5F6658
(95,102,88)
#50554A
(80,85,74)
#41443C
(65,68,60)
#32332E
(50,51,46)
#232220
(35,34,32)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #AABB9E

#AABB9E
(170,187,158)
#B1C1A6
(177,193,166)
#B8C7AE
(184,199,174)
#BFCDB6
(191,205,182)
#C6D3BE
(198,211,190)
#CDD9C6
(205,217,198)
#D4DFCE
(212,223,206)
#DBE5D6
(219,229,214)
#E2EBDE
(226,235,222)
#E9F1E6
(233,241,230)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABB9E; }

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

This text font color is #AABB9E.

Background Color

.myBgColor { background-color: #AABB9E; }

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

This div background color is #AABB9E.

Border color

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

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

This div border color is #AABB9E.

Opacity

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

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

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

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

This text has shadow with #AABB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABB9E.

Preview

Color preview on black background

This text has color #AABB9E on black background.


Color preview on white background

This text has color #AABB9E on white background.


Black color preview on #AABB9E background

This text has black color on #AABB9E background.


White color preview on #AABB9E background

This text has white color on #AABB9E background.


Related colors

Complementary color

Complementary color for #hex is #554461.


I love getcolorcode.com

Triadic colors

1 #9EAABB and #BB9EAA with #AABB9E are triadic colors.

2 #9EBBAA and #BBAA9E with #AABB9E are triadic colors.