COLOR #ABAC78

HEX: #ABAC78
RGB: (171,172,120)

Color info

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

RGB color model

#ABAC78 color RGB value is (171,172,120).

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

RGB channels and saturation

R 171 of 255 = 67%
G 172 of 255 = 67%
B 120 of 255 = 47%

171
172
120

R + G + B ~ 60%. #ABAC78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 172 + 120 = 463 (100%)
R 171 of 463 ~ 36.93%
G 172 of 463 ~ 37.15%
B 120 of 463 ~ 25.92%

%36.93
%37.15
%25.92

CMYK color model

#ABAC78 color CMYK value is (1,0,30,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 32.55%
CMYK:
(1,0,30,33)
C1M0Y30K33 
(1%,0%,30%,33%)
(0.01/0.00/0.30/0.33)	

CMYK percentages

%0.58
%0
%30.23
%32.55

Codes

Color #ABAC78 in popluar color models

ABAC78
RGB171172120
HSL61°23.85%57.25%
HSB/HSV61°30.23%67.45%
CMYK0.58%0.00%30.23%
32.55%

Color #ABAC78 in popluar number systems.

HEXABAC78
Decimal171172120
Binary10101011101011001111000
Octal253254170

Shades and tints

Shades of #ABAC78

#ABAC78
(171,172,120)
#9C9D6E
(156,157,110)
#8D8E64
(141,142,100)
#7E7F5A
(126,127,90)
#6F7050
(111,112,80)
#606146
(96,97,70)
#51523C
(81,82,60)
#424332
(66,67,50)
#333428
(51,52,40)
#24251E
(36,37,30)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #ABAC78

#ABAC78
(171,172,120)
#B2B384
(178,179,132)
#B9BA90
(185,186,144)
#C0C19C
(192,193,156)
#C7C8A8
(199,200,168)
#CECFB4
(206,207,180)
#D5D6C0
(213,214,192)
#DCDDCC
(220,221,204)
#E3E4D8
(227,228,216)
#EAEBE4
(234,235,228)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAC78; }

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

This text font color is #ABAC78.


Background Color

.myBgColor { background-color: #ABAC78; }

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

This div background color is #ABAC78.


Border color

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

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

This div border color is #ABAC78.


Opacity

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

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

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

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

This text has shadow with #ABAC78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAC78 on black background.


Color preview on white background

This text has color #ABAC78 on white background.



Black color preview on #ABAC78 background

This text has black color on #ABAC78 background.


White color preview on #ABAC78 background

This text has white color on #ABAC78 background.