COLOR #80AB80

HEX: #80AB80
RGB: (128,171,128)

Color info

#80AB80 contains red, green and blue colors in about the same proportion. Web safe color of #80AB80 is #669966 (or #696).

RGB color model

#80AB80 color RGB value is (128,171,128).

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

RGB channels and saturation

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

128
171
128

R + G + B ~ 56%. #80AB80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 171 + 128 = 427 (100%)
R 128 of 427 ~ 29.98%
G 171 of 427 ~ 40.05%
B 128 of 427 ~ 29.98%

%29.98
%40.05
%29.98

CMYK color model

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

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

CMYK percentages

%25.15
%0
%25.15
%32.94

Codes

Color #80AB80 in popluar color models

80AB80
RGB128171128
HSL120°20.38%58.63%
HSB/HSV120°25.15%67.06%
CMYK25.15%0.00%25.15%
32.94%

Color #80AB80 in popluar number systems.

HEX80AB80
Decimal128171128
Binary100000001010101110000000
Octal200253200

Shades and tints

Shades of #80AB80

#80AB80
(128,171,128)
#759C75
(117,156,117)
#6A8D6A
(106,141,106)
#5F7E5F
(95,126,95)
#546F54
(84,111,84)
#496049
(73,96,73)
#3E513E
(62,81,62)
#334233
(51,66,51)
#283328
(40,51,40)
#1D241D
(29,36,29)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #80AB80

#80AB80
(128,171,128)
#8BB28B
(139,178,139)
#96B996
(150,185,150)
#A1C0A1
(161,192,161)
#ACC7AC
(172,199,172)
#B7CEB7
(183,206,183)
#C2D5C2
(194,213,194)
#CDDCCD
(205,220,205)
#D8E3D8
(216,227,216)
#E3EAE3
(227,234,227)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AB80; }

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

This text font color is #80AB80.


Background Color

.myBgColor { background-color: #80AB80; }

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

This div background color is #80AB80.


Border color

.myBorderColor { border: 1px solid #80AB80; }

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

This div border color is #80AB80.


Opacity

.myOpacity80 { color: #80AB80; opacity: 0.8; }

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

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

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

This text has shadow with #80AB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AB80 on black background.


Color preview on white background

This text has color #80AB80 on white background.



Black color preview on #80AB80 background

This text has black color on #80AB80 background.


White color preview on #80AB80 background

This text has white color on #80AB80 background.