COLOR #ABAC80

HEX: #ABAC80
RGB: (171,172,128)

Color info

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

RGB color model

#ABAC80 color RGB value is (171,172,128).

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

RGB channels and saturation

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

171
172
128

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

Portions of RGB colors in percentages

R + G + B =
171 + 172 + 128 = 471 (100%)
R 171 of 471 ~ 36.31%
G 172 of 471 ~ 36.52%
B 128 of 471 ~ 27.18%

%36.31
%36.52
%27.18

CMYK color model

#ABAC80 color CMYK value is (1,0,26,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 32.55%
CMYK:
(1,0,26,33)
C1M0Y26K33 
(1%,0%,26%,33%)
(0.01/0.00/0.26/0.33)	

CMYK percentages

%0.58
%0
%25.58
%32.55

Codes

Color #ABAC80 in popluar color models

ABAC80
RGB171172128
HSL61°20.95%58.82%
HSB/HSV61°25.58%67.45%
CMYK0.58%0.00%25.58%
32.55%

Color #ABAC80 in popluar number systems.

HEXABAC80
Decimal171172128
Binary101010111010110010000000
Octal253254200

Shades and tints

Shades of #ABAC80

#ABAC80
(171,172,128)
#9C9D75
(156,157,117)
#8D8E6A
(141,142,106)
#7E7F5F
(126,127,95)
#6F7054
(111,112,84)
#606149
(96,97,73)
#51523E
(81,82,62)
#424333
(66,67,51)
#333428
(51,52,40)
#24251D
(36,37,29)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #ABAC80

#ABAC80
(171,172,128)
#B2B38B
(178,179,139)
#B9BA96
(185,186,150)
#C0C1A1
(192,193,161)
#C7C8AC
(199,200,172)
#CECFB7
(206,207,183)
#D5D6C2
(213,214,194)
#DCDDCD
(220,221,205)
#E3E4D8
(227,228,216)
#EAEBE3
(234,235,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAC80; }

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

This text font color is #ABAC80.


Background Color

.myBgColor { background-color: #ABAC80; }

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

This div background color is #ABAC80.


Border color

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

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

This div border color is #ABAC80.


Opacity

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

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

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

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

This text has shadow with #ABAC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAC80 on black background.


Color preview on white background

This text has color #ABAC80 on white background.



Black color preview on #ABAC80 background

This text has black color on #ABAC80 background.


White color preview on #ABAC80 background

This text has white color on #ABAC80 background.