COLOR #80CE96

HEX: #80CE96
RGB: (128,206,150)

Color info

#80CE96 contains mainly green and blue colors. Web safe color of #80CE96 is #66CC99 (or #6C9).

RGB color model

#80CE96 color RGB value is (128,206,150).

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

RGB channels and saturation

R 128 of 255 = 50%
G 206 of 255 = 81%
B 150 of 255 = 59%

128
206
150

R + G + B ~ 63%. #80CE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 206 + 150 = 484 (100%)
R 128 of 484 ~ 26.45%
G 206 of 484 ~ 42.56%
B 150 of 484 ~ 30.99%

%26.45
%42.56
%30.99

CMYK color model

#80CE96 color CMYK value is (38,0,27,19).

  • cyan value is 37.86%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 19.22%
CMYK:
(38,0,27,19)
C38M0Y27K19 
(38%,0%,27%,19%)
(0.38/0.00/0.27/0.19)	

CMYK percentages

%37.86
%0
%27.18
%19.22

Codes

Color #80CE96 in popluar color models

80CE96
RGB128206150
HSL137°44.32%65.49%
HSB/HSV137°37.86%80.78%
CMYK37.86%0.00%27.18%
19.22%

Color #80CE96 in popluar number systems.

HEX80CE96
Decimal128206150
Binary100000001100111010010110
Octal200316226

Shades and tints

Shades of #80CE96

#80CE96
(128,206,150)
#75BC89
(117,188,137)
#6AAA7C
(106,170,124)
#5F986F
(95,152,111)
#548662
(84,134,98)
#497455
(73,116,85)
#3E6248
(62,98,72)
#33503B
(51,80,59)
#283E2E
(40,62,46)
#1D2C21
(29,44,33)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #80CE96

#80CE96
(128,206,150)
#8BD29F
(139,210,159)
#96D6A8
(150,214,168)
#A1DAB1
(161,218,177)
#ACDEBA
(172,222,186)
#B7E2C3
(183,226,195)
#C2E6CC
(194,230,204)
#CDEAD5
(205,234,213)
#D8EEDE
(216,238,222)
#E3F2E7
(227,242,231)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80CE96; }

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

This text font color is #80CE96.


Background Color

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

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

This div background color is #80CE96.


Border color

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

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

This div border color is #80CE96.


Opacity

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

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

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

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

This text has shadow with #80CE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CE96 on black background.


Color preview on white background

This text has color #80CE96 on white background.



Black color preview on #80CE96 background

This text has black color on #80CE96 background.


White color preview on #80CE96 background

This text has white color on #80CE96 background.