COLOR #AB9A94

HEX: #AB9A94
RGB: (171,154,148)

Color info

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

RGB color model

#AB9A94 color RGB value is (171,154,148).

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

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 148 of 255 = 58%

171
154
148

R + G + B ~ 62%. #AB9A94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 154 + 148 = 473 (100%)
R 171 of 473 ~ 36.15%
G 154 of 473 ~ 32.56%
B 148 of 473 ~ 31.29%

%36.15
%32.56
%31.29

CMYK color model

#AB9A94 color CMYK value is (0,10,13,33).

  • cyan value is 0.00%
  • magenta value is 9.94%
  • yellow value is 13.45%
  • key color value is 32.94%
CMYK:
(0,10,13,33)
C0M10Y13K33 
(0%,10%,13%,33%)
(0.00/0.10/0.13/0.33)	

CMYK percentages

%0
%9.94
%13.45
%32.94

Codes

Color #AB9A94 in popluar color models

AB9A94
RGB171154148
HSL16°12.04%62.55%
HSB/HSV16°13.45%67.06%
CMYK0.00%9.94%13.45%
32.94%

Color #AB9A94 in popluar number systems.

HEXAB9A94
Decimal171154148
Binary101010111001101010010100
Octal253232224

Shades and tints

Shades of #AB9A94

#AB9A94
(171,154,148)
#9C8C87
(156,140,135)
#8D7E7A
(141,126,122)
#7E706D
(126,112,109)
#6F6260
(111,98,96)
#605453
(96,84,83)
#514646
(81,70,70)
#423839
(66,56,57)
#332A2C
(51,42,44)
#241C1F
(36,28,31)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #AB9A94

#AB9A94
(171,154,148)
#B2A39D
(178,163,157)
#B9ACA6
(185,172,166)
#C0B5AF
(192,181,175)
#C7BEB8
(199,190,184)
#CEC7C1
(206,199,193)
#D5D0CA
(213,208,202)
#DCD9D3
(220,217,211)
#E3E2DC
(227,226,220)
#EAEBE5
(234,235,229)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9A94; }

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

This text font color is #AB9A94.


Background Color

.myBgColor { background-color: #AB9A94; }

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

This div background color is #AB9A94.


Border color

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

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

This div border color is #AB9A94.


Opacity

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

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

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

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

This text has shadow with #AB9A94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9A94 on black background.


Color preview on white background

This text has color #AB9A94 on white background.



Black color preview on #AB9A94 background

This text has black color on #AB9A94 background.


White color preview on #AB9A94 background

This text has white color on #AB9A94 background.