COLOR #AB5F7B

HEX: #AB5F7B
RGB: (171,95,123)

Color info

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

RGB color model

#AB5F7B color RGB value is (171,95,123).

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

RGB channels and saturation

R 171 of 255 = 67%
G 95 of 255 = 37%
B 123 of 255 = 48%

171
95
123

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

Portions of RGB colors in percentages

R + G + B =
171 + 95 + 123 = 389 (100%)
R 171 of 389 ~ 43.96%
G 95 of 389 ~ 24.42%
B 123 of 389 ~ 31.62%

%43.96
%24.42
%31.62

CMYK color model

#AB5F7B color CMYK value is (0,44,28,33).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 28.07%
  • key color value is 32.94%
CMYK:
(0,44,28,33)
C0M44Y28K33 
(0%,44%,28%,33%)
(0.00/0.44/0.28/0.33)	

CMYK percentages

%0
%44.44
%28.07
%32.94

Codes

Color #AB5F7B in popluar color models

AB5F7B
RGB17195123
HSL338°31.15%52.16%
HSB/HSV338°44.44%67.06%
CMYK0.00%44.44%28.07%
32.94%

Color #AB5F7B in popluar number systems.

HEXAB5F7B
Decimal17195123
Binary1010101110111111111011
Octal253137173

Shades and tints

Shades of #AB5F7B

#AB5F7B
(171,95,123)
#9C5770
(156,87,112)
#8D4F65
(141,79,101)
#7E475A
(126,71,90)
#6F3F4F
(111,63,79)
#603744
(96,55,68)
#512F39
(81,47,57)
#42272E
(66,39,46)
#331F23
(51,31,35)
#241718
(36,23,24)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #AB5F7B

#AB5F7B
(171,95,123)
#B26D87
(178,109,135)
#B97B93
(185,123,147)
#C0899F
(192,137,159)
#C797AB
(199,151,171)
#CEA5B7
(206,165,183)
#D5B3C3
(213,179,195)
#DCC1CF
(220,193,207)
#E3CFDB
(227,207,219)
#EADDE7
(234,221,231)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5F7B; }

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

This text font color is #AB5F7B.


Background Color

.myBgColor { background-color: #AB5F7B; }

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

This div background color is #AB5F7B.


Border color

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

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

This div border color is #AB5F7B.


Opacity

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

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

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

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

This text has shadow with #AB5F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5F7B on black background.


Color preview on white background

This text has color #AB5F7B on white background.



Black color preview on #AB5F7B background

This text has black color on #AB5F7B background.


White color preview on #AB5F7B background

This text has white color on #AB5F7B background.