COLOR #80D998

HEX: #80D998
RGB: (128,217,152)

Color info

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

RGB color model

#80D998 color RGB value is (128,217,152).

  • red value is 128;
  • green value is 217;
  • blue value is 152.
RGB:
(128,217,152)
(50%,85%,60%)

RGB channels and saturation

R 128 of 255 = 50%
G 217 of 255 = 85%
B 152 of 255 = 60%

128
217
152

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

Portions of RGB colors in percentages

R + G + B =
128 + 217 + 152 = 497 (100%)
R 128 of 497 ~ 25.75%
G 217 of 497 ~ 43.66%
B 152 of 497 ~ 30.58%

%25.75
%43.66
%30.58

CMYK color model

#80D998 color CMYK value is (41,0,30,15).

  • cyan value is 41.01%
  • magenta value is 0.00%
  • yellow value is 29.95%
  • key color value is 14.90%
CMYK:
(41,0,30,15)
C41M0Y30K15 
(41%,0%,30%,15%)
(0.41/0.00/0.30/0.15)	

CMYK percentages

%41.01
%0
%29.95
%14.9

Codes

Color #80D998 in popluar color models

80D998
RGB128217152
HSL136°53.94%67.65%
HSB/HSV136°41.01%85.10%
CMYK41.01%0.00%29.95%
14.90%

Color #80D998 in popluar number systems.

HEX80D998
Decimal128217152
Binary100000001101100110011000
Octal200331230

Shades and tints

Shades of #80D998

#80D998
(128,217,152)
#75C68B
(117,198,139)
#6AB37E
(106,179,126)
#5FA071
(95,160,113)
#548D64
(84,141,100)
#497A57
(73,122,87)
#3E674A
(62,103,74)
#33543D
(51,84,61)
#284130
(40,65,48)
#1D2E23
(29,46,35)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #80D998

#80D998
(128,217,152)
#8BDCA1
(139,220,161)
#96DFAA
(150,223,170)
#A1E2B3
(161,226,179)
#ACE5BC
(172,229,188)
#B7E8C5
(183,232,197)
#C2EBCE
(194,235,206)
#CDEED7
(205,238,215)
#D8F1E0
(216,241,224)
#E3F4E9
(227,244,233)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D998; }

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

This text font color is #80D998.


Background Color

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

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

This div background color is #80D998.


Border color

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

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

This div border color is #80D998.


Opacity

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

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

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

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

This text has shadow with #80D998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D998 on black background.


Color preview on white background

This text has color #80D998 on white background.



Black color preview on #80D998 background

This text has black color on #80D998 background.


White color preview on #80D998 background

This text has white color on #80D998 background.