COLOR #AB4E88

HEX: #AB4E88
RGB: (171,78,136)

Color info

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

RGB color model

#AB4E88 color RGB value is (171,78,136).

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

RGB channels and saturation

R 171 of 255 = 67%
G 78 of 255 = 31%
B 136 of 255 = 53%

171
78
136

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

Portions of RGB colors in percentages

R + G + B =
171 + 78 + 136 = 385 (100%)
R 171 of 385 ~ 44.42%
G 78 of 385 ~ 20.26%
B 136 of 385 ~ 35.32%

%44.42
%20.26
%35.32

CMYK color model

#AB4E88 color CMYK value is (0,54,20,33).

  • cyan value is 0.00%
  • magenta value is 54.39%
  • yellow value is 20.47%
  • key color value is 32.94%
CMYK:
(0,54,20,33)
C0M54Y20K33 
(0%,54%,20%,33%)
(0.00/0.54/0.20/0.33)	

CMYK percentages

%0
%54.39
%20.47
%32.94

Codes

Color #AB4E88 in popluar color models

AB4E88
RGB17178136
HSL323°37.35%48.82%
HSB/HSV323°54.39%67.06%
CMYK0.00%54.39%20.47%
32.94%

Color #AB4E88 in popluar number systems.

HEXAB4E88
Decimal17178136
Binary10101011100111010001000
Octal253116210

Shades and tints

Shades of #AB4E88

#AB4E88
(171,78,136)
#9C477C
(156,71,124)
#8D4070
(141,64,112)
#7E3964
(126,57,100)
#6F3258
(111,50,88)
#602B4C
(96,43,76)
#512440
(81,36,64)
#421D34
(66,29,52)
#331628
(51,22,40)
#240F1C
(36,15,28)
#150810
(21,8,16)
#000000
(0,0,0)

Tints of #AB4E88

#AB4E88
(171,78,136)
#B25E92
(178,94,146)
#B96E9C
(185,110,156)
#C07EA6
(192,126,166)
#C78EB0
(199,142,176)
#CE9EBA
(206,158,186)
#D5AEC4
(213,174,196)
#DCBECE
(220,190,206)
#E3CED8
(227,206,216)
#EADEE2
(234,222,226)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB4E88; }

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

This text font color is #AB4E88.


Background Color

.myBgColor { background-color: #AB4E88; }

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

This div background color is #AB4E88.


Border color

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

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

This div border color is #AB4E88.


Opacity

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

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

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

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

This text has shadow with #AB4E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4E88 on black background.


Color preview on white background

This text has color #AB4E88 on white background.



Black color preview on #AB4E88 background

This text has black color on #AB4E88 background.


White color preview on #AB4E88 background

This text has white color on #AB4E88 background.