COLOR #ABB3A0

HEX: #ABB3A0
RGB: (171,179,160)

Color info

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

RGB color model

#ABB3A0 color RGB value is (171,179,160).

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

RGB channels and saturation

R 171 of 255 = 67%
G 179 of 255 = 70%
B 160 of 255 = 63%

171
179
160

R + G + B ~ 67%. #ABB3A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 179 + 160 = 510 (100%)
R 171 of 510 ~ 33.53%
G 179 of 510 ~ 35.1%
B 160 of 510 ~ 31.37%

%33.53
%35.1
%31.37

CMYK color model

#ABB3A0 color CMYK value is (4,0,11,30).

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 29.80%
CMYK:
(4,0,11,30)
C4M0Y11K30 
(4%,0%,11%,30%)
(0.04/0.00/0.11/0.30)	

CMYK percentages

%4.47
%0
%10.61
%29.8

Codes

Color #ABB3A0 in popluar color models

ABB3A0
RGB171179160
HSL85°11.11%66.47%
HSB/HSV85°10.61%70.20%
CMYK4.47%0.00%10.61%
29.80%

Color #ABB3A0 in popluar number systems.

HEXABB3A0
Decimal171179160
Binary101010111011001110100000
Octal253263240

Shades and tints

Shades of #ABB3A0

#ABB3A0
(171,179,160)
#9CA392
(156,163,146)
#8D9384
(141,147,132)
#7E8376
(126,131,118)
#6F7368
(111,115,104)
#60635A
(96,99,90)
#51534C
(81,83,76)
#42433E
(66,67,62)
#333330
(51,51,48)
#242322
(36,35,34)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #ABB3A0

#ABB3A0
(171,179,160)
#B2B9A8
(178,185,168)
#B9BFB0
(185,191,176)
#C0C5B8
(192,197,184)
#C7CBC0
(199,203,192)
#CED1C8
(206,209,200)
#D5D7D0
(213,215,208)
#DCDDD8
(220,221,216)
#E3E3E0
(227,227,224)
#EAE9E8
(234,233,232)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB3A0; }

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

This text font color is #ABB3A0.


Background Color

.myBgColor { background-color: #ABB3A0; }

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

This div background color is #ABB3A0.


Border color

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

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

This div border color is #ABB3A0.


Opacity

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

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

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

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

This text has shadow with #ABB3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB3A0 on black background.


Color preview on white background

This text has color #ABB3A0 on white background.



Black color preview on #ABB3A0 background

This text has black color on #ABB3A0 background.


White color preview on #ABB3A0 background

This text has white color on #ABB3A0 background.