COLOR #AB9C8A

HEX: #AB9C8A
RGB: (171,156,138)

Color info

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

RGB color model

#AB9C8A color RGB value is (171,156,138).

  • red value is 171;
  • green value is 156;
  • blue value is 138.
RGB:
(171,156,138)
(67%,61%,54%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 138 of 255 = 54%

171
156
138

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

Portions of RGB colors in percentages

R + G + B =
171 + 156 + 138 = 465 (100%)
R 171 of 465 ~ 36.77%
G 156 of 465 ~ 33.55%
B 138 of 465 ~ 29.68%

%36.77
%33.55
%29.68

CMYK color model

#AB9C8A color CMYK value is (0,9,19,33).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 19.30%
  • key color value is 32.94%
CMYK:
(0,9,19,33)
C0M9Y19K33 
(0%,9%,19%,33%)
(0.00/0.09/0.19/0.33)	

CMYK percentages

%0
%8.77
%19.3
%32.94

Codes

Color #AB9C8A in popluar color models

AB9C8A
RGB171156138
HSL33°16.42%60.59%
HSB/HSV33°19.30%67.06%
CMYK0.00%8.77%19.30%
32.94%

Color #AB9C8A in popluar number systems.

HEXAB9C8A
Decimal171156138
Binary101010111001110010001010
Octal253234212

Shades and tints

Shades of #AB9C8A

#AB9C8A
(171,156,138)
#9C8E7E
(156,142,126)
#8D8072
(141,128,114)
#7E7266
(126,114,102)
#6F645A
(111,100,90)
#60564E
(96,86,78)
#514842
(81,72,66)
#423A36
(66,58,54)
#332C2A
(51,44,42)
#241E1E
(36,30,30)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #AB9C8A

#AB9C8A
(171,156,138)
#B2A594
(178,165,148)
#B9AE9E
(185,174,158)
#C0B7A8
(192,183,168)
#C7C0B2
(199,192,178)
#CEC9BC
(206,201,188)
#D5D2C6
(213,210,198)
#DCDBD0
(220,219,208)
#E3E4DA
(227,228,218)
#EAEDE4
(234,237,228)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9C8A color. Also use rgb(171,156,138) instead hex code.

Text Font Color

.myTextColor { color: #AB9C8A; }

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

This text font color is #AB9C8A.


Background Color

.myBgColor { background-color: #AB9C8A; }

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

This div background color is #AB9C8A.


Border color

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

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

This div border color is #AB9C8A.


Opacity

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

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

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

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

This text has shadow with #AB9C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9C8A on black background.


Color preview on white background

This text has color #AB9C8A on white background.



Black color preview on #AB9C8A background

This text has black color on #AB9C8A background.


White color preview on #AB9C8A background

This text has white color on #AB9C8A background.