COLOR #AB879F

HEX: #AB879F
RGB: (171,135,159)

Color info

#AB879F contains red, green and blue colors in about the same proportion. Web safe color of #AB879F is #999999 (or #999).

RGB color model

#AB879F color RGB value is (171,135,159).

  • red value is 171;
  • green value is 135;
  • blue value is 159.
RGB:
(171,135,159)
(67%,53%,62%)

RGB channels and saturation

R 171 of 255 = 67%
G 135 of 255 = 53%
B 159 of 255 = 62%

171
135
159

R + G + B ~ 61%. #AB879F is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 135 + 159 = 465 (100%)
R 171 of 465 ~ 36.77%
G 135 of 465 ~ 29.03%
B 159 of 465 ~ 34.19%

%36.77
%29.03
%34.19

CMYK color model

#AB879F color CMYK value is (0,21,7,33).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 7.02%
  • key color value is 32.94%
CMYK:
(0,21,7,33)
C0M21Y7K33 
(0%,21%,7%,33%)
(0.00/0.21/0.07/0.33)	

CMYK percentages

%0
%21.05
%7.02
%32.94

Codes

Color #AB879F in popluar color models

AB879F
RGB171135159
HSL320°17.65%60.00%
HSB/HSV320°21.05%67.06%
CMYK0.00%21.05%7.02%
32.94%

Color #AB879F in popluar number systems.

HEXAB879F
Decimal171135159
Binary101010111000011110011111
Octal253207237

Shades and tints

Shades of #AB879F

#AB879F
(171,135,159)
#9C7B91
(156,123,145)
#8D6F83
(141,111,131)
#7E6375
(126,99,117)
#6F5767
(111,87,103)
#604B59
(96,75,89)
#513F4B
(81,63,75)
#42333D
(66,51,61)
#33272F
(51,39,47)
#241B21
(36,27,33)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #AB879F

#AB879F
(171,135,159)
#B291A7
(178,145,167)
#B99BAF
(185,155,175)
#C0A5B7
(192,165,183)
#C7AFBF
(199,175,191)
#CEB9C7
(206,185,199)
#D5C3CF
(213,195,207)
#DCCDD7
(220,205,215)
#E3D7DF
(227,215,223)
#EAE1E7
(234,225,231)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB879F color. Also use rgb(171,135,159) instead hex code.

Text Font Color

.myTextColor { color: #AB879F; }

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

This text font color is #AB879F.


Background Color

.myBgColor { background-color: #AB879F; }

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

This div background color is #AB879F.


Border color

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

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

This div border color is #AB879F.


Opacity

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

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

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

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

This text has shadow with #AB879F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB879F on black background.


Color preview on white background

This text has color #AB879F on white background.



Black color preview on #AB879F background

This text has black color on #AB879F background.


White color preview on #AB879F background

This text has white color on #AB879F background.