COLOR #AB7A80

HEX: #AB7A80
RGB: (171,122,128)

Color info

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

RGB color model

#AB7A80 color RGB value is (171,122,128).

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

RGB channels and saturation

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

171
122
128

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

Portions of RGB colors in percentages

R + G + B =
171 + 122 + 128 = 421 (100%)
R 171 of 421 ~ 40.62%
G 122 of 421 ~ 28.98%
B 128 of 421 ~ 30.4%

%40.62
%28.98
%30.4

CMYK color model

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

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

CMYK percentages

%0
%28.65
%25.15
%32.94

Codes

Color #AB7A80 in popluar color models

AB7A80
RGB171122128
HSL353°22.58%57.45%
HSB/HSV353°28.65%67.06%
CMYK0.00%28.65%25.15%
32.94%

Color #AB7A80 in popluar number systems.

HEXAB7A80
Decimal171122128
Binary10101011111101010000000
Octal253172200

Shades and tints

Shades of #AB7A80

#AB7A80
(171,122,128)
#9C6F75
(156,111,117)
#8D646A
(141,100,106)
#7E595F
(126,89,95)
#6F4E54
(111,78,84)
#604349
(96,67,73)
#51383E
(81,56,62)
#422D33
(66,45,51)
#332228
(51,34,40)
#24171D
(36,23,29)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #AB7A80

#AB7A80
(171,122,128)
#B2868B
(178,134,139)
#B99296
(185,146,150)
#C09EA1
(192,158,161)
#C7AAAC
(199,170,172)
#CEB6B7
(206,182,183)
#D5C2C2
(213,194,194)
#DCCECD
(220,206,205)
#E3DAD8
(227,218,216)
#EAE6E3
(234,230,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7A80; }

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

This text font color is #AB7A80.


Background Color

.myBgColor { background-color: #AB7A80; }

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

This div background color is #AB7A80.


Border color

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

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

This div border color is #AB7A80.


Opacity

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

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

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

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

This text has shadow with #AB7A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7A80 on black background.


Color preview on white background

This text has color #AB7A80 on white background.



Black color preview on #AB7A80 background

This text has black color on #AB7A80 background.


White color preview on #AB7A80 background

This text has white color on #AB7A80 background.