COLOR #AB9D98

HEX: #AB9D98
RGB: (171,157,152)

Color info

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

RGB color model

#AB9D98 color RGB value is (171,157,152).

  • red value is 171;
  • green value is 157;
  • blue value is 152.
RGB:
(171,157,152)
(67%,62%,60%)

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 152 of 255 = 60%

171
157
152

R + G + B ~ 63%. #AB9D98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 157 + 152 = 480 (100%)
R 171 of 480 ~ 35.63%
G 157 of 480 ~ 32.71%
B 152 of 480 ~ 31.67%

%35.63
%32.71
%31.67

CMYK color model

#AB9D98 color CMYK value is (0,8,11,33).

  • cyan value is 0.00%
  • magenta value is 8.19%
  • yellow value is 11.11%
  • key color value is 32.94%
CMYK:
(0,8,11,33)
C0M8Y11K33 
(0%,8%,11%,33%)
(0.00/0.08/0.11/0.33)	

CMYK percentages

%0
%8.19
%11.11
%32.94

Codes

Color #AB9D98 in popluar color models

AB9D98
RGB171157152
HSL16°10.16%63.33%
HSB/HSV16°11.11%67.06%
CMYK0.00%8.19%11.11%
32.94%

Color #AB9D98 in popluar number systems.

HEXAB9D98
Decimal171157152
Binary101010111001110110011000
Octal253235230

Shades and tints

Shades of #AB9D98

#AB9D98
(171,157,152)
#9C8F8B
(156,143,139)
#8D817E
(141,129,126)
#7E7371
(126,115,113)
#6F6564
(111,101,100)
#605757
(96,87,87)
#51494A
(81,73,74)
#423B3D
(66,59,61)
#332D30
(51,45,48)
#241F23
(36,31,35)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #AB9D98

#AB9D98
(171,157,152)
#B2A5A1
(178,165,161)
#B9ADAA
(185,173,170)
#C0B5B3
(192,181,179)
#C7BDBC
(199,189,188)
#CEC5C5
(206,197,197)
#D5CDCE
(213,205,206)
#DCD5D7
(220,213,215)
#E3DDE0
(227,221,224)
#EAE5E9
(234,229,233)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9D98 color. Also use rgb(171,157,152) instead hex code.

Text Font Color

.myTextColor { color: #AB9D98; }

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

This text font color is #AB9D98.


Background Color

.myBgColor { background-color: #AB9D98; }

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

This div background color is #AB9D98.


Border color

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

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

This div border color is #AB9D98.


Opacity

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

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

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

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

This text has shadow with #AB9D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9D98 on black background.


Color preview on white background

This text has color #AB9D98 on white background.



Black color preview on #AB9D98 background

This text has black color on #AB9D98 background.


White color preview on #AB9D98 background

This text has white color on #AB9D98 background.