COLOR #AB8E81

HEX: #AB8E81
RGB: (171,142,129)

Color info

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

RGB color model

#AB8E81 color RGB value is (171,142,129).

  • red value is 171;
  • green value is 142;
  • blue value is 129.
RGB:
(171,142,129)
(67%,56%,51%)

RGB channels and saturation

R 171 of 255 = 67%
G 142 of 255 = 56%
B 129 of 255 = 51%

171
142
129

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

Portions of RGB colors in percentages

R + G + B =
171 + 142 + 129 = 442 (100%)
R 171 of 442 ~ 38.69%
G 142 of 442 ~ 32.13%
B 129 of 442 ~ 29.19%

%38.69
%32.13
%29.19

CMYK color model

#AB8E81 color CMYK value is (0,17,25,33).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 24.56%
  • key color value is 32.94%
CMYK:
(0,17,25,33)
C0M17Y25K33 
(0%,17%,25%,33%)
(0.00/0.17/0.25/0.33)	

CMYK percentages

%0
%16.96
%24.56
%32.94

Codes

Color #AB8E81 in popluar color models

AB8E81
RGB171142129
HSL19°20.00%58.82%
HSB/HSV19°24.56%67.06%
CMYK0.00%16.96%24.56%
32.94%

Color #AB8E81 in popluar number systems.

HEXAB8E81
Decimal171142129
Binary101010111000111010000001
Octal253216201

Shades and tints

Shades of #AB8E81

#AB8E81
(171,142,129)
#9C8276
(156,130,118)
#8D766B
(141,118,107)
#7E6A60
(126,106,96)
#6F5E55
(111,94,85)
#60524A
(96,82,74)
#51463F
(81,70,63)
#423A34
(66,58,52)
#332E29
(51,46,41)
#24221E
(36,34,30)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #AB8E81

#AB8E81
(171,142,129)
#B2988C
(178,152,140)
#B9A297
(185,162,151)
#C0ACA2
(192,172,162)
#C7B6AD
(199,182,173)
#CEC0B8
(206,192,184)
#D5CAC3
(213,202,195)
#DCD4CE
(220,212,206)
#E3DED9
(227,222,217)
#EAE8E4
(234,232,228)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8E81 color. Also use rgb(171,142,129) instead hex code.

Text Font Color

.myTextColor { color: #AB8E81; }

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

This text font color is #AB8E81.


Background Color

.myBgColor { background-color: #AB8E81; }

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

This div background color is #AB8E81.


Border color

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

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

This div border color is #AB8E81.


Opacity

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

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

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

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

This text has shadow with #AB8E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8E81 on black background.


Color preview on white background

This text has color #AB8E81 on white background.



Black color preview on #AB8E81 background

This text has black color on #AB8E81 background.


White color preview on #AB8E81 background

This text has white color on #AB8E81 background.