COLOR #AB9E9A

HEX: #AB9E9A
RGB: (171,158,154)

Color info

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

RGB color model

#AB9E9A color RGB value is (171,158,154).

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

RGB channels and saturation

R 171 of 255 = 67%
G 158 of 255 = 62%
B 154 of 255 = 60%

171
158
154

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

Portions of RGB colors in percentages

R + G + B =
171 + 158 + 154 = 483 (100%)
R 171 of 483 ~ 35.4%
G 158 of 483 ~ 32.71%
B 154 of 483 ~ 31.88%

%35.4
%32.71
%31.88

CMYK color model

#AB9E9A color CMYK value is (0,8,10,33).

  • cyan value is 0.00%
  • magenta value is 7.60%
  • yellow value is 9.94%
  • key color value is 32.94%
CMYK:
(0,8,10,33)
C0M8Y10K33 
(0%,8%,10%,33%)
(0.00/0.08/0.10/0.33)	

CMYK percentages

%0
%7.6
%9.94
%32.94

Codes

Color #AB9E9A in popluar color models

AB9E9A
RGB171158154
HSL14°9.19%63.73%
HSB/HSV14°9.94%67.06%
CMYK0.00%7.60%9.94%
32.94%

Color #AB9E9A in popluar number systems.

HEXAB9E9A
Decimal171158154
Binary101010111001111010011010
Octal253236232

Shades and tints

Shades of #AB9E9A

#AB9E9A
(171,158,154)
#9C908C
(156,144,140)
#8D827E
(141,130,126)
#7E7470
(126,116,112)
#6F6662
(111,102,98)
#605854
(96,88,84)
#514A46
(81,74,70)
#423C38
(66,60,56)
#332E2A
(51,46,42)
#24201C
(36,32,28)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #AB9E9A

#AB9E9A
(171,158,154)
#B2A6A3
(178,166,163)
#B9AEAC
(185,174,172)
#C0B6B5
(192,182,181)
#C7BEBE
(199,190,190)
#CEC6C7
(206,198,199)
#D5CED0
(213,206,208)
#DCD6D9
(220,214,217)
#E3DEE2
(227,222,226)
#EAE6EB
(234,230,235)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9E9A; }

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

This text font color is #AB9E9A.


Background Color

.myBgColor { background-color: #AB9E9A; }

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

This div background color is #AB9E9A.


Border color

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

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

This div border color is #AB9E9A.


Opacity

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

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

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

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

This text has shadow with #AB9E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9E9A on black background.


Color preview on white background

This text has color #AB9E9A on white background.



Black color preview on #AB9E9A background

This text has black color on #AB9E9A background.


White color preview on #AB9E9A background

This text has white color on #AB9E9A background.