COLOR #AB9EA1

HEX: #AB9EA1
RGB: (171,158,161)

Color info

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

RGB color model

#AB9EA1 color RGB value is (171,158,161).

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

RGB channels and saturation

R 171 of 255 = 67%
G 158 of 255 = 62%
B 161 of 255 = 63%

171
158
161

R + G + B ~ 64%. #AB9EA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 158 + 161 = 490 (100%)
R 171 of 490 ~ 34.9%
G 158 of 490 ~ 32.24%
B 161 of 490 ~ 32.86%

%34.9
%32.24
%32.86

CMYK color model

#AB9EA1 color CMYK value is (0,8,6,33).

  • cyan value is 0.00%
  • magenta value is 7.60%
  • yellow value is 5.85%
  • key color value is 32.94%
CMYK:
(0,8,6,33)
C0M8Y6K33 
(0%,8%,6%,33%)
(0.00/0.08/0.06/0.33)	

CMYK percentages

%0
%7.6
%5.85
%32.94

Codes

Color #AB9EA1 in popluar color models

AB9EA1
RGB171158161
HSL346°7.18%64.51%
HSB/HSV346°7.60%67.06%
CMYK0.00%7.60%5.85%
32.94%

Color #AB9EA1 in popluar number systems.

HEXAB9EA1
Decimal171158161
Binary101010111001111010100001
Octal253236241

Shades and tints

Shades of #AB9EA1

#AB9EA1
(171,158,161)
#9C9093
(156,144,147)
#8D8285
(141,130,133)
#7E7477
(126,116,119)
#6F6669
(111,102,105)
#60585B
(96,88,91)
#514A4D
(81,74,77)
#423C3F
(66,60,63)
#332E31
(51,46,49)
#242023
(36,32,35)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #AB9EA1

#AB9EA1
(171,158,161)
#B2A6A9
(178,166,169)
#B9AEB1
(185,174,177)
#C0B6B9
(192,182,185)
#C7BEC1
(199,190,193)
#CEC6C9
(206,198,201)
#D5CED1
(213,206,209)
#DCD6D9
(220,214,217)
#E3DEE1
(227,222,225)
#EAE6E9
(234,230,233)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9EA1; }

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

This text font color is #AB9EA1.


Background Color

.myBgColor { background-color: #AB9EA1; }

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

This div background color is #AB9EA1.


Border color

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

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

This div border color is #AB9EA1.


Opacity

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

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

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

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

This text has shadow with #AB9EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9EA1 on black background.


Color preview on white background

This text has color #AB9EA1 on white background.



Black color preview on #AB9EA1 background

This text has black color on #AB9EA1 background.


White color preview on #AB9EA1 background

This text has white color on #AB9EA1 background.