COLOR #ABAB83

HEX: #ABAB83
RGB: (171,171,131)

Color info

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

RGB color model

#ABAB83 color RGB value is (171,171,131).

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

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 131 of 255 = 51%

171
171
131

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

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 131 = 473 (100%)
R 171 of 473 ~ 36.15%
G 171 of 473 ~ 36.15%
B 131 of 473 ~ 27.7%

%36.15
%36.15
%27.7

CMYK color model

#ABAB83 color CMYK value is (0,0,23,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 32.94%
CMYK:
(0,0,23,33)
C0M0Y23K33 
(0%,0%,23%,33%)
(0.00/0.00/0.23/0.33)	

CMYK percentages

%0
%0
%23.39
%32.94

Codes

Color #ABAB83 in popluar color models

ABAB83
RGB171171131
HSL60°19.23%59.22%
HSB/HSV60°23.39%67.06%
CMYK0.00%0.00%23.39%
32.94%

Color #ABAB83 in popluar number systems.

HEXABAB83
Decimal171171131
Binary101010111010101110000011
Octal253253203

Shades and tints

Shades of #ABAB83

#ABAB83
(171,171,131)
#9C9C78
(156,156,120)
#8D8D6D
(141,141,109)
#7E7E62
(126,126,98)
#6F6F57
(111,111,87)
#60604C
(96,96,76)
#515141
(81,81,65)
#424236
(66,66,54)
#33332B
(51,51,43)
#242420
(36,36,32)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABAB83

#ABAB83
(171,171,131)
#B2B28E
(178,178,142)
#B9B999
(185,185,153)
#C0C0A4
(192,192,164)
#C7C7AF
(199,199,175)
#CECEBA
(206,206,186)
#D5D5C5
(213,213,197)
#DCDCD0
(220,220,208)
#E3E3DB
(227,227,219)
#EAEAE6
(234,234,230)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAB83; }

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

This text font color is #ABAB83.


Background Color

.myBgColor { background-color: #ABAB83; }

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

This div background color is #ABAB83.


Border color

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

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

This div border color is #ABAB83.


Opacity

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

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

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

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

This text has shadow with #ABAB83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAB83 on black background.


Color preview on white background

This text has color #ABAB83 on white background.



Black color preview on #ABAB83 background

This text has black color on #ABAB83 background.


White color preview on #ABAB83 background

This text has white color on #ABAB83 background.