COLOR #AB7584

HEX: #AB7584
RGB: (171,117,132)

Color info

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

RGB color model

#AB7584 color RGB value is (171,117,132).

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

RGB channels and saturation

R 171 of 255 = 67%
G 117 of 255 = 46%
B 132 of 255 = 52%

171
117
132

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

Portions of RGB colors in percentages

R + G + B =
171 + 117 + 132 = 420 (100%)
R 171 of 420 ~ 40.71%
G 117 of 420 ~ 27.86%
B 132 of 420 ~ 31.43%

%40.71
%27.86
%31.43

CMYK color model

#AB7584 color CMYK value is (0,32,23,33).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 22.81%
  • key color value is 32.94%
CMYK:
(0,32,23,33)
C0M32Y23K33 
(0%,32%,23%,33%)
(0.00/0.32/0.23/0.33)	

CMYK percentages

%0
%31.58
%22.81
%32.94

Codes

Color #AB7584 in popluar color models

AB7584
RGB171117132
HSL343°24.32%56.47%
HSB/HSV343°31.58%67.06%
CMYK0.00%31.58%22.81%
32.94%

Color #AB7584 in popluar number systems.

HEXAB7584
Decimal171117132
Binary10101011111010110000100
Octal253165204

Shades and tints

Shades of #AB7584

#AB7584
(171,117,132)
#9C6B78
(156,107,120)
#8D616C
(141,97,108)
#7E5760
(126,87,96)
#6F4D54
(111,77,84)
#604348
(96,67,72)
#51393C
(81,57,60)
#422F30
(66,47,48)
#332524
(51,37,36)
#241B18
(36,27,24)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #AB7584

#AB7584
(171,117,132)
#B2818F
(178,129,143)
#B98D9A
(185,141,154)
#C099A5
(192,153,165)
#C7A5B0
(199,165,176)
#CEB1BB
(206,177,187)
#D5BDC6
(213,189,198)
#DCC9D1
(220,201,209)
#E3D5DC
(227,213,220)
#EAE1E7
(234,225,231)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7584; }

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

This text font color is #AB7584.


Background Color

.myBgColor { background-color: #AB7584; }

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

This div background color is #AB7584.


Border color

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

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

This div border color is #AB7584.


Opacity

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

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

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

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

This text has shadow with #AB7584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7584 on black background.


Color preview on white background

This text has color #AB7584 on white background.



Black color preview on #AB7584 background

This text has black color on #AB7584 background.


White color preview on #AB7584 background

This text has white color on #AB7584 background.