COLOR #AB9D8F

HEX: #AB9D8F RGB: (171,157,143)

Color info

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

RGB color model

#AB9D8F color RGB value is (171,157,143).

RGB: (171,157,143) (67%, 62%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 143 of 255 = 56%

171
157
143

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

Portions of RGB colors in percentages

R + G + B = 171 + 157 + 143 = 471 (100%)
R 171 of 471 ~ 36.31%
G 157 of 471 ~ 33.33%
B 143 of 471 ~ 30.36'%

%36.31
%33.33
%30.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.19%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK: (0,8,16,33) C0M8Y16K33 (0%,8%,16%,33%) (0.00/0.08/0.16/0.33) 

CMYK percentages

%0
%8.19
%16.37
%32.94

Codes

Color #AB9D8F in popluar color models

AB 9D 8F
RGB 171 157 143
HSL 30° 14.29% 61.57%
HSB/HSV 30° 16.37% 67.06%
CMYK 0.00% 8.19% 16.37%
32.94%

Color #AB9D8F in popluar number systems.

HEX AB 9D 8F
Decimal 171 157 143
Binary 10101011 10011101 10001111
Octal 253 235 217

Shades and tints

Shades of #AB9D8F

#AB9D8F
(171,157,143)
#9C8F82
(156,143,130)
#8D8175
(141,129,117)
#7E7368
(126,115,104)
#6F655B
(111,101,91)
#60574E
(96,87,78)
#514941
(81,73,65)
#423B34
(66,59,52)
#332D27
(51,45,39)
#241F1A
(36,31,26)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #AB9D8F

#AB9D8F
(171,157,143)
#B2A599
(178,165,153)
#B9ADA3
(185,173,163)
#C0B5AD
(192,181,173)
#C7BDB7
(199,189,183)
#CEC5C1
(206,197,193)
#D5CDCB
(213,205,203)
#DCD5D5
(220,213,213)
#E3DDDF
(227,221,223)
#EAE5E9
(234,229,233)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9D8F; }

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

This text font color is #AB9D8F.

Background Color

.myBgColor { background-color: #AB9D8F; }

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

This div background color is #AB9D8F.

Border color

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

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

This div border color is #AB9D8F.

Opacity

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

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

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

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

This text has shadow with #AB9D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9D8F.

Preview

Color preview on black background

This text has color #AB9D8F on black background.


Color preview on white background

This text has color #AB9D8F on white background.


Black color preview on #AB9D8F background

This text has black color on #AB9D8F background.


White color preview on #AB9D8F background

This text has white color on #AB9D8F background.


Related colors

Complementary color

Complementary color for #hex is #546270.


I love getcolorcode.com

Triadic colors

1 #8FAB9D and #9D8FAB with #AB9D8F are triadic colors.

2 #8F9DAB and #9DAB8F with #AB9D8F are triadic colors.