COLOR #ABAD9D

HEX: #ABAD9D
RGB: (171,173,157)

Color info

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

RGB color model

#ABAD9D color RGB value is (171,173,157).

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

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 157 of 255 = 62%

171
173
157

R + G + B ~ 66%. #ABAD9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 173 + 157 = 501 (100%)
R 171 of 501 ~ 34.13%
G 173 of 501 ~ 34.53%
B 157 of 501 ~ 31.34%

%34.13
%34.53
%31.34

CMYK color model

#ABAD9D color CMYK value is (1,0,9,32).

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(1,0,9,32)
C1M0Y9K32 
(1%,0%,9%,32%)
(0.01/0.00/0.09/0.32)	

CMYK percentages

%1.16
%0
%9.25
%32.16

Codes

Color #ABAD9D in popluar color models

ABAD9D
RGB171173157
HSL68°8.89%64.71%
HSB/HSV68°9.25%67.84%
CMYK1.16%0.00%9.25%
32.16%

Color #ABAD9D in popluar number systems.

HEXABAD9D
Decimal171173157
Binary101010111010110110011101
Octal253255235

Shades and tints

Shades of #ABAD9D

#ABAD9D
(171,173,157)
#9C9E8F
(156,158,143)
#8D8F81
(141,143,129)
#7E8073
(126,128,115)
#6F7165
(111,113,101)
#606257
(96,98,87)
#515349
(81,83,73)
#42443B
(66,68,59)
#33352D
(51,53,45)
#24261F
(36,38,31)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #ABAD9D

#ABAD9D
(171,173,157)
#B2B4A5
(178,180,165)
#B9BBAD
(185,187,173)
#C0C2B5
(192,194,181)
#C7C9BD
(199,201,189)
#CED0C5
(206,208,197)
#D5D7CD
(213,215,205)
#DCDED5
(220,222,213)
#E3E5DD
(227,229,221)
#EAECE5
(234,236,229)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAD9D; }

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

This text font color is #ABAD9D.


Background Color

.myBgColor { background-color: #ABAD9D; }

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

This div background color is #ABAD9D.


Border color

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

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

This div border color is #ABAD9D.


Opacity

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

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

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

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

This text has shadow with #ABAD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAD9D on black background.


Color preview on white background

This text has color #ABAD9D on white background.



Black color preview on #ABAD9D background

This text has black color on #ABAD9D background.


White color preview on #ABAD9D background

This text has white color on #ABAD9D background.