COLOR #ABAD82

HEX: #ABAD82
RGB: (171,173,130)

Color info

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

RGB color model

#ABAD82 color RGB value is (171,173,130).

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

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 130 of 255 = 51%

171
173
130

R + G + B ~ 62%. #ABAD82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 173 + 130 = 474 (100%)
R 171 of 474 ~ 36.08%
G 173 of 474 ~ 36.5%
B 130 of 474 ~ 27.43%

%36.08
%36.5
%27.43

CMYK color model

#ABAD82 color CMYK value is (1,0,25,32).

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 32.16%
CMYK:
(1,0,25,32)
C1M0Y25K32 
(1%,0%,25%,32%)
(0.01/0.00/0.25/0.32)	

CMYK percentages

%1.16
%0
%24.86
%32.16

Codes

Color #ABAD82 in popluar color models

ABAD82
RGB171173130
HSL63°20.77%59.41%
HSB/HSV63°24.86%67.84%
CMYK1.16%0.00%24.86%
32.16%

Color #ABAD82 in popluar number systems.

HEXABAD82
Decimal171173130
Binary101010111010110110000010
Octal253255202

Shades and tints

Shades of #ABAD82

#ABAD82
(171,173,130)
#9C9E77
(156,158,119)
#8D8F6C
(141,143,108)
#7E8061
(126,128,97)
#6F7156
(111,113,86)
#60624B
(96,98,75)
#515340
(81,83,64)
#424435
(66,68,53)
#33352A
(51,53,42)
#24261F
(36,38,31)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABAD82

#ABAD82
(171,173,130)
#B2B48D
(178,180,141)
#B9BB98
(185,187,152)
#C0C2A3
(192,194,163)
#C7C9AE
(199,201,174)
#CED0B9
(206,208,185)
#D5D7C4
(213,215,196)
#DCDECF
(220,222,207)
#E3E5DA
(227,229,218)
#EAECE5
(234,236,229)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAD82; }

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

This text font color is #ABAD82.


Background Color

.myBgColor { background-color: #ABAD82; }

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

This div background color is #ABAD82.


Border color

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

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

This div border color is #ABAD82.


Opacity

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

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

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

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

This text has shadow with #ABAD82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAD82 on black background.


Color preview on white background

This text has color #ABAD82 on white background.



Black color preview on #ABAD82 background

This text has black color on #ABAD82 background.


White color preview on #ABAD82 background

This text has white color on #ABAD82 background.