COLOR #AB9B94

HEX: #AB9B94
RGB: (171,155,148)

Color info

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

RGB color model

#AB9B94 color RGB value is (171,155,148).

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

RGB channels and saturation

R 171 of 255 = 67%
G 155 of 255 = 61%
B 148 of 255 = 58%

171
155
148

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

Portions of RGB colors in percentages

R + G + B =
171 + 155 + 148 = 474 (100%)
R 171 of 474 ~ 36.08%
G 155 of 474 ~ 32.7%
B 148 of 474 ~ 31.22%

%36.08
%32.7
%31.22

CMYK color model

#AB9B94 color CMYK value is (0,9,13,33).

  • cyan value is 0.00%
  • magenta value is 9.36%
  • yellow value is 13.45%
  • key color value is 32.94%
CMYK:
(0,9,13,33)
C0M9Y13K33 
(0%,9%,13%,33%)
(0.00/0.09/0.13/0.33)	

CMYK percentages

%0
%9.36
%13.45
%32.94

Codes

Color #AB9B94 in popluar color models

AB9B94
RGB171155148
HSL18°12.04%62.55%
HSB/HSV18°13.45%67.06%
CMYK0.00%9.36%13.45%
32.94%

Color #AB9B94 in popluar number systems.

HEXAB9B94
Decimal171155148
Binary101010111001101110010100
Octal253233224

Shades and tints

Shades of #AB9B94

#AB9B94
(171,155,148)
#9C8D87
(156,141,135)
#8D7F7A
(141,127,122)
#7E716D
(126,113,109)
#6F6360
(111,99,96)
#605553
(96,85,83)
#514746
(81,71,70)
#423939
(66,57,57)
#332B2C
(51,43,44)
#241D1F
(36,29,31)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #AB9B94

#AB9B94
(171,155,148)
#B2A49D
(178,164,157)
#B9ADA6
(185,173,166)
#C0B6AF
(192,182,175)
#C7BFB8
(199,191,184)
#CEC8C1
(206,200,193)
#D5D1CA
(213,209,202)
#DCDAD3
(220,218,211)
#E3E3DC
(227,227,220)
#EAECE5
(234,236,229)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9B94; }

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

This text font color is #AB9B94.


Background Color

.myBgColor { background-color: #AB9B94; }

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

This div background color is #AB9B94.


Border color

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

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

This div border color is #AB9B94.


Opacity

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

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

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

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

This text has shadow with #AB9B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9B94 on black background.


Color preview on white background

This text has color #AB9B94 on white background.



Black color preview on #AB9B94 background

This text has black color on #AB9B94 background.


White color preview on #AB9B94 background

This text has white color on #AB9B94 background.