COLOR #AB4C7D

HEX: #AB4C7D
RGB: (171,76,125)

Color info

#AB4C7D contains mainly red and blue colors. Web safe color of #AB4C7D is #993366 (or #936).

RGB color model

#AB4C7D color RGB value is (171,76,125).

  • red value is 171;
  • green value is 76;
  • blue value is 125.
RGB:
(171,76,125)
(67%,30%,49%)

RGB channels and saturation

R 171 of 255 = 67%
G 76 of 255 = 30%
B 125 of 255 = 49%

171
76
125

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

Portions of RGB colors in percentages

R + G + B =
171 + 76 + 125 = 372 (100%)
R 171 of 372 ~ 45.97%
G 76 of 372 ~ 20.43%
B 125 of 372 ~ 33.6%

%45.97
%20.43
%33.6

CMYK color model

#AB4C7D color CMYK value is (0,56,27,33).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 26.90%
  • key color value is 32.94%
CMYK:
(0,56,27,33)
C0M56Y27K33 
(0%,56%,27%,33%)
(0.00/0.56/0.27/0.33)	

CMYK percentages

%0
%55.56
%26.9
%32.94

Codes

Color #AB4C7D in popluar color models

AB4C7D
RGB17176125
HSL329°38.46%48.43%
HSB/HSV329°55.56%67.06%
CMYK0.00%55.56%26.90%
32.94%

Color #AB4C7D in popluar number systems.

HEXAB4C7D
Decimal17176125
Binary1010101110011001111101
Octal253114175

Shades and tints

Shades of #AB4C7D

#AB4C7D
(171,76,125)
#9C4672
(156,70,114)
#8D4067
(141,64,103)
#7E3A5C
(126,58,92)
#6F3451
(111,52,81)
#602E46
(96,46,70)
#51283B
(81,40,59)
#422230
(66,34,48)
#331C25
(51,28,37)
#24161A
(36,22,26)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #AB4C7D

#AB4C7D
(171,76,125)
#B25C88
(178,92,136)
#B96C93
(185,108,147)
#C07C9E
(192,124,158)
#C78CA9
(199,140,169)
#CE9CB4
(206,156,180)
#D5ACBF
(213,172,191)
#DCBCCA
(220,188,202)
#E3CCD5
(227,204,213)
#EADCE0
(234,220,224)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB4C7D color. Also use rgb(171,76,125) instead hex code.

Text Font Color

.myTextColor { color: #AB4C7D; }

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

This text font color is #AB4C7D.


Background Color

.myBgColor { background-color: #AB4C7D; }

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

This div background color is #AB4C7D.


Border color

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

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

This div border color is #AB4C7D.


Opacity

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

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

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

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

This text has shadow with #AB4C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4C7D on black background.


Color preview on white background

This text has color #AB4C7D on white background.



Black color preview on #AB4C7D background

This text has black color on #AB4C7D background.


White color preview on #AB4C7D background

This text has white color on #AB4C7D background.