COLOR #AB7A92

HEX: #AB7A92
RGB: (171,122,146)

Color info

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

RGB color model

#AB7A92 color RGB value is (171,122,146).

  • red value is 171;
  • green value is 122;
  • blue value is 146.
RGB:
(171,122,146)
(67%,48%,57%)

RGB channels and saturation

R 171 of 255 = 67%
G 122 of 255 = 48%
B 146 of 255 = 57%

171
122
146

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

Portions of RGB colors in percentages

R + G + B =
171 + 122 + 146 = 439 (100%)
R 171 of 439 ~ 38.95%
G 122 of 439 ~ 27.79%
B 146 of 439 ~ 33.26%

%38.95
%27.79
%33.26

CMYK color model

#AB7A92 color CMYK value is (0,29,15,33).

  • cyan value is 0.00%
  • magenta value is 28.65%
  • yellow value is 14.62%
  • key color value is 32.94%
CMYK:
(0,29,15,33)
C0M29Y15K33 
(0%,29%,15%,33%)
(0.00/0.29/0.15/0.33)	

CMYK percentages

%0
%28.65
%14.62
%32.94

Codes

Color #AB7A92 in popluar color models

AB7A92
RGB171122146
HSL331°22.58%57.45%
HSB/HSV331°28.65%67.06%
CMYK0.00%28.65%14.62%
32.94%

Color #AB7A92 in popluar number systems.

HEXAB7A92
Decimal171122146
Binary10101011111101010010010
Octal253172222

Shades and tints

Shades of #AB7A92

#AB7A92
(171,122,146)
#9C6F85
(156,111,133)
#8D6478
(141,100,120)
#7E596B
(126,89,107)
#6F4E5E
(111,78,94)
#604351
(96,67,81)
#513844
(81,56,68)
#422D37
(66,45,55)
#33222A
(51,34,42)
#24171D
(36,23,29)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #AB7A92

#AB7A92
(171,122,146)
#B2869B
(178,134,155)
#B992A4
(185,146,164)
#C09EAD
(192,158,173)
#C7AAB6
(199,170,182)
#CEB6BF
(206,182,191)
#D5C2C8
(213,194,200)
#DCCED1
(220,206,209)
#E3DADA
(227,218,218)
#EAE6E3
(234,230,227)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7A92 color. Also use rgb(171,122,146) instead hex code.

Text Font Color

.myTextColor { color: #AB7A92; }

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

This text font color is #AB7A92.


Background Color

.myBgColor { background-color: #AB7A92; }

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

This div background color is #AB7A92.


Border color

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

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

This div border color is #AB7A92.


Opacity

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

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

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

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

This text has shadow with #AB7A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7A92 on black background.


Color preview on white background

This text has color #AB7A92 on white background.



Black color preview on #AB7A92 background

This text has black color on #AB7A92 background.


White color preview on #AB7A92 background

This text has white color on #AB7A92 background.