COLOR #AB8080

HEX: #AB8080
RGB: (171,128,128)

Color info

#AB8080 contains red, green and blue colors in about the same proportion. Web safe color of #AB8080 is #996666 (or #966).

RGB color model

#AB8080 color RGB value is (171,128,128).

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

RGB channels and saturation

R 171 of 255 = 67%
G 128 of 255 = 50%
B 128 of 255 = 50%

171
128
128

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

Portions of RGB colors in percentages

R + G + B =
171 + 128 + 128 = 427 (100%)
R 171 of 427 ~ 40.05%
G 128 of 427 ~ 29.98%
B 128 of 427 ~ 29.98%

%40.05
%29.98
%29.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 25.15%
  • key color value is 32.94%
CMYK:
(0,25,25,33)
C0M25Y25K33 
(0%,25%,25%,33%)
(0.00/0.25/0.25/0.33)	

CMYK percentages

%0
%25.15
%25.15
%32.94

Codes

Color #AB8080 in popluar color models

AB8080
RGB171128128
HSL20.38%58.63%
HSB/HSV25.15%67.06%
CMYK0.00%25.15%25.15%
32.94%

Color #AB8080 in popluar number systems.

HEXAB8080
Decimal171128128
Binary101010111000000010000000
Octal253200200

Shades and tints

Shades of #AB8080

#AB8080
(171,128,128)
#9C7575
(156,117,117)
#8D6A6A
(141,106,106)
#7E5F5F
(126,95,95)
#6F5454
(111,84,84)
#604949
(96,73,73)
#513E3E
(81,62,62)
#423333
(66,51,51)
#332828
(51,40,40)
#241D1D
(36,29,29)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #AB8080

#AB8080
(171,128,128)
#B28B8B
(178,139,139)
#B99696
(185,150,150)
#C0A1A1
(192,161,161)
#C7ACAC
(199,172,172)
#CEB7B7
(206,183,183)
#D5C2C2
(213,194,194)
#DCCDCD
(220,205,205)
#E3D8D8
(227,216,216)
#EAE3E3
(234,227,227)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8080; }

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

This text font color is #AB8080.


Background Color

.myBgColor { background-color: #AB8080; }

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

This div background color is #AB8080.


Border color

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

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

This div border color is #AB8080.


Opacity

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

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

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

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

This text has shadow with #AB8080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8080 on black background.


Color preview on white background

This text has color #AB8080 on white background.



Black color preview on #AB8080 background

This text has black color on #AB8080 background.


White color preview on #AB8080 background

This text has white color on #AB8080 background.