COLOR #ABC980

HEX: #ABC980
RGB: (171,201,128)

Color info

#ABC980 contains mainly red and green colors. Web safe color of #ABC980 is #99CC66 (or #9C6).

RGB color model

#ABC980 color RGB value is (171,201,128).

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

RGB channels and saturation

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

171
201
128

R + G + B ~ 65%. #ABC980 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 201 + 128 = 500 (100%)
R 171 of 500 ~ 34.2%
G 201 of 500 ~ 40.2%
B 128 of 500 ~ 25.6%

%34.2
%40.2
%25.6

CMYK color model

#ABC980 color CMYK value is (15,0,36,21).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 36.32%
  • key color value is 21.18%
CMYK:
(15,0,36,21)
C15M0Y36K21 
(15%,0%,36%,21%)
(0.15/0.00/0.36/0.21)	

CMYK percentages

%14.93
%0
%36.32
%21.18

Codes

Color #ABC980 in popluar color models

ABC980
RGB171201128
HSL85°40.33%64.51%
HSB/HSV85°36.32%78.82%
CMYK14.93%0.00%36.32%
21.18%

Color #ABC980 in popluar number systems.

HEXABC980
Decimal171201128
Binary101010111100100110000000
Octal253311200

Shades and tints

Shades of #ABC980

#ABC980
(171,201,128)
#9CB775
(156,183,117)
#8DA56A
(141,165,106)
#7E935F
(126,147,95)
#6F8154
(111,129,84)
#606F49
(96,111,73)
#515D3E
(81,93,62)
#424B33
(66,75,51)
#333928
(51,57,40)
#24271D
(36,39,29)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #ABC980

#ABC980
(171,201,128)
#B2CD8B
(178,205,139)
#B9D196
(185,209,150)
#C0D5A1
(192,213,161)
#C7D9AC
(199,217,172)
#CEDDB7
(206,221,183)
#D5E1C2
(213,225,194)
#DCE5CD
(220,229,205)
#E3E9D8
(227,233,216)
#EAEDE3
(234,237,227)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC980; }

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

This text font color is #ABC980.


Background Color

.myBgColor { background-color: #ABC980; }

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

This div background color is #ABC980.


Border color

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

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

This div border color is #ABC980.


Opacity

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

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

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

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

This text has shadow with #ABC980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC980 on black background.


Color preview on white background

This text has color #ABC980 on white background.



Black color preview on #ABC980 background

This text has black color on #ABC980 background.


White color preview on #ABC980 background

This text has white color on #ABC980 background.