COLOR #AB8983

HEX: #AB8983
RGB: (171,137,131)

Color info

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

RGB color model

#AB8983 color RGB value is (171,137,131).

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

RGB channels and saturation

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

171
137
131

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

Portions of RGB colors in percentages

R + G + B =
171 + 137 + 131 = 439 (100%)
R 171 of 439 ~ 38.95%
G 137 of 439 ~ 31.21%
B 131 of 439 ~ 29.84%

%38.95
%31.21
%29.84

CMYK color model

#AB8983 color CMYK value is (0,20,23,33).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 23.39%
  • key color value is 32.94%
CMYK:
(0,20,23,33)
C0M20Y23K33 
(0%,20%,23%,33%)
(0.00/0.20/0.23/0.33)	

CMYK percentages

%0
%19.88
%23.39
%32.94

Codes

Color #AB8983 in popluar color models

AB8983
RGB171137131
HSL19.23%59.22%
HSB/HSV23.39%67.06%
CMYK0.00%19.88%23.39%
32.94%

Color #AB8983 in popluar number systems.

HEXAB8983
Decimal171137131
Binary101010111000100110000011
Octal253211203

Shades and tints

Shades of #AB8983

#AB8983
(171,137,131)
#9C7D78
(156,125,120)
#8D716D
(141,113,109)
#7E6562
(126,101,98)
#6F5957
(111,89,87)
#604D4C
(96,77,76)
#514141
(81,65,65)
#423536
(66,53,54)
#33292B
(51,41,43)
#241D20
(36,29,32)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #AB8983

#AB8983
(171,137,131)
#B2938E
(178,147,142)
#B99D99
(185,157,153)
#C0A7A4
(192,167,164)
#C7B1AF
(199,177,175)
#CEBBBA
(206,187,186)
#D5C5C5
(213,197,197)
#DCCFD0
(220,207,208)
#E3D9DB
(227,217,219)
#EAE3E6
(234,227,230)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8983; }

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

This text font color is #AB8983.


Background Color

.myBgColor { background-color: #AB8983; }

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

This div background color is #AB8983.


Border color

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

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

This div border color is #AB8983.


Opacity

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

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

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

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

This text has shadow with #AB8983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8983 on black background.


Color preview on white background

This text has color #AB8983 on white background.



Black color preview on #AB8983 background

This text has black color on #AB8983 background.


White color preview on #AB8983 background

This text has white color on #AB8983 background.