COLOR #AB9CA0

HEX: #AB9CA0
RGB: (171,156,160)

Color info

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

RGB color model

#AB9CA0 color RGB value is (171,156,160).

  • red value is 171;
  • green value is 156;
  • blue value is 160.
RGB:
(171,156,160)
(67%,61%,63%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 160 of 255 = 63%

171
156
160

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

Portions of RGB colors in percentages

R + G + B =
171 + 156 + 160 = 487 (100%)
R 171 of 487 ~ 35.11%
G 156 of 487 ~ 32.03%
B 160 of 487 ~ 32.85%

%35.11
%32.03
%32.85

CMYK color model

#AB9CA0 color CMYK value is (0,9,6,33).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 6.43%
  • key color value is 32.94%
CMYK:
(0,9,6,33)
C0M9Y6K33 
(0%,9%,6%,33%)
(0.00/0.09/0.06/0.33)	

CMYK percentages

%0
%8.77
%6.43
%32.94

Codes

Color #AB9CA0 in popluar color models

AB9CA0
RGB171156160
HSL344°8.20%64.12%
HSB/HSV344°8.77%67.06%
CMYK0.00%8.77%6.43%
32.94%

Color #AB9CA0 in popluar number systems.

HEXAB9CA0
Decimal171156160
Binary101010111001110010100000
Octal253234240

Shades and tints

Shades of #AB9CA0

#AB9CA0
(171,156,160)
#9C8E92
(156,142,146)
#8D8084
(141,128,132)
#7E7276
(126,114,118)
#6F6468
(111,100,104)
#60565A
(96,86,90)
#51484C
(81,72,76)
#423A3E
(66,58,62)
#332C30
(51,44,48)
#241E22
(36,30,34)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #AB9CA0

#AB9CA0
(171,156,160)
#B2A5A8
(178,165,168)
#B9AEB0
(185,174,176)
#C0B7B8
(192,183,184)
#C7C0C0
(199,192,192)
#CEC9C8
(206,201,200)
#D5D2D0
(213,210,208)
#DCDBD8
(220,219,216)
#E3E4E0
(227,228,224)
#EAEDE8
(234,237,232)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9CA0; }

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

This text font color is #AB9CA0.


Background Color

.myBgColor { background-color: #AB9CA0; }

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

This div background color is #AB9CA0.


Border color

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

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

This div border color is #AB9CA0.


Opacity

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

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

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

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

This text has shadow with #AB9CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9CA0 on black background.


Color preview on white background

This text has color #AB9CA0 on white background.



Black color preview on #AB9CA0 background

This text has black color on #AB9CA0 background.


White color preview on #AB9CA0 background

This text has white color on #AB9CA0 background.