COLOR #AB7F84

HEX: #AB7F84
RGB: (171,127,132)

Color info

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

RGB color model

#AB7F84 color RGB value is (171,127,132).

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

RGB channels and saturation

R 171 of 255 = 67%
G 127 of 255 = 50%
B 132 of 255 = 52%

171
127
132

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

Portions of RGB colors in percentages

R + G + B =
171 + 127 + 132 = 430 (100%)
R 171 of 430 ~ 39.77%
G 127 of 430 ~ 29.53%
B 132 of 430 ~ 30.7%

%39.77
%29.53
%30.7

CMYK color model

#AB7F84 color CMYK value is (0,26,23,33).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 22.81%
  • key color value is 32.94%
CMYK:
(0,26,23,33)
C0M26Y23K33 
(0%,26%,23%,33%)
(0.00/0.26/0.23/0.33)	

CMYK percentages

%0
%25.73
%22.81
%32.94

Codes

Color #AB7F84 in popluar color models

AB7F84
RGB171127132
HSL353°20.75%58.43%
HSB/HSV353°25.73%67.06%
CMYK0.00%25.73%22.81%
32.94%

Color #AB7F84 in popluar number systems.

HEXAB7F84
Decimal171127132
Binary10101011111111110000100
Octal253177204

Shades and tints

Shades of #AB7F84

#AB7F84
(171,127,132)
#9C7478
(156,116,120)
#8D696C
(141,105,108)
#7E5E60
(126,94,96)
#6F5354
(111,83,84)
#604848
(96,72,72)
#513D3C
(81,61,60)
#423230
(66,50,48)
#332724
(51,39,36)
#241C18
(36,28,24)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #AB7F84

#AB7F84
(171,127,132)
#B28A8F
(178,138,143)
#B9959A
(185,149,154)
#C0A0A5
(192,160,165)
#C7ABB0
(199,171,176)
#CEB6BB
(206,182,187)
#D5C1C6
(213,193,198)
#DCCCD1
(220,204,209)
#E3D7DC
(227,215,220)
#EAE2E7
(234,226,231)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7F84; }

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

This text font color is #AB7F84.


Background Color

.myBgColor { background-color: #AB7F84; }

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

This div background color is #AB7F84.


Border color

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

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

This div border color is #AB7F84.


Opacity

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

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

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

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

This text has shadow with #AB7F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7F84 on black background.


Color preview on white background

This text has color #AB7F84 on white background.



Black color preview on #AB7F84 background

This text has black color on #AB7F84 background.


White color preview on #AB7F84 background

This text has white color on #AB7F84 background.