COLOR #80C97F

HEX: #80C97F
RGB: (128,201,127)

Color info

#80C97F contains mainly green color. Web safe color of #80C97F is #66CC66 (or #6C6).

RGB color model

#80C97F color RGB value is (128,201,127).

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

RGB channels and saturation

R 128 of 255 = 50%
G 201 of 255 = 79%
B 127 of 255 = 50%

128
201
127

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

Portions of RGB colors in percentages

R + G + B =
128 + 201 + 127 = 456 (100%)
R 128 of 456 ~ 28.07%
G 201 of 456 ~ 44.08%
B 127 of 456 ~ 27.85%

%28.07
%44.08
%27.85

CMYK color model

#80C97F color CMYK value is (36,0,37,21).

  • cyan value is 36.32%
  • magenta value is 0.00%
  • yellow value is 36.82%
  • key color value is 21.18%
CMYK:
(36,0,37,21)
C36M0Y37K21 
(36%,0%,37%,21%)
(0.36/0.00/0.37/0.21)	

CMYK percentages

%36.32
%0
%36.82
%21.18

Codes

Color #80C97F in popluar color models

80C97F
RGB128201127
HSL119°40.66%64.31%
HSB/HSV119°36.82%78.82%
CMYK36.32%0.00%36.82%
21.18%

Color #80C97F in popluar number systems.

HEX80C97F
Decimal128201127
Binary10000000110010011111111
Octal200311177

Shades and tints

Shades of #80C97F

#80C97F
(128,201,127)
#75B774
(117,183,116)
#6AA569
(106,165,105)
#5F935E
(95,147,94)
#548153
(84,129,83)
#496F48
(73,111,72)
#3E5D3D
(62,93,61)
#334B32
(51,75,50)
#283927
(40,57,39)
#1D271C
(29,39,28)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #80C97F

#80C97F
(128,201,127)
#8BCD8A
(139,205,138)
#96D195
(150,209,149)
#A1D5A0
(161,213,160)
#ACD9AB
(172,217,171)
#B7DDB6
(183,221,182)
#C2E1C1
(194,225,193)
#CDE5CC
(205,229,204)
#D8E9D7
(216,233,215)
#E3EDE2
(227,237,226)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C97F; }

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

This text font color is #80C97F.


Background Color

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

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

This div background color is #80C97F.


Border color

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

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

This div border color is #80C97F.


Opacity

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

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

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

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

This text has shadow with #80C97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C97F on black background.


Color preview on white background

This text has color #80C97F on white background.



Black color preview on #80C97F background

This text has black color on #80C97F background.


White color preview on #80C97F background

This text has white color on #80C97F background.