COLOR #AB7F99

HEX: #AB7F99
RGB: (171,127,153)

Color info

#AB7F99 contains red, green and blue colors in about the same proportion. Web safe color of #AB7F99 is #996699 (or #969).

RGB color model

#AB7F99 color RGB value is (171,127,153).

  • red value is 171;
  • green value is 127;
  • blue value is 153.
RGB:
(171,127,153)
(67%,50%,60%)

RGB channels and saturation

R 171 of 255 = 67%
G 127 of 255 = 50%
B 153 of 255 = 60%

171
127
153

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

Portions of RGB colors in percentages

R + G + B =
171 + 127 + 153 = 451 (100%)
R 171 of 451 ~ 37.92%
G 127 of 451 ~ 28.16%
B 153 of 451 ~ 33.92%

%37.92
%28.16
%33.92

CMYK color model

#AB7F99 color CMYK value is (0,26,11,33).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 10.53%
  • key color value is 32.94%
CMYK:
(0,26,11,33)
C0M26Y11K33 
(0%,26%,11%,33%)
(0.00/0.26/0.11/0.33)	

CMYK percentages

%0
%25.73
%10.53
%32.94

Codes

Color #AB7F99 in popluar color models

AB7F99
RGB171127153
HSL325°20.75%58.43%
HSB/HSV325°25.73%67.06%
CMYK0.00%25.73%10.53%
32.94%

Color #AB7F99 in popluar number systems.

HEXAB7F99
Decimal171127153
Binary10101011111111110011001
Octal253177231

Shades and tints

Shades of #AB7F99

#AB7F99
(171,127,153)
#9C748C
(156,116,140)
#8D697F
(141,105,127)
#7E5E72
(126,94,114)
#6F5365
(111,83,101)
#604858
(96,72,88)
#513D4B
(81,61,75)
#42323E
(66,50,62)
#332731
(51,39,49)
#241C24
(36,28,36)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #AB7F99

#AB7F99
(171,127,153)
#B28AA2
(178,138,162)
#B995AB
(185,149,171)
#C0A0B4
(192,160,180)
#C7ABBD
(199,171,189)
#CEB6C6
(206,182,198)
#D5C1CF
(213,193,207)
#DCCCD8
(220,204,216)
#E3D7E1
(227,215,225)
#EAE2EA
(234,226,234)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7F99 color. Also use rgb(171,127,153) instead hex code.

Text Font Color

.myTextColor { color: #AB7F99; }

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

This text font color is #AB7F99.


Background Color

.myBgColor { background-color: #AB7F99; }

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

This div background color is #AB7F99.


Border color

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

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

This div border color is #AB7F99.


Opacity

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

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

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

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

This text has shadow with #AB7F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7F99 on black background.


Color preview on white background

This text has color #AB7F99 on white background.



Black color preview on #AB7F99 background

This text has black color on #AB7F99 background.


White color preview on #AB7F99 background

This text has white color on #AB7F99 background.