COLOR #AB8981

HEX: #AB8981
RGB: (171,137,129)

Color info

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

RGB color model

#AB8981 color RGB value is (171,137,129).

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

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 129 of 255 = 51%

171
137
129

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

Portions of RGB colors in percentages

R + G + B =
171 + 137 + 129 = 437 (100%)
R 171 of 437 ~ 39.13%
G 137 of 437 ~ 31.35%
B 129 of 437 ~ 29.52%

%39.13
%31.35
%29.52

CMYK color model

#AB8981 color CMYK value is (0,20,25,33).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 24.56%
  • key color value is 32.94%
CMYK:
(0,20,25,33)
C0M20Y25K33 
(0%,20%,25%,33%)
(0.00/0.20/0.25/0.33)	

CMYK percentages

%0
%19.88
%24.56
%32.94

Codes

Color #AB8981 in popluar color models

AB8981
RGB171137129
HSL11°20.00%58.82%
HSB/HSV11°24.56%67.06%
CMYK0.00%19.88%24.56%
32.94%

Color #AB8981 in popluar number systems.

HEXAB8981
Decimal171137129
Binary101010111000100110000001
Octal253211201

Shades and tints

Shades of #AB8981

#AB8981
(171,137,129)
#9C7D76
(156,125,118)
#8D716B
(141,113,107)
#7E6560
(126,101,96)
#6F5955
(111,89,85)
#604D4A
(96,77,74)
#51413F
(81,65,63)
#423534
(66,53,52)
#332929
(51,41,41)
#241D1E
(36,29,30)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #AB8981

#AB8981
(171,137,129)
#B2938C
(178,147,140)
#B99D97
(185,157,151)
#C0A7A2
(192,167,162)
#C7B1AD
(199,177,173)
#CEBBB8
(206,187,184)
#D5C5C3
(213,197,195)
#DCCFCE
(220,207,206)
#E3D9D9
(227,217,217)
#EAE3E4
(234,227,228)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8981; }

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

This text font color is #AB8981.


Background Color

.myBgColor { background-color: #AB8981; }

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

This div background color is #AB8981.


Border color

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

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

This div border color is #AB8981.


Opacity

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

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

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

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

This text has shadow with #AB8981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8981 on black background.


Color preview on white background

This text has color #AB8981 on white background.



Black color preview on #AB8981 background

This text has black color on #AB8981 background.


White color preview on #AB8981 background

This text has white color on #AB8981 background.