COLOR #80EF9C

HEX: #80EF9C
RGB: (128,239,156)

Color info

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

RGB color model

#80EF9C color RGB value is (128,239,156).

  • red value is 128;
  • green value is 239;
  • blue value is 156.
RGB:
(128,239,156)
(50%,94%,61%)

RGB channels and saturation

R 128 of 255 = 50%
G 239 of 255 = 94%
B 156 of 255 = 61%

128
239
156

R + G + B ~ 68%. #80EF9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 239 + 156 = 523 (100%)
R 128 of 523 ~ 24.47%
G 239 of 523 ~ 45.7%
B 156 of 523 ~ 29.83%

%24.47
%45.7
%29.83

CMYK color model

#80EF9C color CMYK value is (46,0,35,6).

  • cyan value is 46.44%
  • magenta value is 0.00%
  • yellow value is 34.73%
  • key color value is 6.27%
CMYK:
(46,0,35,6)
C46M0Y35K6 
(46%,0%,35%,6%)
(0.46/0.00/0.35/0.06)	

CMYK percentages

%46.44
%0
%34.73
%6.27

Codes

Color #80EF9C in popluar color models

80EF9C
RGB128239156
HSL135°77.62%71.96%
HSB/HSV135°46.44%93.73%
CMYK46.44%0.00%34.73%
6.27%

Color #80EF9C in popluar number systems.

HEX80EF9C
Decimal128239156
Binary100000001110111110011100
Octal200357234

Shades and tints

Shades of #80EF9C

#80EF9C
(128,239,156)
#75DA8E
(117,218,142)
#6AC580
(106,197,128)
#5FB072
(95,176,114)
#549B64
(84,155,100)
#498656
(73,134,86)
#3E7148
(62,113,72)
#335C3A
(51,92,58)
#28472C
(40,71,44)
#1D321E
(29,50,30)
#121D10
(18,29,16)
#000000
(0,0,0)

Tints of #80EF9C

#80EF9C
(128,239,156)
#8BF0A5
(139,240,165)
#96F1AE
(150,241,174)
#A1F2B7
(161,242,183)
#ACF3C0
(172,243,192)
#B7F4C9
(183,244,201)
#C2F5D2
(194,245,210)
#CDF6DB
(205,246,219)
#D8F7E4
(216,247,228)
#E3F8ED
(227,248,237)
#EEF9F6
(238,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80EF9C color. Also use rgb(128,239,156) instead hex code.

Text Font Color

.myTextColor { color: #80EF9C; }

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

This text font color is #80EF9C.


Background Color

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

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

This div background color is #80EF9C.


Border color

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

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

This div border color is #80EF9C.


Opacity

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

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

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

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

This text has shadow with #80EF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80EF9C on black background.


Color preview on white background

This text has color #80EF9C on white background.



Black color preview on #80EF9C background

This text has black color on #80EF9C background.


White color preview on #80EF9C background

This text has white color on #80EF9C background.