COLOR #AB8F94

HEX: #AB8F94
RGB: (171,143,148)

Color info

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

RGB color model

#AB8F94 color RGB value is (171,143,148).

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

RGB channels and saturation

R 171 of 255 = 67%
G 143 of 255 = 56%
B 148 of 255 = 58%

171
143
148

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

Portions of RGB colors in percentages

R + G + B =
171 + 143 + 148 = 462 (100%)
R 171 of 462 ~ 37.01%
G 143 of 462 ~ 30.95%
B 148 of 462 ~ 32.03%

%37.01
%30.95
%32.03

CMYK color model

#AB8F94 color CMYK value is (0,16,13,33).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 13.45%
  • key color value is 32.94%
CMYK:
(0,16,13,33)
C0M16Y13K33 
(0%,16%,13%,33%)
(0.00/0.16/0.13/0.33)	

CMYK percentages

%0
%16.37
%13.45
%32.94

Codes

Color #AB8F94 in popluar color models

AB8F94
RGB171143148
HSL349°14.29%61.57%
HSB/HSV349°16.37%67.06%
CMYK0.00%16.37%13.45%
32.94%

Color #AB8F94 in popluar number systems.

HEXAB8F94
Decimal171143148
Binary101010111000111110010100
Octal253217224

Shades and tints

Shades of #AB8F94

#AB8F94
(171,143,148)
#9C8287
(156,130,135)
#8D757A
(141,117,122)
#7E686D
(126,104,109)
#6F5B60
(111,91,96)
#604E53
(96,78,83)
#514146
(81,65,70)
#423439
(66,52,57)
#33272C
(51,39,44)
#241A1F
(36,26,31)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #AB8F94

#AB8F94
(171,143,148)
#B2999D
(178,153,157)
#B9A3A6
(185,163,166)
#C0ADAF
(192,173,175)
#C7B7B8
(199,183,184)
#CEC1C1
(206,193,193)
#D5CBCA
(213,203,202)
#DCD5D3
(220,213,211)
#E3DFDC
(227,223,220)
#EAE9E5
(234,233,229)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8F94; }

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

This text font color is #AB8F94.


Background Color

.myBgColor { background-color: #AB8F94; }

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

This div background color is #AB8F94.


Border color

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

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

This div border color is #AB8F94.


Opacity

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

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

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

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

This text has shadow with #AB8F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8F94 on black background.


Color preview on white background

This text has color #AB8F94 on white background.



Black color preview on #AB8F94 background

This text has black color on #AB8F94 background.


White color preview on #AB8F94 background

This text has white color on #AB8F94 background.