COLOR #ABAA9E

HEX: #ABAA9E RGB: (171,170,158)

Color info

#ABAA9E contains red, green and blue colors in about the same proportion. Web safe color of #ABAA9E is #999999 (or #999).

RGB color model

#ABAA9E color RGB value is (171,170,158).

RGB: (171,170,158) (67%, 67%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 158 of 255 = 62%

171
170
158

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

Portions of RGB colors in percentages

R + G + B = 171 + 170 + 158 = 499 (100%)
R 171 of 499 ~ 34.27%
G 170 of 499 ~ 34.07%
B 158 of 499 ~ 31.66'%

%34.27
%34.07
%31.66

CMYK color model

#ABAA9E color CMYK value is (0,1,8,33).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 7.60%
  • key color value is 32.94%

CMYK: (0,1,8,33)
C0M1Y8K33 (0%, 1%, 8%, 33%)
(0.00 / 0.01 / 0.08 / 0.33)

CMYK percentages

%0
%0.58
%7.6
%32.94

Codes

Color #ABAA9E in popluar color models

AB AA 9E
RGB 171 170 158
HSL 55° 7.18% 64.51%
HSB/HSV 55° 7.60% 67.06%
CMYK 0.00% 0.58% 7.60%
32.94%

Color #ABAA9E in popluar number systems.

HEX AB AA 9E
Decimal 171 170 158
Binary 10101011 10101010 10011110
Octal 253 252 236

Shades and tints

Shades of #ABAA9E

#ABAA9E
(171,170,158)
#9C9B90
(156,155,144)
#8D8C82
(141,140,130)
#7E7D74
(126,125,116)
#6F6E66
(111,110,102)
#605F58
(96,95,88)
#51504A
(81,80,74)
#42413C
(66,65,60)
#33322E
(51,50,46)
#242320
(36,35,32)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #ABAA9E

#ABAA9E
(171,170,158)
#B2B1A6
(178,177,166)
#B9B8AE
(185,184,174)
#C0BFB6
(192,191,182)
#C7C6BE
(199,198,190)
#CECDC6
(206,205,198)
#D5D4CE
(213,212,206)
#DCDBD6
(220,219,214)
#E3E2DE
(227,226,222)
#EAE9E6
(234,233,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAA9E; }

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

This text font color is #ABAA9E.

Background Color

.myBgColor { background-color: #ABAA9E; }

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

This div background color is #ABAA9E.

Border color

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

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

This div border color is #ABAA9E.

Opacity

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

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

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

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

This text has shadow with #ABAA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAA9E.

Preview

Color preview on black background

This text has color #ABAA9E on black background.


Color preview on white background

This text has color #ABAA9E on white background.


Black color preview on #ABAA9E background

This text has black color on #ABAA9E background.


White color preview on #ABAA9E background

This text has white color on #ABAA9E background.


Related colors

Complementary color

Complementary color for #hex is #545561.


I love getcolorcode.com

Triadic colors

1 #9EABAA and #AA9EAB with #ABAA9E are triadic colors.

2 #9EAAAB and #AAAB9E with #ABAA9E are triadic colors.