COLOR #AB8994

HEX: #AB8994
RGB: (171,137,148)

Color info

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

RGB color model

#AB8994 color RGB value is (171,137,148).

  • red value is 171;
  • green value is 137;
  • blue value is 148.
RGB:
(171,137,148)
(67%,54%,58%)

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 148 of 255 = 58%

171
137
148

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

Portions of RGB colors in percentages

R + G + B =
171 + 137 + 148 = 456 (100%)
R 171 of 456 ~ 37.5%
G 137 of 456 ~ 30.04%
B 148 of 456 ~ 32.46%

%37.5
%30.04
%32.46

CMYK color model

#AB8994 color CMYK value is (0,20,13,33).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 13.45%
  • key color value is 32.94%
CMYK:
(0,20,13,33)
C0M20Y13K33 
(0%,20%,13%,33%)
(0.00/0.20/0.13/0.33)	

CMYK percentages

%0
%19.88
%13.45
%32.94

Codes

Color #AB8994 in popluar color models

AB8994
RGB171137148
HSL341°16.83%60.39%
HSB/HSV341°19.88%67.06%
CMYK0.00%19.88%13.45%
32.94%

Color #AB8994 in popluar number systems.

HEXAB8994
Decimal171137148
Binary101010111000100110010100
Octal253211224

Shades and tints

Shades of #AB8994

#AB8994
(171,137,148)
#9C7D87
(156,125,135)
#8D717A
(141,113,122)
#7E656D
(126,101,109)
#6F5960
(111,89,96)
#604D53
(96,77,83)
#514146
(81,65,70)
#423539
(66,53,57)
#33292C
(51,41,44)
#241D1F
(36,29,31)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #AB8994

#AB8994
(171,137,148)
#B2939D
(178,147,157)
#B99DA6
(185,157,166)
#C0A7AF
(192,167,175)
#C7B1B8
(199,177,184)
#CEBBC1
(206,187,193)
#D5C5CA
(213,197,202)
#DCCFD3
(220,207,211)
#E3D9DC
(227,217,220)
#EAE3E5
(234,227,229)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8994 color. Also use rgb(171,137,148) instead hex code.

Text Font Color

.myTextColor { color: #AB8994; }

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

This text font color is #AB8994.


Background Color

.myBgColor { background-color: #AB8994; }

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

This div background color is #AB8994.


Border color

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

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

This div border color is #AB8994.


Opacity

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

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

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

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

This text has shadow with #AB8994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8994 on black background.


Color preview on white background

This text has color #AB8994 on white background.



Black color preview on #AB8994 background

This text has black color on #AB8994 background.


White color preview on #AB8994 background

This text has white color on #AB8994 background.