COLOR #AB4B7B

HEX: #AB4B7B
RGB: (171,75,123)

Color info

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

RGB color model

#AB4B7B color RGB value is (171,75,123).

  • red value is 171;
  • green value is 75;
  • blue value is 123.
RGB:
(171,75,123)
(67%,29%,48%)

RGB channels and saturation

R 171 of 255 = 67%
G 75 of 255 = 29%
B 123 of 255 = 48%

171
75
123

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

Portions of RGB colors in percentages

R + G + B =
171 + 75 + 123 = 369 (100%)
R 171 of 369 ~ 46.34%
G 75 of 369 ~ 20.33%
B 123 of 369 ~ 33.33%

%46.34
%20.33
%33.33

CMYK color model

#AB4B7B color CMYK value is (0,56,28,33).

  • cyan value is 0.00%
  • magenta value is 56.14%
  • yellow value is 28.07%
  • key color value is 32.94%
CMYK:
(0,56,28,33)
C0M56Y28K33 
(0%,56%,28%,33%)
(0.00/0.56/0.28/0.33)	

CMYK percentages

%0
%56.14
%28.07
%32.94

Codes

Color #AB4B7B in popluar color models

AB4B7B
RGB17175123
HSL330°39.02%48.24%
HSB/HSV330°56.14%67.06%
CMYK0.00%56.14%28.07%
32.94%

Color #AB4B7B in popluar number systems.

HEXAB4B7B
Decimal17175123
Binary1010101110010111111011
Octal253113173

Shades and tints

Shades of #AB4B7B

#AB4B7B
(171,75,123)
#9C4570
(156,69,112)
#8D3F65
(141,63,101)
#7E395A
(126,57,90)
#6F334F
(111,51,79)
#602D44
(96,45,68)
#512739
(81,39,57)
#42212E
(66,33,46)
#331B23
(51,27,35)
#241518
(36,21,24)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #AB4B7B

#AB4B7B
(171,75,123)
#B25B87
(178,91,135)
#B96B93
(185,107,147)
#C07B9F
(192,123,159)
#C78BAB
(199,139,171)
#CE9BB7
(206,155,183)
#D5ABC3
(213,171,195)
#DCBBCF
(220,187,207)
#E3CBDB
(227,203,219)
#EADBE7
(234,219,231)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB4B7B color. Also use rgb(171,75,123) instead hex code.

Text Font Color

.myTextColor { color: #AB4B7B; }

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

This text font color is #AB4B7B.


Background Color

.myBgColor { background-color: #AB4B7B; }

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

This div background color is #AB4B7B.


Border color

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

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

This div border color is #AB4B7B.


Opacity

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

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

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

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

This text has shadow with #AB4B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4B7B on black background.


Color preview on white background

This text has color #AB4B7B on white background.



Black color preview on #AB4B7B background

This text has black color on #AB4B7B background.


White color preview on #AB4B7B background

This text has white color on #AB4B7B background.