COLOR #80C39E

HEX: #80C39E
RGB: (128,195,158)

Color info

#80C39E contains mainly green and blue colors. Web safe color of #80C39E is #66CC99 (or #6C9).

RGB color model

#80C39E color RGB value is (128,195,158).

  • red value is 128;
  • green value is 195;
  • blue value is 158.
RGB:
(128,195,158)
(50%,76%,62%)

RGB channels and saturation

R 128 of 255 = 50%
G 195 of 255 = 76%
B 158 of 255 = 62%

128
195
158

R + G + B ~ 63%. #80C39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 195 + 158 = 481 (100%)
R 128 of 481 ~ 26.61%
G 195 of 481 ~ 40.54%
B 158 of 481 ~ 32.85%

%26.61
%40.54
%32.85

CMYK color model

#80C39E color CMYK value is (34,0,19,24).

  • cyan value is 34.36%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 23.53%
CMYK:
(34,0,19,24)
C34M0Y19K24 
(34%,0%,19%,24%)
(0.34/0.00/0.19/0.24)	

CMYK percentages

%34.36
%0
%18.97
%23.53

Codes

Color #80C39E in popluar color models

80C39E
RGB128195158
HSL147°35.83%63.33%
HSB/HSV147°34.36%76.47%
CMYK34.36%0.00%18.97%
23.53%

Color #80C39E in popluar number systems.

HEX80C39E
Decimal128195158
Binary100000001100001110011110
Octal200303236

Shades and tints

Shades of #80C39E

#80C39E
(128,195,158)
#75B290
(117,178,144)
#6AA182
(106,161,130)
#5F9074
(95,144,116)
#547F66
(84,127,102)
#496E58
(73,110,88)
#3E5D4A
(62,93,74)
#334C3C
(51,76,60)
#283B2E
(40,59,46)
#1D2A20
(29,42,32)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #80C39E

#80C39E
(128,195,158)
#8BC8A6
(139,200,166)
#96CDAE
(150,205,174)
#A1D2B6
(161,210,182)
#ACD7BE
(172,215,190)
#B7DCC6
(183,220,198)
#C2E1CE
(194,225,206)
#CDE6D6
(205,230,214)
#D8EBDE
(216,235,222)
#E3F0E6
(227,240,230)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C39E; }

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

This text font color is #80C39E.


Background Color

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

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

This div background color is #80C39E.


Border color

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

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

This div border color is #80C39E.


Opacity

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

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

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

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

This text has shadow with #80C39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C39E on black background.


Color preview on white background

This text has color #80C39E on white background.



Black color preview on #80C39E background

This text has black color on #80C39E background.


White color preview on #80C39E background

This text has white color on #80C39E background.