COLOR #AB7F86

HEX: #AB7F86
RGB: (171,127,134)

Color info

#AB7F86 contains red, green and blue colors in about the same proportion. Web safe color of #AB7F86 is #996699 (or #969).

RGB color model

#AB7F86 color RGB value is (171,127,134).

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

RGB channels and saturation

R 171 of 255 = 67%
G 127 of 255 = 50%
B 134 of 255 = 53%

171
127
134

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

Portions of RGB colors in percentages

R + G + B =
171 + 127 + 134 = 432 (100%)
R 171 of 432 ~ 39.58%
G 127 of 432 ~ 29.4%
B 134 of 432 ~ 31.02%

%39.58
%29.4
%31.02

CMYK color model

#AB7F86 color CMYK value is (0,26,22,33).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 21.64%
  • key color value is 32.94%
CMYK:
(0,26,22,33)
C0M26Y22K33 
(0%,26%,22%,33%)
(0.00/0.26/0.22/0.33)	

CMYK percentages

%0
%25.73
%21.64
%32.94

Codes

Color #AB7F86 in popluar color models

AB7F86
RGB171127134
HSL350°20.75%58.43%
HSB/HSV350°25.73%67.06%
CMYK0.00%25.73%21.64%
32.94%

Color #AB7F86 in popluar number systems.

HEXAB7F86
Decimal171127134
Binary10101011111111110000110
Octal253177206

Shades and tints

Shades of #AB7F86

#AB7F86
(171,127,134)
#9C747A
(156,116,122)
#8D696E
(141,105,110)
#7E5E62
(126,94,98)
#6F5356
(111,83,86)
#60484A
(96,72,74)
#513D3E
(81,61,62)
#423232
(66,50,50)
#332726
(51,39,38)
#241C1A
(36,28,26)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #AB7F86

#AB7F86
(171,127,134)
#B28A91
(178,138,145)
#B9959C
(185,149,156)
#C0A0A7
(192,160,167)
#C7ABB2
(199,171,178)
#CEB6BD
(206,182,189)
#D5C1C8
(213,193,200)
#DCCCD3
(220,204,211)
#E3D7DE
(227,215,222)
#EAE2E9
(234,226,233)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7F86; }

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

This text font color is #AB7F86.


Background Color

.myBgColor { background-color: #AB7F86; }

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

This div background color is #AB7F86.


Border color

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

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

This div border color is #AB7F86.


Opacity

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

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

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

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

This text has shadow with #AB7F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7F86 on black background.


Color preview on white background

This text has color #AB7F86 on white background.



Black color preview on #AB7F86 background

This text has black color on #AB7F86 background.


White color preview on #AB7F86 background

This text has white color on #AB7F86 background.