COLOR #80E98D

HEX: #80E98D
RGB: (128,233,141)

Color info

#80E98D contains mainly green color. Web safe color of #80E98D is #66FF99 (or #6F9).

RGB color model

#80E98D color RGB value is (128,233,141).

  • red value is 128;
  • green value is 233;
  • blue value is 141.
RGB:
(128,233,141)
(50%,91%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 233 of 255 = 91%
B 141 of 255 = 55%

128
233
141

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

Portions of RGB colors in percentages

R + G + B =
128 + 233 + 141 = 502 (100%)
R 128 of 502 ~ 25.5%
G 233 of 502 ~ 46.41%
B 141 of 502 ~ 28.09%

%25.5
%46.41
%28.09

CMYK color model

#80E98D color CMYK value is (45,0,39,9).

  • cyan value is 45.06%
  • magenta value is 0.00%
  • yellow value is 39.48%
  • key color value is 8.63%
CMYK:
(45,0,39,9)
C45M0Y39K9 
(45%,0%,39%,9%)
(0.45/0.00/0.39/0.09)	

CMYK percentages

%45.06
%0
%39.48
%8.63

Codes

Color #80E98D in popluar color models

80E98D
RGB128233141
HSL127°70.47%70.78%
HSB/HSV127°45.06%91.37%
CMYK45.06%0.00%39.48%
8.63%

Color #80E98D in popluar number systems.

HEX80E98D
Decimal128233141
Binary100000001110100110001101
Octal200351215

Shades and tints

Shades of #80E98D

#80E98D
(128,233,141)
#75D481
(117,212,129)
#6ABF75
(106,191,117)
#5FAA69
(95,170,105)
#54955D
(84,149,93)
#498051
(73,128,81)
#3E6B45
(62,107,69)
#335639
(51,86,57)
#28412D
(40,65,45)
#1D2C21
(29,44,33)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #80E98D

#80E98D
(128,233,141)
#8BEB97
(139,235,151)
#96EDA1
(150,237,161)
#A1EFAB
(161,239,171)
#ACF1B5
(172,241,181)
#B7F3BF
(183,243,191)
#C2F5C9
(194,245,201)
#CDF7D3
(205,247,211)
#D8F9DD
(216,249,221)
#E3FBE7
(227,251,231)
#EEFDF1
(238,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80E98D; }

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

This text font color is #80E98D.


Background Color

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

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

This div background color is #80E98D.


Border color

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

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

This div border color is #80E98D.


Opacity

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

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

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

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

This text has shadow with #80E98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80E98D on black background.


Color preview on white background

This text has color #80E98D on white background.



Black color preview on #80E98D background

This text has black color on #80E98D background.


White color preview on #80E98D background

This text has white color on #80E98D background.