COLOR #AB8C7C

HEX: #AB8C7C
RGB: (171,140,124)

Color info

#AB8C7C contains red, green and blue colors in about the same proportion. Web safe color of #AB8C7C is #999966 (or #996).

RGB color model

#AB8C7C color RGB value is (171,140,124).

  • red value is 171;
  • green value is 140;
  • blue value is 124.
RGB:
(171,140,124)
(67%,55%,49%)

RGB channels and saturation

R 171 of 255 = 67%
G 140 of 255 = 55%
B 124 of 255 = 49%

171
140
124

R + G + B ~ 57%. #AB8C7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 140 + 124 = 435 (100%)
R 171 of 435 ~ 39.31%
G 140 of 435 ~ 32.18%
B 124 of 435 ~ 28.51%

%39.31
%32.18
%28.51

CMYK color model

#AB8C7C color CMYK value is (0,18,27,33).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 27.49%
  • key color value is 32.94%
CMYK:
(0,18,27,33)
C0M18Y27K33 
(0%,18%,27%,33%)
(0.00/0.18/0.27/0.33)	

CMYK percentages

%0
%18.13
%27.49
%32.94

Codes

Color #AB8C7C in popluar color models

AB8C7C
RGB171140124
HSL20°21.86%57.84%
HSB/HSV20°27.49%67.06%
CMYK0.00%18.13%27.49%
32.94%

Color #AB8C7C in popluar number systems.

HEXAB8C7C
Decimal171140124
Binary10101011100011001111100
Octal253214174

Shades and tints

Shades of #AB8C7C

#AB8C7C
(171,140,124)
#9C8071
(156,128,113)
#8D7466
(141,116,102)
#7E685B
(126,104,91)
#6F5C50
(111,92,80)
#605045
(96,80,69)
#51443A
(81,68,58)
#42382F
(66,56,47)
#332C24
(51,44,36)
#242019
(36,32,25)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #AB8C7C

#AB8C7C
(171,140,124)
#B29687
(178,150,135)
#B9A092
(185,160,146)
#C0AA9D
(192,170,157)
#C7B4A8
(199,180,168)
#CEBEB3
(206,190,179)
#D5C8BE
(213,200,190)
#DCD2C9
(220,210,201)
#E3DCD4
(227,220,212)
#EAE6DF
(234,230,223)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8C7C; }

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

This text font color is #AB8C7C.


Background Color

.myBgColor { background-color: #AB8C7C; }

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

This div background color is #AB8C7C.


Border color

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

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

This div border color is #AB8C7C.


Opacity

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

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

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

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

This text has shadow with #AB8C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8C7C on black background.


Color preview on white background

This text has color #AB8C7C on white background.



Black color preview on #AB8C7C background

This text has black color on #AB8C7C background.


White color preview on #AB8C7C background

This text has white color on #AB8C7C background.