COLOR #AB7482

HEX: #AB7482
RGB: (171,116,130)

Color info

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

RGB color model

#AB7482 color RGB value is (171,116,130).

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

RGB channels and saturation

R 171 of 255 = 67%
G 116 of 255 = 45%
B 130 of 255 = 51%

171
116
130

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

Portions of RGB colors in percentages

R + G + B =
171 + 116 + 130 = 417 (100%)
R 171 of 417 ~ 41.01%
G 116 of 417 ~ 27.82%
B 130 of 417 ~ 31.18%

%41.01
%27.82
%31.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.16%
  • 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
%32.16
%23.98
%32.94

Codes

Color #AB7482 in popluar color models

AB7482
RGB171116130
HSL345°24.66%56.27%
HSB/HSV345°32.16%67.06%
CMYK0.00%32.16%23.98%
32.94%

Color #AB7482 in popluar number systems.

HEXAB7482
Decimal171116130
Binary10101011111010010000010
Octal253164202

Shades and tints

Shades of #AB7482

#AB7482
(171,116,130)
#9C6A77
(156,106,119)
#8D606C
(141,96,108)
#7E5661
(126,86,97)
#6F4C56
(111,76,86)
#60424B
(96,66,75)
#513840
(81,56,64)
#422E35
(66,46,53)
#33242A
(51,36,42)
#241A1F
(36,26,31)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #AB7482

#AB7482
(171,116,130)
#B2808D
(178,128,141)
#B98C98
(185,140,152)
#C098A3
(192,152,163)
#C7A4AE
(199,164,174)
#CEB0B9
(206,176,185)
#D5BCC4
(213,188,196)
#DCC8CF
(220,200,207)
#E3D4DA
(227,212,218)
#EAE0E5
(234,224,229)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7482; }

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

This text font color is #AB7482.


Background Color

.myBgColor { background-color: #AB7482; }

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

This div background color is #AB7482.


Border color

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

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

This div border color is #AB7482.


Opacity

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

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

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

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

This text has shadow with #AB7482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7482 on black background.


Color preview on white background

This text has color #AB7482 on white background.



Black color preview on #AB7482 background

This text has black color on #AB7482 background.


White color preview on #AB7482 background

This text has white color on #AB7482 background.