COLOR #AB7582

HEX: #AB7582
RGB: (171,117,130)

Color info

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

RGB color model

#AB7582 color RGB value is (171,117,130).

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

RGB channels and saturation

R 171 of 255 = 67%
G 117 of 255 = 46%
B 130 of 255 = 51%

171
117
130

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

Portions of RGB colors in percentages

R + G + B =
171 + 117 + 130 = 418 (100%)
R 171 of 418 ~ 40.91%
G 117 of 418 ~ 27.99%
B 130 of 418 ~ 31.1%

%40.91
%27.99
%31.1

CMYK color model

#AB7582 color CMYK value is (0,32,24,33).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 23.98%
  • key color value is 32.94%
CMYK:
(0,32,24,33)
C0M32Y24K33 
(0%,32%,24%,33%)
(0.00/0.32/0.24/0.33)	

CMYK percentages

%0
%31.58
%23.98
%32.94

Codes

Color #AB7582 in popluar color models

AB7582
RGB171117130
HSL346°24.32%56.47%
HSB/HSV346°31.58%67.06%
CMYK0.00%31.58%23.98%
32.94%

Color #AB7582 in popluar number systems.

HEXAB7582
Decimal171117130
Binary10101011111010110000010
Octal253165202

Shades and tints

Shades of #AB7582

#AB7582
(171,117,130)
#9C6B77
(156,107,119)
#8D616C
(141,97,108)
#7E5761
(126,87,97)
#6F4D56
(111,77,86)
#60434B
(96,67,75)
#513940
(81,57,64)
#422F35
(66,47,53)
#33252A
(51,37,42)
#241B1F
(36,27,31)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #AB7582

#AB7582
(171,117,130)
#B2818D
(178,129,141)
#B98D98
(185,141,152)
#C099A3
(192,153,163)
#C7A5AE
(199,165,174)
#CEB1B9
(206,177,185)
#D5BDC4
(213,189,196)
#DCC9CF
(220,201,207)
#E3D5DA
(227,213,218)
#EAE1E5
(234,225,229)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7582; }

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

This text font color is #AB7582.


Background Color

.myBgColor { background-color: #AB7582; }

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

This div background color is #AB7582.


Border color

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

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

This div border color is #AB7582.


Opacity

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

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

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

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

This text has shadow with #AB7582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7582 on black background.


Color preview on white background

This text has color #AB7582 on white background.



Black color preview on #AB7582 background

This text has black color on #AB7582 background.


White color preview on #AB7582 background

This text has white color on #AB7582 background.