COLOR #AB5B87

HEX: #AB5B87 RGB: (171,91,135)

Color info

#AB5B87 contains mainly red and blue colors. Web safe color of #AB5B87 is #996699 (or #969).

RGB color model

#AB5B87 color RGB value is (171,91,135).

RGB: (171,91,135) (67%, 36%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 91 of 255 = 36%
B 135 of 255 = 53%

171
91
135

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

Portions of RGB colors in percentages

R + G + B = 171 + 91 + 135 = 397 (100%)
R 171 of 397 ~ 43.07%
G 91 of 397 ~ 22.92%
B 135 of 397 ~ 34.01'%

%43.07
%22.92
%34.01

CMYK color model

#AB5B87 color CMYK value is (0,47,21,33).

  • cyan value is 0.00%
  • magenta value is 46.78%
  • yellow value is 21.05%
  • key color value is 32.94%

CMYK: (0,47,21,33)
C0M47Y21K33 (0%, 47%, 21%, 33%)
(0.00 / 0.47 / 0.21 / 0.33)

CMYK percentages

%0
%46.78
%21.05
%32.94

Codes

Color #AB5B87 in popluar color models

AB 5B 87
RGB 171 91 135
HSL 327° 32.26% 51.37%
HSB/HSV 327° 46.78% 67.06%
CMYK 0.00% 46.78% 21.05%
32.94%

Color #AB5B87 in popluar number systems.

HEX AB 5B 87
Decimal 171 91 135
Binary 10101011 1011011 10000111
Octal 253 133 207

Shades and tints

Shades of #AB5B87

#AB5B87
(171,91,135)
#9C537B
(156,83,123)
#8D4B6F
(141,75,111)
#7E4363
(126,67,99)
#6F3B57
(111,59,87)
#60334B
(96,51,75)
#512B3F
(81,43,63)
#422333
(66,35,51)
#331B27
(51,27,39)
#24131B
(36,19,27)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #AB5B87

#AB5B87
(171,91,135)
#B26991
(178,105,145)
#B9779B
(185,119,155)
#C085A5
(192,133,165)
#C793AF
(199,147,175)
#CEA1B9
(206,161,185)
#D5AFC3
(213,175,195)
#DCBDCD
(220,189,205)
#E3CBD7
(227,203,215)
#EAD9E1
(234,217,225)
#F1E7EB
(241,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5B87 color. Also use rgb(171,91,135) instead hex code.

Text Font Color

.myTextColor { color: #AB5B87; }

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

This text font color is #AB5B87.

Background Color

.myBgColor { background-color: #AB5B87; }

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

This div background color is #AB5B87.

Border color

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

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

This div border color is #AB5B87.

Opacity

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

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

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

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

This text has shadow with #AB5B87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB5B87.

Preview

Color preview on black background

This text has color #AB5B87 on black background.


Color preview on white background

This text has color #AB5B87 on white background.


Black color preview on #AB5B87 background

This text has black color on #AB5B87 background.


White color preview on #AB5B87 background

This text has white color on #AB5B87 background.


Related colors

Complementary color

Complementary color for #hex is #54A478.


I love getcolorcode.com

Triadic colors

1 #87AB5B and #5B87AB with #AB5B87 are triadic colors.

2 #875BAB and #5BAB87 with #AB5B87 are triadic colors.