COLOR #ABAB9E

HEX: #ABAB9E RGB: (171,171,158)

Color info

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

RGB color model

#ABAB9E color RGB value is (171,171,158).

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

RGB channels and saturation

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

171
171
158

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

Portions of RGB colors in percentages

R + G + B = 171 + 171 + 158 = 500 (100%)
R 171 of 500 ~ 34.2%
G 171 of 500 ~ 34.2%
B 158 of 500 ~ 31.6'%

%34.2
%34.2
%31.6

CMYK color model

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

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

CMYK: (0,0,8,33)
C0M0Y8K33 (0%, 0%, 8%, 33%)
(0.00 / 0.00 / 0.08 / 0.33)

CMYK percentages

%0
%0
%7.6
%32.94

Codes

Color #ABAB9E in popluar color models

AB AB 9E
RGB 171 171 158
HSL 60° 7.18% 64.51%
HSB/HSV 60° 7.60% 67.06%
CMYK 0.00% 0.00% 7.60%
32.94%

Color #ABAB9E in popluar number systems.

HEX AB AB 9E
Decimal 171 171 158
Binary 10101011 10101011 10011110
Octal 253 253 236

Shades and tints

Shades of #ABAB9E

#ABAB9E
(171,171,158)
#9C9C90
(156,156,144)
#8D8D82
(141,141,130)
#7E7E74
(126,126,116)
#6F6F66
(111,111,102)
#606058
(96,96,88)
#51514A
(81,81,74)
#42423C
(66,66,60)
#33332E
(51,51,46)
#242420
(36,36,32)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #ABAB9E

#ABAB9E
(171,171,158)
#B2B2A6
(178,178,166)
#B9B9AE
(185,185,174)
#C0C0B6
(192,192,182)
#C7C7BE
(199,199,190)
#CECEC6
(206,206,198)
#D5D5CE
(213,213,206)
#DCDCD6
(220,220,214)
#E3E3DE
(227,227,222)
#EAEAE6
(234,234,230)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAB9E; }

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

This text font color is #ABAB9E.

Background Color

.myBgColor { background-color: #ABAB9E; }

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

This div background color is #ABAB9E.

Border color

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

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

This div border color is #ABAB9E.

Opacity

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

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

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

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

This text has shadow with #ABAB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAB9E.

Preview

Color preview on black background

This text has color #ABAB9E on black background.


Color preview on white background

This text has color #ABAB9E on white background.


Black color preview on #ABAB9E background

This text has black color on #ABAB9E background.


White color preview on #ABAB9E background

This text has white color on #ABAB9E background.


Related colors

Complementary color

Complementary color for #hex is #545461.


I love getcolorcode.com