COLOR #AB8282

HEX: #AB8282
RGB: (171,130,130)

Color info

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

RGB color model

#AB8282 color RGB value is (171,130,130).

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

RGB channels and saturation

R 171 of 255 = 67%
G 130 of 255 = 51%
B 130 of 255 = 51%

171
130
130

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

Portions of RGB colors in percentages

R + G + B =
171 + 130 + 130 = 431 (100%)
R 171 of 431 ~ 39.68%
G 130 of 431 ~ 30.16%
B 130 of 431 ~ 30.16%

%39.68
%30.16
%30.16

CMYK color model

#AB8282 color CMYK value is (0,24,24,33).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 23.98%
  • key color value is 32.94%
CMYK:
(0,24,24,33)
C0M24Y24K33 
(0%,24%,24%,33%)
(0.00/0.24/0.24/0.33)	

CMYK percentages

%0
%23.98
%23.98
%32.94

Codes

Color #AB8282 in popluar color models

AB8282
RGB171130130
HSL19.62%59.02%
HSB/HSV23.98%67.06%
CMYK0.00%23.98%23.98%
32.94%

Color #AB8282 in popluar number systems.

HEXAB8282
Decimal171130130
Binary101010111000001010000010
Octal253202202

Shades and tints

Shades of #AB8282

#AB8282
(171,130,130)
#9C7777
(156,119,119)
#8D6C6C
(141,108,108)
#7E6161
(126,97,97)
#6F5656
(111,86,86)
#604B4B
(96,75,75)
#514040
(81,64,64)
#423535
(66,53,53)
#332A2A
(51,42,42)
#241F1F
(36,31,31)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #AB8282

#AB8282
(171,130,130)
#B28D8D
(178,141,141)
#B99898
(185,152,152)
#C0A3A3
(192,163,163)
#C7AEAE
(199,174,174)
#CEB9B9
(206,185,185)
#D5C4C4
(213,196,196)
#DCCFCF
(220,207,207)
#E3DADA
(227,218,218)
#EAE5E5
(234,229,229)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8282; }

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

This text font color is #AB8282.


Background Color

.myBgColor { background-color: #AB8282; }

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

This div background color is #AB8282.


Border color

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

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

This div border color is #AB8282.


Opacity

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

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

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

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

This text has shadow with #AB8282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8282 on black background.


Color preview on white background

This text has color #AB8282 on white background.



Black color preview on #AB8282 background

This text has black color on #AB8282 background.


White color preview on #AB8282 background

This text has white color on #AB8282 background.