COLOR #AB9F8C

HEX: #AB9F8C RGB: (171,159,140)

Color info

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

RGB color model

#AB9F8C color RGB value is (171,159,140).

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

RGB channels and saturation

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

171
159
140

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

Portions of RGB colors in percentages

R + G + B = 171 + 159 + 140 = 470 (100%)
R 171 of 470 ~ 36.38%
G 159 of 470 ~ 33.83%
B 140 of 470 ~ 29.79'%

%36.38
%33.83
%29.79

CMYK color model

#AB9F8C color CMYK value is (0,7,18,33).

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

CMYK: (0,7,18,33)
C0M7Y18K33 (0%, 7%, 18%, 33%)
(0.00 / 0.07 / 0.18 / 0.33)

CMYK percentages

%0
%7.02
%18.13
%32.94

Codes

Color #AB9F8C in popluar color models

AB 9F 8C
RGB 171 159 140
HSL 37° 15.58% 60.98%
HSB/HSV 37° 18.13% 67.06%
CMYK 0.00% 7.02% 18.13%
32.94%

Color #AB9F8C in popluar number systems.

HEX AB 9F 8C
Decimal 171 159 140
Binary 10101011 10011111 10001100
Octal 253 237 214

Shades and tints

Shades of #AB9F8C

#AB9F8C
(171,159,140)
#9C9180
(156,145,128)
#8D8374
(141,131,116)
#7E7568
(126,117,104)
#6F675C
(111,103,92)
#605950
(96,89,80)
#514B44
(81,75,68)
#423D38
(66,61,56)
#332F2C
(51,47,44)
#242120
(36,33,32)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #AB9F8C

#AB9F8C
(171,159,140)
#B2A796
(178,167,150)
#B9AFA0
(185,175,160)
#C0B7AA
(192,183,170)
#C7BFB4
(199,191,180)
#CEC7BE
(206,199,190)
#D5CFC8
(213,207,200)
#DCD7D2
(220,215,210)
#E3DFDC
(227,223,220)
#EAE7E6
(234,231,230)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9F8C; }

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

This text font color is #AB9F8C.

Background Color

.myBgColor { background-color: #AB9F8C; }

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

This div background color is #AB9F8C.

Border color

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

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

This div border color is #AB9F8C.

Opacity

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

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

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

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

This text has shadow with #AB9F8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9F8C.

Preview

Color preview on black background

This text has color #AB9F8C on black background.


Color preview on white background

This text has color #AB9F8C on white background.


Black color preview on #AB9F8C background

This text has black color on #AB9F8C background.


White color preview on #AB9F8C background

This text has white color on #AB9F8C background.


Related colors

Complementary color

Complementary color for #hex is #546073.


I love getcolorcode.com

Triadic colors

1 #8CAB9F and #9F8CAB with #AB9F8C are triadic colors.

2 #8C9FAB and #9FAB8C with #AB9F8C are triadic colors.