COLOR #ABAD8B

HEX: #ABAD8B
RGB: (171,173,139)

Color info

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

RGB color model

#ABAD8B color RGB value is (171,173,139).

  • red value is 171;
  • green value is 173;
  • blue value is 139.
RGB:
(171,173,139)
(67%,68%,55%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 139 of 255 = 55%

171
173
139

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

Portions of RGB colors in percentages

R + G + B =
171 + 173 + 139 = 483 (100%)
R 171 of 483 ~ 35.4%
G 173 of 483 ~ 35.82%
B 139 of 483 ~ 28.78%

%35.4
%35.82
%28.78

CMYK color model

#ABAD8B color CMYK value is (1,0,20,32).

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 19.65%
  • key color value is 32.16%
CMYK:
(1,0,20,32)
C1M0Y20K32 
(1%,0%,20%,32%)
(0.01/0.00/0.20/0.32)	

CMYK percentages

%1.16
%0
%19.65
%32.16

Codes

Color #ABAD8B in popluar color models

ABAD8B
RGB171173139
HSL64°17.17%61.18%
HSB/HSV64°19.65%67.84%
CMYK1.16%0.00%19.65%
32.16%

Color #ABAD8B in popluar number systems.

HEXABAD8B
Decimal171173139
Binary101010111010110110001011
Octal253255213

Shades and tints

Shades of #ABAD8B

#ABAD8B
(171,173,139)
#9C9E7F
(156,158,127)
#8D8F73
(141,143,115)
#7E8067
(126,128,103)
#6F715B
(111,113,91)
#60624F
(96,98,79)
#515343
(81,83,67)
#424437
(66,68,55)
#33352B
(51,53,43)
#24261F
(36,38,31)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #ABAD8B

#ABAD8B
(171,173,139)
#B2B495
(178,180,149)
#B9BB9F
(185,187,159)
#C0C2A9
(192,194,169)
#C7C9B3
(199,201,179)
#CED0BD
(206,208,189)
#D5D7C7
(213,215,199)
#DCDED1
(220,222,209)
#E3E5DB
(227,229,219)
#EAECE5
(234,236,229)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAD8B color. Also use rgb(171,173,139) instead hex code.

Text Font Color

.myTextColor { color: #ABAD8B; }

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

This text font color is #ABAD8B.


Background Color

.myBgColor { background-color: #ABAD8B; }

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

This div background color is #ABAD8B.


Border color

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

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

This div border color is #ABAD8B.


Opacity

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

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

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

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

This text has shadow with #ABAD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAD8B on black background.


Color preview on white background

This text has color #ABAD8B on white background.



Black color preview on #ABAD8B background

This text has black color on #ABAD8B background.


White color preview on #ABAD8B background

This text has white color on #ABAD8B background.