COLOR #AB9F9E

HEX: #AB9F9E RGB: (171,159,158)

Color info

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

RGB color model

#AB9F9E color RGB value is (171,159,158).

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

RGB channels and saturation

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

171
159
158

R + G + B ~ 64%. #AB9F9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 159 + 158 = 488 (100%)
R 171 of 488 ~ 35.04%
G 159 of 488 ~ 32.58%
B 158 of 488 ~ 32.38'%

%35.04
%32.58
%32.38

CMYK color model

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

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

CMYK: (0,7,8,33)
C0M7Y8K33 (0%, 7%, 8%, 33%)
(0.00 / 0.07 / 0.08 / 0.33)

CMYK percentages

%0
%7.02
%7.6
%32.94

Codes

Color #AB9F9E in popluar color models

AB 9F 9E
RGB 171 159 158
HSL 7.18% 64.51%
HSB/HSV 7.60% 67.06%
CMYK 0.00% 7.02% 7.60%
32.94%

Color #AB9F9E in popluar number systems.

HEX AB 9F 9E
Decimal 171 159 158
Binary 10101011 10011111 10011110
Octal 253 237 236

Shades and tints

Shades of #AB9F9E

#AB9F9E
(171,159,158)
#9C9190
(156,145,144)
#8D8382
(141,131,130)
#7E7574
(126,117,116)
#6F6766
(111,103,102)
#605958
(96,89,88)
#514B4A
(81,75,74)
#423D3C
(66,61,60)
#332F2E
(51,47,46)
#242120
(36,33,32)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #AB9F9E

#AB9F9E
(171,159,158)
#B2A7A6
(178,167,166)
#B9AFAE
(185,175,174)
#C0B7B6
(192,183,182)
#C7BFBE
(199,191,190)
#CEC7C6
(206,199,198)
#D5CFCE
(213,207,206)
#DCD7D6
(220,215,214)
#E3DFDE
(227,223,222)
#EAE7E6
(234,231,230)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9F9E; }

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

This text font color is #AB9F9E.

Background Color

.myBgColor { background-color: #AB9F9E; }

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

This div background color is #AB9F9E.

Border color

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

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

This div border color is #AB9F9E.

Opacity

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

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

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

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

This text has shadow with #AB9F9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9F9E.

Preview

Color preview on black background

This text has color #AB9F9E on black background.


Color preview on white background

This text has color #AB9F9E on white background.


Black color preview on #AB9F9E background

This text has black color on #AB9F9E background.


White color preview on #AB9F9E background

This text has white color on #AB9F9E background.


Related colors

Complementary color

Complementary color for #hex is #546061.


I love getcolorcode.com

Triadic colors

1 #9EAB9F and #9F9EAB with #AB9F9E are triadic colors.

2 #9E9FAB and #9FAB9E with #AB9F9E are triadic colors.