COLOR #AB2E57

HEX: #AB2E57
RGB: (171,46,87)

Color info

#AB2E57 contains mainly red color. Web safe color of #AB2E57 is #993366 (or #936).

RGB color model

#AB2E57 color RGB value is (171,46,87).

  • red value is 171;
  • green value is 46;
  • blue value is 87.
RGB:
(171,46,87)
(67%,18%,34%)

RGB channels and saturation

R 171 of 255 = 67%
G 46 of 255 = 18%
B 87 of 255 = 34%

171
46
87

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

Portions of RGB colors in percentages

R + G + B =
171 + 46 + 87 = 304 (100%)
R 171 of 304 ~ 56.25%
G 46 of 304 ~ 15.13%
B 87 of 304 ~ 28.62%

%56.25
%15.13
%28.62

CMYK color model

#AB2E57 color CMYK value is (0,73,49,33).

  • cyan value is 0.00%
  • magenta value is 73.10%
  • yellow value is 49.12%
  • key color value is 32.94%
CMYK:
(0,73,49,33)
C0M73Y49K33 
(0%,73%,49%,33%)
(0.00/0.73/0.49/0.33)	

CMYK percentages

%0
%73.1
%49.12
%32.94

Codes

Color #AB2E57 in popluar color models

AB2E57
RGB1714687
HSL340°57.60%42.55%
HSB/HSV340°73.10%67.06%
CMYK0.00%73.10%49.12%
32.94%

Color #AB2E57 in popluar number systems.

HEXAB2E57
Decimal1714687
Binary101010111011101010111
Octal25356127

Shades and tints

Shades of #AB2E57

#AB2E57
(171,46,87)
#9C2A50
(156,42,80)
#8D2649
(141,38,73)
#7E2242
(126,34,66)
#6F1E3B
(111,30,59)
#601A34
(96,26,52)
#51162D
(81,22,45)
#421226
(66,18,38)
#330E1F
(51,14,31)
#240A18
(36,10,24)
#150611
(21,6,17)
#000000
(0,0,0)

Tints of #AB2E57

#AB2E57
(171,46,87)
#B24166
(178,65,102)
#B95475
(185,84,117)
#C06784
(192,103,132)
#C77A93
(199,122,147)
#CE8DA2
(206,141,162)
#D5A0B1
(213,160,177)
#DCB3C0
(220,179,192)
#E3C6CF
(227,198,207)
#EAD9DE
(234,217,222)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB2E57 color. Also use rgb(171,46,87) instead hex code.

Text Font Color

.myTextColor { color: #AB2E57; }

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

This text font color is #AB2E57.


Background Color

.myBgColor { background-color: #AB2E57; }

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

This div background color is #AB2E57.


Border color

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

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

This div border color is #AB2E57.


Opacity

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

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

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

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

This text has shadow with #AB2E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB2E57 on black background.


Color preview on white background

This text has color #AB2E57 on white background.



Black color preview on #AB2E57 background

This text has black color on #AB2E57 background.


White color preview on #AB2E57 background

This text has white color on #AB2E57 background.