COLOR #AB9EA0

HEX: #AB9EA0 RGB: (171,158,160)

Color info

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

RGB color model

#AB9EA0 color RGB value is (171,158,160).

RGB: (171,158,160) (67%, 62%, 63%)

RGB channels and saturation

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

171
158
160

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

Portions of RGB colors in percentages

R + G + B = 171 + 158 + 160 = 489 (100%)
R 171 of 489 ~ 34.97%
G 158 of 489 ~ 32.31%
B 160 of 489 ~ 32.72'%

%34.97
%32.31
%32.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.60%
  • yellow value is 6.43%
  • 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
%6.43
%32.94

Codes

Color #AB9EA0 in popluar color models

AB 9E A0
RGB 171 158 160
HSL 351° 7.18% 64.51%
HSB/HSV 351° 7.60% 67.06%
CMYK 0.00% 7.60% 6.43%
32.94%

Color #AB9EA0 in popluar number systems.

HEX AB 9E A0
Decimal 171 158 160
Binary 10101011 10011110 10100000
Octal 253 236 240

Shades and tints

Shades of #AB9EA0

#AB9EA0
(171,158,160)
#9C9092
(156,144,146)
#8D8284
(141,130,132)
#7E7476
(126,116,118)
#6F6668
(111,102,104)
#60585A
(96,88,90)
#514A4C
(81,74,76)
#423C3E
(66,60,62)
#332E30
(51,46,48)
#242022
(36,32,34)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #AB9EA0

#AB9EA0
(171,158,160)
#B2A6A8
(178,166,168)
#B9AEB0
(185,174,176)
#C0B6B8
(192,182,184)
#C7BEC0
(199,190,192)
#CEC6C8
(206,198,200)
#D5CED0
(213,206,208)
#DCD6D8
(220,214,216)
#E3DEE0
(227,222,224)
#EAE6E8
(234,230,232)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9EA0; }

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

This text font color is #AB9EA0.

Background Color

.myBgColor { background-color: #AB9EA0; }

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

This div background color is #AB9EA0.

Border color

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

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

This div border color is #AB9EA0.

Opacity

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

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

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

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

This text has shadow with #AB9EA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9EA0.

Preview

Color preview on black background

This text has color #AB9EA0 on black background.


Color preview on white background

This text has color #AB9EA0 on white background.


Black color preview on #AB9EA0 background

This text has black color on #AB9EA0 background.


White color preview on #AB9EA0 background

This text has white color on #AB9EA0 background.


Related colors

Complementary color

Complementary color for #hex is #54615F.


I love getcolorcode.com

Triadic colors

1 #A0AB9E and #9EA0AB with #AB9EA0 are triadic colors.

2 #A09EAB and #9EABA0 with #AB9EA0 are triadic colors.