COLOR #AB939F

HEX: #AB939F RGB: (171,147,159)

Color info

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

RGB color model

#AB939F color RGB value is (171,147,159).

RGB: (171,147,159) (67%, 58%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 159 of 255 = 62%

171
147
159

R + G + B ~ 62%. #AB939F is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 147 + 159 = 477 (100%)
R 171 of 477 ~ 35.85%
G 147 of 477 ~ 30.82%
B 159 of 477 ~ 33.33'%

%35.85
%30.82
%33.33

CMYK color model

#AB939F color CMYK value is (0,14,7,33).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 7.02%
  • key color value is 32.94%
CMYK: (0,14,7,33) C0M14Y7K33 (0%,14%,7%,33%) (0.00/0.14/0.07/0.33) 

CMYK percentages

%0
%14.04
%7.02
%32.94

Codes

Color #AB939F in popluar color models

AB 93 9F
RGB 171 147 159
HSL 330° 12.50% 62.35%
HSB/HSV 330° 14.04% 67.06%
CMYK 0.00% 14.04% 7.02%
32.94%

Color #AB939F in popluar number systems.

HEX AB 93 9F
Decimal 171 147 159
Binary 10101011 10010011 10011111
Octal 253 223 237

Shades and tints

Shades of #AB939F

#AB939F
(171,147,159)
#9C8691
(156,134,145)
#8D7983
(141,121,131)
#7E6C75
(126,108,117)
#6F5F67
(111,95,103)
#605259
(96,82,89)
#51454B
(81,69,75)
#42383D
(66,56,61)
#332B2F
(51,43,47)
#241E21
(36,30,33)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #AB939F

#AB939F
(171,147,159)
#B29CA7
(178,156,167)
#B9A5AF
(185,165,175)
#C0AEB7
(192,174,183)
#C7B7BF
(199,183,191)
#CEC0C7
(206,192,199)
#D5C9CF
(213,201,207)
#DCD2D7
(220,210,215)
#E3DBDF
(227,219,223)
#EAE4E7
(234,228,231)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB939F; }

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

This text font color is #AB939F.

Background Color

.myBgColor { background-color: #AB939F; }

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

This div background color is #AB939F.

Border color

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

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

This div border color is #AB939F.

Opacity

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

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

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

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

This text has shadow with #AB939F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB939F.

Preview

Color preview on black background

This text has color #AB939F on black background.


Color preview on white background

This text has color #AB939F on white background.


Black color preview on #AB939F background

This text has black color on #AB939F background.


White color preview on #AB939F background

This text has white color on #AB939F background.


Related colors

Complementary color

Complementary color for #hex is #546C60.


I love getcolorcode.com

Triadic colors

1 #9FAB93 and #939FAB with #AB939F are triadic colors.

2 #9F93AB and #93AB9F with #AB939F are triadic colors.