COLOR #AB7189

HEX: #AB7189
RGB: (171,113,137)

Color info

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

RGB color model

#AB7189 color RGB value is (171,113,137).

  • red value is 171;
  • green value is 113;
  • blue value is 137.
RGB:
(171,113,137)
(67%,44%,54%)

RGB channels and saturation

R 171 of 255 = 67%
G 113 of 255 = 44%
B 137 of 255 = 54%

171
113
137

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

Portions of RGB colors in percentages

R + G + B =
171 + 113 + 137 = 421 (100%)
R 171 of 421 ~ 40.62%
G 113 of 421 ~ 26.84%
B 137 of 421 ~ 32.54%

%40.62
%26.84
%32.54

CMYK color model

#AB7189 color CMYK value is (0,34,20,33).

  • cyan value is 0.00%
  • magenta value is 33.92%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK:
(0,34,20,33)
C0M34Y20K33 
(0%,34%,20%,33%)
(0.00/0.34/0.20/0.33)	

CMYK percentages

%0
%33.92
%19.88
%32.94

Codes

Color #AB7189 in popluar color models

AB7189
RGB171113137
HSL335°25.66%55.69%
HSB/HSV335°33.92%67.06%
CMYK0.00%33.92%19.88%
32.94%

Color #AB7189 in popluar number systems.

HEXAB7189
Decimal171113137
Binary10101011111000110001001
Octal253161211

Shades and tints

Shades of #AB7189

#AB7189
(171,113,137)
#9C677D
(156,103,125)
#8D5D71
(141,93,113)
#7E5365
(126,83,101)
#6F4959
(111,73,89)
#603F4D
(96,63,77)
#513541
(81,53,65)
#422B35
(66,43,53)
#332129
(51,33,41)
#24171D
(36,23,29)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #AB7189

#AB7189
(171,113,137)
#B27D93
(178,125,147)
#B9899D
(185,137,157)
#C095A7
(192,149,167)
#C7A1B1
(199,161,177)
#CEADBB
(206,173,187)
#D5B9C5
(213,185,197)
#DCC5CF
(220,197,207)
#E3D1D9
(227,209,217)
#EADDE3
(234,221,227)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7189 color. Also use rgb(171,113,137) instead hex code.

Text Font Color

.myTextColor { color: #AB7189; }

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

This text font color is #AB7189.


Background Color

.myBgColor { background-color: #AB7189; }

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

This div background color is #AB7189.


Border color

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

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

This div border color is #AB7189.


Opacity

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

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

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

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

This text has shadow with #AB7189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7189 on black background.


Color preview on white background

This text has color #AB7189 on white background.



Black color preview on #AB7189 background

This text has black color on #AB7189 background.


White color preview on #AB7189 background

This text has white color on #AB7189 background.