COLOR #AB989E

HEX: #AB989E
RGB: (171,152,158)

Color info

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

RGB color model

#AB989E color RGB value is (171,152,158).

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

RGB channels and saturation

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

171
152
158

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

Portions of RGB colors in percentages

R + G + B =
171 + 152 + 158 = 481 (100%)
R 171 of 481 ~ 35.55%
G 152 of 481 ~ 31.6%
B 158 of 481 ~ 32.85%

%35.55
%31.6
%32.85

CMYK color model

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

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

CMYK percentages

%0
%11.11
%7.6
%32.94

Codes

Color #AB989E in popluar color models

AB989E
RGB171152158
HSL341°10.16%63.33%
HSB/HSV341°11.11%67.06%
CMYK0.00%11.11%7.60%
32.94%

Color #AB989E in popluar number systems.

HEXAB989E
Decimal171152158
Binary101010111001100010011110
Octal253230236

Shades and tints

Shades of #AB989E

#AB989E
(171,152,158)
#9C8B90
(156,139,144)
#8D7E82
(141,126,130)
#7E7174
(126,113,116)
#6F6466
(111,100,102)
#605758
(96,87,88)
#514A4A
(81,74,74)
#423D3C
(66,61,60)
#33302E
(51,48,46)
#242320
(36,35,32)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #AB989E

#AB989E
(171,152,158)
#B2A1A6
(178,161,166)
#B9AAAE
(185,170,174)
#C0B3B6
(192,179,182)
#C7BCBE
(199,188,190)
#CEC5C6
(206,197,198)
#D5CECE
(213,206,206)
#DCD7D6
(220,215,214)
#E3E0DE
(227,224,222)
#EAE9E6
(234,233,230)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB989E; }

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

This text font color is #AB989E.


Background Color

.myBgColor { background-color: #AB989E; }

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

This div background color is #AB989E.


Border color

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

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

This div border color is #AB989E.


Opacity

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

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

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

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

This text has shadow with #AB989E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB989E on black background.


Color preview on white background

This text has color #AB989E on white background.



Black color preview on #AB989E background

This text has black color on #AB989E background.


White color preview on #AB989E background

This text has white color on #AB989E background.