COLOR #80D996

HEX: #80D996
RGB: (128,217,150)

Color info

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

RGB color model

#80D996 color RGB value is (128,217,150).

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

RGB channels and saturation

R 128 of 255 = 50%
G 217 of 255 = 85%
B 150 of 255 = 59%

128
217
150

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

Portions of RGB colors in percentages

R + G + B =
128 + 217 + 150 = 495 (100%)
R 128 of 495 ~ 25.86%
G 217 of 495 ~ 43.84%
B 150 of 495 ~ 30.3%

%25.86
%43.84
%30.3

CMYK color model

#80D996 color CMYK value is (41,0,31,15).

  • cyan value is 41.01%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 14.90%
CMYK:
(41,0,31,15)
C41M0Y31K15 
(41%,0%,31%,15%)
(0.41/0.00/0.31/0.15)	

CMYK percentages

%41.01
%0
%30.88
%14.9

Codes

Color #80D996 in popluar color models

80D996
RGB128217150
HSL135°53.94%67.65%
HSB/HSV135°41.01%85.10%
CMYK41.01%0.00%30.88%
14.90%

Color #80D996 in popluar number systems.

HEX80D996
Decimal128217150
Binary100000001101100110010110
Octal200331226

Shades and tints

Shades of #80D996

#80D996
(128,217,150)
#75C689
(117,198,137)
#6AB37C
(106,179,124)
#5FA06F
(95,160,111)
#548D62
(84,141,98)
#497A55
(73,122,85)
#3E6748
(62,103,72)
#33543B
(51,84,59)
#28412E
(40,65,46)
#1D2E21
(29,46,33)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #80D996

#80D996
(128,217,150)
#8BDC9F
(139,220,159)
#96DFA8
(150,223,168)
#A1E2B1
(161,226,177)
#ACE5BA
(172,229,186)
#B7E8C3
(183,232,195)
#C2EBCC
(194,235,204)
#CDEED5
(205,238,213)
#D8F1DE
(216,241,222)
#E3F4E7
(227,244,231)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D996; }

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

This text font color is #80D996.


Background Color

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

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

This div background color is #80D996.


Border color

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

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

This div border color is #80D996.


Opacity

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

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

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

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

This text has shadow with #80D996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D996 on black background.


Color preview on white background

This text has color #80D996 on white background.



Black color preview on #80D996 background

This text has black color on #80D996 background.


White color preview on #80D996 background

This text has white color on #80D996 background.