COLOR #AB9A97

HEX: #AB9A97
RGB: (171,154,151)

Color info

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

RGB color model

#AB9A97 color RGB value is (171,154,151).

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

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 151 of 255 = 59%

171
154
151

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

Portions of RGB colors in percentages

R + G + B =
171 + 154 + 151 = 476 (100%)
R 171 of 476 ~ 35.92%
G 154 of 476 ~ 32.35%
B 151 of 476 ~ 31.72%

%35.92
%32.35
%31.72

CMYK color model

#AB9A97 color CMYK value is (0,10,12,33).

  • cyan value is 0.00%
  • magenta value is 9.94%
  • yellow value is 11.70%
  • key color value is 32.94%
CMYK:
(0,10,12,33)
C0M10Y12K33 
(0%,10%,12%,33%)
(0.00/0.10/0.12/0.33)	

CMYK percentages

%0
%9.94
%11.7
%32.94

Codes

Color #AB9A97 in popluar color models

AB9A97
RGB171154151
HSL10.64%63.14%
HSB/HSV11.70%67.06%
CMYK0.00%9.94%11.70%
32.94%

Color #AB9A97 in popluar number systems.

HEXAB9A97
Decimal171154151
Binary101010111001101010010111
Octal253232227

Shades and tints

Shades of #AB9A97

#AB9A97
(171,154,151)
#9C8C8A
(156,140,138)
#8D7E7D
(141,126,125)
#7E7070
(126,112,112)
#6F6263
(111,98,99)
#605456
(96,84,86)
#514649
(81,70,73)
#42383C
(66,56,60)
#332A2F
(51,42,47)
#241C22
(36,28,34)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #AB9A97

#AB9A97
(171,154,151)
#B2A3A0
(178,163,160)
#B9ACA9
(185,172,169)
#C0B5B2
(192,181,178)
#C7BEBB
(199,190,187)
#CEC7C4
(206,199,196)
#D5D0CD
(213,208,205)
#DCD9D6
(220,217,214)
#E3E2DF
(227,226,223)
#EAEBE8
(234,235,232)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9A97; }

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

This text font color is #AB9A97.


Background Color

.myBgColor { background-color: #AB9A97; }

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

This div background color is #AB9A97.


Border color

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

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

This div border color is #AB9A97.


Opacity

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

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

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

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

This text has shadow with #AB9A97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9A97 on black background.


Color preview on white background

This text has color #AB9A97 on white background.



Black color preview on #AB9A97 background

This text has black color on #AB9A97 background.


White color preview on #AB9A97 background

This text has white color on #AB9A97 background.