COLOR #AB9397

HEX: #AB9397
RGB: (171,147,151)

Color info

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

RGB color model

#AB9397 color RGB value is (171,147,151).

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

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 151 of 255 = 59%

171
147
151

R + G + B ~ 61%. #AB9397 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 151 = 469 (100%)
R 171 of 469 ~ 36.46%
G 147 of 469 ~ 31.34%
B 151 of 469 ~ 32.2%

%36.46
%31.34
%32.2

CMYK color model

#AB9397 color CMYK value is (0,14,12,33).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 11.70%
  • key color value is 32.94%
CMYK:
(0,14,12,33)
C0M14Y12K33 
(0%,14%,12%,33%)
(0.00/0.14/0.12/0.33)	

CMYK percentages

%0
%14.04
%11.7
%32.94

Codes

Color #AB9397 in popluar color models

AB9397
RGB171147151
HSL350°12.50%62.35%
HSB/HSV350°14.04%67.06%
CMYK0.00%14.04%11.70%
32.94%

Color #AB9397 in popluar number systems.

HEXAB9397
Decimal171147151
Binary101010111001001110010111
Octal253223227

Shades and tints

Shades of #AB9397

#AB9397
(171,147,151)
#9C868A
(156,134,138)
#8D797D
(141,121,125)
#7E6C70
(126,108,112)
#6F5F63
(111,95,99)
#605256
(96,82,86)
#514549
(81,69,73)
#42383C
(66,56,60)
#332B2F
(51,43,47)
#241E22
(36,30,34)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #AB9397

#AB9397
(171,147,151)
#B29CA0
(178,156,160)
#B9A5A9
(185,165,169)
#C0AEB2
(192,174,178)
#C7B7BB
(199,183,187)
#CEC0C4
(206,192,196)
#D5C9CD
(213,201,205)
#DCD2D6
(220,210,214)
#E3DBDF
(227,219,223)
#EAE4E8
(234,228,232)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9397; }

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

This text font color is #AB9397.


Background Color

.myBgColor { background-color: #AB9397; }

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

This div background color is #AB9397.


Border color

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

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

This div border color is #AB9397.


Opacity

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

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

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

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

This text has shadow with #AB9397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9397 on black background.


Color preview on white background

This text has color #AB9397 on white background.



Black color preview on #AB9397 background

This text has black color on #AB9397 background.


White color preview on #AB9397 background

This text has white color on #AB9397 background.