COLOR #AB9F8B

HEX: #AB9F8B RGB: (171,159,139)

Color info

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

RGB color model

#AB9F8B color RGB value is (171,159,139).

RGB: (171,159,139) (67%, 62%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 159 of 255 = 62%
B 139 of 255 = 55%

171
159
139

R + G + B ~ 61%. #AB9F8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 159 + 139 = 469 (100%)
R 171 of 469 ~ 36.46%
G 159 of 469 ~ 33.9%
B 139 of 469 ~ 29.64'%

%36.46
%33.9
%29.64

CMYK color model

#AB9F8B color CMYK value is (0,7,19,33).

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

CMYK: (0,7,19,33)
C0M7Y19K33 (0%, 7%, 19%, 33%)
(0.00 / 0.07 / 0.19 / 0.33)

CMYK percentages

%0
%7.02
%18.71
%32.94

Codes

Color #AB9F8B in popluar color models

AB 9F 8B
RGB 171 159 139
HSL 38° 16.00% 60.78%
HSB/HSV 38° 18.71% 67.06%
CMYK 0.00% 7.02% 18.71%
32.94%

Color #AB9F8B in popluar number systems.

HEX AB 9F 8B
Decimal 171 159 139
Binary 10101011 10011111 10001011
Octal 253 237 213

Shades and tints

Shades of #AB9F8B

#AB9F8B
(171,159,139)
#9C917F
(156,145,127)
#8D8373
(141,131,115)
#7E7567
(126,117,103)
#6F675B
(111,103,91)
#60594F
(96,89,79)
#514B43
(81,75,67)
#423D37
(66,61,55)
#332F2B
(51,47,43)
#24211F
(36,33,31)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #AB9F8B

#AB9F8B
(171,159,139)
#B2A795
(178,167,149)
#B9AF9F
(185,175,159)
#C0B7A9
(192,183,169)
#C7BFB3
(199,191,179)
#CEC7BD
(206,199,189)
#D5CFC7
(213,207,199)
#DCD7D1
(220,215,209)
#E3DFDB
(227,223,219)
#EAE7E5
(234,231,229)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9F8B; }

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

This text font color is #AB9F8B.

Background Color

.myBgColor { background-color: #AB9F8B; }

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

This div background color is #AB9F8B.

Border color

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

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

This div border color is #AB9F8B.

Opacity

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

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

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

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

This text has shadow with #AB9F8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9F8B.

Preview

Color preview on black background

This text has color #AB9F8B on black background.


Color preview on white background

This text has color #AB9F8B on white background.


Black color preview on #AB9F8B background

This text has black color on #AB9F8B background.


White color preview on #AB9F8B background

This text has white color on #AB9F8B background.


Related colors

Complementary color

Complementary color for #hex is #546074.


I love getcolorcode.com

Triadic colors

1 #8BAB9F and #9F8BAB with #AB9F8B are triadic colors.

2 #8B9FAB and #9FAB8B with #AB9F8B are triadic colors.