COLOR #ABAB80

HEX: #ABAB80
RGB: (171,171,128)

Color info

#ABAB80 contains red, green and blue colors in about the same proportion. Web safe color of #ABAB80 is #999966 (or #996).

RGB color model

#ABAB80 color RGB value is (171,171,128).

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

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 128 of 255 = 50%

171
171
128

R + G + B ~ 61%. #ABAB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 128 = 470 (100%)
R 171 of 470 ~ 36.38%
G 171 of 470 ~ 36.38%
B 128 of 470 ~ 27.23%

%36.38
%36.38
%27.23

CMYK color model

#ABAB80 color CMYK value is (0,0,25,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 32.94%
CMYK:
(0,0,25,33)
C0M0Y25K33 
(0%,0%,25%,33%)
(0.00/0.00/0.25/0.33)	

CMYK percentages

%0
%0
%25.15
%32.94

Codes

Color #ABAB80 in popluar color models

ABAB80
RGB171171128
HSL60°20.38%58.63%
HSB/HSV60°25.15%67.06%
CMYK0.00%0.00%25.15%
32.94%

Color #ABAB80 in popluar number systems.

HEXABAB80
Decimal171171128
Binary101010111010101110000000
Octal253253200

Shades and tints

Shades of #ABAB80

#ABAB80
(171,171,128)
#9C9C75
(156,156,117)
#8D8D6A
(141,141,106)
#7E7E5F
(126,126,95)
#6F6F54
(111,111,84)
#606049
(96,96,73)
#51513E
(81,81,62)
#424233
(66,66,51)
#333328
(51,51,40)
#24241D
(36,36,29)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #ABAB80

#ABAB80
(171,171,128)
#B2B28B
(178,178,139)
#B9B996
(185,185,150)
#C0C0A1
(192,192,161)
#C7C7AC
(199,199,172)
#CECEB7
(206,206,183)
#D5D5C2
(213,213,194)
#DCDCCD
(220,220,205)
#E3E3D8
(227,227,216)
#EAEAE3
(234,234,227)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAB80; }

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

This text font color is #ABAB80.


Background Color

.myBgColor { background-color: #ABAB80; }

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

This div background color is #ABAB80.


Border color

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

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

This div border color is #ABAB80.


Opacity

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

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

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

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

This text has shadow with #ABAB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAB80 on black background.


Color preview on white background

This text has color #ABAB80 on white background.



Black color preview on #ABAB80 background

This text has black color on #ABAB80 background.


White color preview on #ABAB80 background

This text has white color on #ABAB80 background.