COLOR #AB5B88

HEX: #AB5B88 RGB: (171,91,136)

Color info

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

RGB color model

#AB5B88 color RGB value is (171,91,136).

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

RGB channels and saturation

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

171
91
136

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

Portions of RGB colors in percentages

R + G + B = 171 + 91 + 136 = 398 (100%)
R 171 of 398 ~ 42.96%
G 91 of 398 ~ 22.86%
B 136 of 398 ~ 34.17'%

%42.96
%22.86
%34.17

CMYK color model

#AB5B88 color CMYK value is (0,47,20,33).

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

CMYK: (0,47,20,33)
C0M47Y20K33 (0%, 47%, 20%, 33%)
(0.00 / 0.47 / 0.20 / 0.33)

CMYK percentages

%0
%46.78
%20.47
%32.94

Codes

Color #AB5B88 in popluar color models

AB 5B 88
RGB 171 91 136
HSL 326° 32.26% 51.37%
HSB/HSV 326° 46.78% 67.06%
CMYK 0.00% 46.78% 20.47%
32.94%

Color #AB5B88 in popluar number systems.

HEX AB 5B 88
Decimal 171 91 136
Binary 10101011 1011011 10001000
Octal 253 133 210

Shades and tints

Shades of #AB5B88

#AB5B88
(171,91,136)
#9C537C
(156,83,124)
#8D4B70
(141,75,112)
#7E4364
(126,67,100)
#6F3B58
(111,59,88)
#60334C
(96,51,76)
#512B40
(81,43,64)
#422334
(66,35,52)
#331B28
(51,27,40)
#24131C
(36,19,28)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #AB5B88

#AB5B88
(171,91,136)
#B26992
(178,105,146)
#B9779C
(185,119,156)
#C085A6
(192,133,166)
#C793B0
(199,147,176)
#CEA1BA
(206,161,186)
#D5AFC4
(213,175,196)
#DCBDCE
(220,189,206)
#E3CBD8
(227,203,216)
#EAD9E2
(234,217,226)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5B88; }

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

This text font color is #AB5B88.

Background Color

.myBgColor { background-color: #AB5B88; }

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

This div background color is #AB5B88.

Border color

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

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

This div border color is #AB5B88.

Opacity

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

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

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

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

This text has shadow with #AB5B88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB5B88.

Preview

Color preview on black background

This text has color #AB5B88 on black background.


Color preview on white background

This text has color #AB5B88 on white background.


Black color preview on #AB5B88 background

This text has black color on #AB5B88 background.


White color preview on #AB5B88 background

This text has white color on #AB5B88 background.


Related colors

Complementary color

Complementary color for #hex is #54A477.


I love getcolorcode.com

Triadic colors

1 #88AB5B and #5B88AB with #AB5B88 are triadic colors.

2 #885BAB and #5BAB88 with #AB5B88 are triadic colors.