COLOR #80DC9D

HEX: #80DC9D
RGB: (128,220,157)

Color info

#80DC9D contains mainly green color. Web safe color of #80DC9D is #66CC99 (or #6C9).

RGB color model

#80DC9D color RGB value is (128,220,157).

  • red value is 128;
  • green value is 220;
  • blue value is 157.
RGB:
(128,220,157)
(50%,86%,62%)

RGB channels and saturation

R 128 of 255 = 50%
G 220 of 255 = 86%
B 157 of 255 = 62%

128
220
157

R + G + B ~ 66%. #80DC9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 220 + 157 = 505 (100%)
R 128 of 505 ~ 25.35%
G 220 of 505 ~ 43.56%
B 157 of 505 ~ 31.09%

%25.35
%43.56
%31.09

CMYK color model

#80DC9D color CMYK value is (42,0,29,14).

  • cyan value is 41.82%
  • magenta value is 0.00%
  • yellow value is 28.64%
  • key color value is 13.73%
CMYK:
(42,0,29,14)
C42M0Y29K14 
(42%,0%,29%,14%)
(0.42/0.00/0.29/0.14)	

CMYK percentages

%41.82
%0
%28.64
%13.73

Codes

Color #80DC9D in popluar color models

80DC9D
RGB128220157
HSL139°56.79%68.24%
HSB/HSV139°41.82%86.27%
CMYK41.82%0.00%28.64%
13.73%

Color #80DC9D in popluar number systems.

HEX80DC9D
Decimal128220157
Binary100000001101110010011101
Octal200334235

Shades and tints

Shades of #80DC9D

#80DC9D
(128,220,157)
#75C88F
(117,200,143)
#6AB481
(106,180,129)
#5FA073
(95,160,115)
#548C65
(84,140,101)
#497857
(73,120,87)
#3E6449
(62,100,73)
#33503B
(51,80,59)
#283C2D
(40,60,45)
#1D281F
(29,40,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #80DC9D

#80DC9D
(128,220,157)
#8BDFA5
(139,223,165)
#96E2AD
(150,226,173)
#A1E5B5
(161,229,181)
#ACE8BD
(172,232,189)
#B7EBC5
(183,235,197)
#C2EECD
(194,238,205)
#CDF1D5
(205,241,213)
#D8F4DD
(216,244,221)
#E3F7E5
(227,247,229)
#EEFAED
(238,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80DC9D; }

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

This text font color is #80DC9D.


Background Color

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

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

This div background color is #80DC9D.


Border color

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

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

This div border color is #80DC9D.


Opacity

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

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

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

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

This text has shadow with #80DC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DC9D on black background.


Color preview on white background

This text has color #80DC9D on white background.



Black color preview on #80DC9D background

This text has black color on #80DC9D background.


White color preview on #80DC9D background

This text has white color on #80DC9D background.