COLOR #AB5E86

HEX: #AB5E86
RGB: (171,94,134)

Color info

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

RGB color model

#AB5E86 color RGB value is (171,94,134).

  • red value is 171;
  • green value is 94;
  • blue value is 134.
RGB:
(171,94,134)
(67%,37%,53%)

RGB channels and saturation

R 171 of 255 = 67%
G 94 of 255 = 37%
B 134 of 255 = 53%

171
94
134

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

Portions of RGB colors in percentages

R + G + B =
171 + 94 + 134 = 399 (100%)
R 171 of 399 ~ 42.86%
G 94 of 399 ~ 23.56%
B 134 of 399 ~ 33.58%

%42.86
%23.56
%33.58

CMYK color model

#AB5E86 color CMYK value is (0,45,22,33).

  • cyan value is 0.00%
  • magenta value is 45.03%
  • yellow value is 21.64%
  • key color value is 32.94%
CMYK:
(0,45,22,33)
C0M45Y22K33 
(0%,45%,22%,33%)
(0.00/0.45/0.22/0.33)	

CMYK percentages

%0
%45.03
%21.64
%32.94

Codes

Color #AB5E86 in popluar color models

AB5E86
RGB17194134
HSL329°31.43%51.96%
HSB/HSV329°45.03%67.06%
CMYK0.00%45.03%21.64%
32.94%

Color #AB5E86 in popluar number systems.

HEXAB5E86
Decimal17194134
Binary10101011101111010000110
Octal253136206

Shades and tints

Shades of #AB5E86

#AB5E86
(171,94,134)
#9C567A
(156,86,122)
#8D4E6E
(141,78,110)
#7E4662
(126,70,98)
#6F3E56
(111,62,86)
#60364A
(96,54,74)
#512E3E
(81,46,62)
#422632
(66,38,50)
#331E26
(51,30,38)
#24161A
(36,22,26)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #AB5E86

#AB5E86
(171,94,134)
#B26C91
(178,108,145)
#B97A9C
(185,122,156)
#C088A7
(192,136,167)
#C796B2
(199,150,178)
#CEA4BD
(206,164,189)
#D5B2C8
(213,178,200)
#DCC0D3
(220,192,211)
#E3CEDE
(227,206,222)
#EADCE9
(234,220,233)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5E86 color. Also use rgb(171,94,134) instead hex code.

Text Font Color

.myTextColor { color: #AB5E86; }

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

This text font color is #AB5E86.


Background Color

.myBgColor { background-color: #AB5E86; }

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

This div background color is #AB5E86.


Border color

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

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

This div border color is #AB5E86.


Opacity

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

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

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

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

This text has shadow with #AB5E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5E86 on black background.


Color preview on white background

This text has color #AB5E86 on white background.



Black color preview on #AB5E86 background

This text has black color on #AB5E86 background.


White color preview on #AB5E86 background

This text has white color on #AB5E86 background.