COLOR #AB8D6F

HEX: #AB8D6F
RGB: (171,141,111)

Color info

#AB8D6F contains mainly red and green colors. Web safe color of #AB8D6F is #999966 (or #996).

RGB color model

#AB8D6F color RGB value is (171,141,111).

  • red value is 171;
  • green value is 141;
  • blue value is 111.
RGB:
(171,141,111)
(67%,55%,44%)

RGB channels and saturation

R 171 of 255 = 67%
G 141 of 255 = 55%
B 111 of 255 = 44%

171
141
111

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

Portions of RGB colors in percentages

R + G + B =
171 + 141 + 111 = 423 (100%)
R 171 of 423 ~ 40.43%
G 141 of 423 ~ 33.33%
B 111 of 423 ~ 26.24%

%40.43
%33.33
%26.24

CMYK color model

#AB8D6F color CMYK value is (0,18,35,33).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 35.09%
  • key color value is 32.94%
CMYK:
(0,18,35,33)
C0M18Y35K33 
(0%,18%,35%,33%)
(0.00/0.18/0.35/0.33)	

CMYK percentages

%0
%17.54
%35.09
%32.94

Codes

Color #AB8D6F in popluar color models

AB8D6F
RGB171141111
HSL30°26.32%55.29%
HSB/HSV30°35.09%67.06%
CMYK0.00%17.54%35.09%
32.94%

Color #AB8D6F in popluar number systems.

HEXAB8D6F
Decimal171141111
Binary10101011100011011101111
Octal253215157

Shades and tints

Shades of #AB8D6F

#AB8D6F
(171,141,111)
#9C8165
(156,129,101)
#8D755B
(141,117,91)
#7E6951
(126,105,81)
#6F5D47
(111,93,71)
#60513D
(96,81,61)
#514533
(81,69,51)
#423929
(66,57,41)
#332D1F
(51,45,31)
#242115
(36,33,21)
#15150B
(21,21,11)
#000000
(0,0,0)

Tints of #AB8D6F

#AB8D6F
(171,141,111)
#B2977C
(178,151,124)
#B9A189
(185,161,137)
#C0AB96
(192,171,150)
#C7B5A3
(199,181,163)
#CEBFB0
(206,191,176)
#D5C9BD
(213,201,189)
#DCD3CA
(220,211,202)
#E3DDD7
(227,221,215)
#EAE7E4
(234,231,228)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8D6F color. Also use rgb(171,141,111) instead hex code.

Text Font Color

.myTextColor { color: #AB8D6F; }

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

This text font color is #AB8D6F.


Background Color

.myBgColor { background-color: #AB8D6F; }

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

This div background color is #AB8D6F.


Border color

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

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

This div border color is #AB8D6F.


Opacity

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

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

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

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

This text has shadow with #AB8D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8D6F on black background.


Color preview on white background

This text has color #AB8D6F on white background.



Black color preview on #AB8D6F background

This text has black color on #AB8D6F background.


White color preview on #AB8D6F background

This text has white color on #AB8D6F background.