COLOR #AB7091

HEX: #AB7091
RGB: (171,112,145)

Color info

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

RGB color model

#AB7091 color RGB value is (171,112,145).

  • red value is 171;
  • green value is 112;
  • blue value is 145.
RGB:
(171,112,145)
(67%,44%,57%)

RGB channels and saturation

R 171 of 255 = 67%
G 112 of 255 = 44%
B 145 of 255 = 57%

171
112
145

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

Portions of RGB colors in percentages

R + G + B =
171 + 112 + 145 = 428 (100%)
R 171 of 428 ~ 39.95%
G 112 of 428 ~ 26.17%
B 145 of 428 ~ 33.88%

%39.95
%26.17
%33.88

CMYK color model

#AB7091 color CMYK value is (0,35,15,33).

  • cyan value is 0.00%
  • magenta value is 34.50%
  • yellow value is 15.20%
  • key color value is 32.94%
CMYK:
(0,35,15,33)
C0M35Y15K33 
(0%,35%,15%,33%)
(0.00/0.35/0.15/0.33)	

CMYK percentages

%0
%34.5
%15.2
%32.94

Codes

Color #AB7091 in popluar color models

AB7091
RGB171112145
HSL326°25.99%55.49%
HSB/HSV326°34.50%67.06%
CMYK0.00%34.50%15.20%
32.94%

Color #AB7091 in popluar number systems.

HEXAB7091
Decimal171112145
Binary10101011111000010010001
Octal253160221

Shades and tints

Shades of #AB7091

#AB7091
(171,112,145)
#9C6684
(156,102,132)
#8D5C77
(141,92,119)
#7E526A
(126,82,106)
#6F485D
(111,72,93)
#603E50
(96,62,80)
#513443
(81,52,67)
#422A36
(66,42,54)
#332029
(51,32,41)
#24161C
(36,22,28)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #AB7091

#AB7091
(171,112,145)
#B27D9B
(178,125,155)
#B98AA5
(185,138,165)
#C097AF
(192,151,175)
#C7A4B9
(199,164,185)
#CEB1C3
(206,177,195)
#D5BECD
(213,190,205)
#DCCBD7
(220,203,215)
#E3D8E1
(227,216,225)
#EAE5EB
(234,229,235)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7091 color. Also use rgb(171,112,145) instead hex code.

Text Font Color

.myTextColor { color: #AB7091; }

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

This text font color is #AB7091.


Background Color

.myBgColor { background-color: #AB7091; }

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

This div background color is #AB7091.


Border color

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

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

This div border color is #AB7091.


Opacity

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

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

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

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

This text has shadow with #AB7091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7091 on black background.


Color preview on white background

This text has color #AB7091 on white background.



Black color preview on #AB7091 background

This text has black color on #AB7091 background.


White color preview on #AB7091 background

This text has white color on #AB7091 background.