COLOR #AB4E71

HEX: #AB4E71
RGB: (171,78,113)

Color info

#AB4E71 contains mainly red and blue colors. Web safe color of #AB4E71 is #996666 (or #966).

RGB color model

#AB4E71 color RGB value is (171,78,113).

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

RGB channels and saturation

R 171 of 255 = 67%
G 78 of 255 = 31%
B 113 of 255 = 44%

171
78
113

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

Portions of RGB colors in percentages

R + G + B =
171 + 78 + 113 = 362 (100%)
R 171 of 362 ~ 47.24%
G 78 of 362 ~ 21.55%
B 113 of 362 ~ 31.22%

%47.24
%21.55
%31.22

CMYK color model

#AB4E71 color CMYK value is (0,54,34,33).

  • cyan value is 0.00%
  • magenta value is 54.39%
  • yellow value is 33.92%
  • key color value is 32.94%
CMYK:
(0,54,34,33)
C0M54Y34K33 
(0%,54%,34%,33%)
(0.00/0.54/0.34/0.33)	

CMYK percentages

%0
%54.39
%33.92
%32.94

Codes

Color #AB4E71 in popluar color models

AB4E71
RGB17178113
HSL337°37.35%48.82%
HSB/HSV337°54.39%67.06%
CMYK0.00%54.39%33.92%
32.94%

Color #AB4E71 in popluar number systems.

HEXAB4E71
Decimal17178113
Binary1010101110011101110001
Octal253116161

Shades and tints

Shades of #AB4E71

#AB4E71
(171,78,113)
#9C4767
(156,71,103)
#8D405D
(141,64,93)
#7E3953
(126,57,83)
#6F3249
(111,50,73)
#602B3F
(96,43,63)
#512435
(81,36,53)
#421D2B
(66,29,43)
#331621
(51,22,33)
#240F17
(36,15,23)
#15080D
(21,8,13)
#000000
(0,0,0)

Tints of #AB4E71

#AB4E71
(171,78,113)
#B25E7D
(178,94,125)
#B96E89
(185,110,137)
#C07E95
(192,126,149)
#C78EA1
(199,142,161)
#CE9EAD
(206,158,173)
#D5AEB9
(213,174,185)
#DCBEC5
(220,190,197)
#E3CED1
(227,206,209)
#EADEDD
(234,222,221)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB4E71; }

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

This text font color is #AB4E71.


Background Color

.myBgColor { background-color: #AB4E71; }

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

This div background color is #AB4E71.


Border color

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

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

This div border color is #AB4E71.


Opacity

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

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

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

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

This text has shadow with #AB4E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4E71 on black background.


Color preview on white background

This text has color #AB4E71 on white background.



Black color preview on #AB4E71 background

This text has black color on #AB4E71 background.


White color preview on #AB4E71 background

This text has white color on #AB4E71 background.