COLOR #80CC91

HEX: #80CC91
RGB: (128,204,145)

Color info

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

RGB color model

#80CC91 color RGB value is (128,204,145).

  • red value is 128;
  • green value is 204;
  • blue value is 145.
RGB:
(128,204,145)
(50%,80%,57%)

RGB channels and saturation

R 128 of 255 = 50%
G 204 of 255 = 80%
B 145 of 255 = 57%

128
204
145

R + G + B ~ 62%. #80CC91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 204 + 145 = 477 (100%)
R 128 of 477 ~ 26.83%
G 204 of 477 ~ 42.77%
B 145 of 477 ~ 30.4%

%26.83
%42.77
%30.4

CMYK color model

#80CC91 color CMYK value is (37,0,29,20).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 20.00%
CMYK:
(37,0,29,20)
C37M0Y29K20 
(37%,0%,29%,20%)
(0.37/0.00/0.29/0.20)	

CMYK percentages

%37.25
%0
%28.92
%20

Codes

Color #80CC91 in popluar color models

80CC91
RGB128204145
HSL133°42.70%65.10%
HSB/HSV133°37.25%80.00%
CMYK37.25%0.00%28.92%
20.00%

Color #80CC91 in popluar number systems.

HEX80CC91
Decimal128204145
Binary100000001100110010010001
Octal200314221

Shades and tints

Shades of #80CC91

#80CC91
(128,204,145)
#75BA84
(117,186,132)
#6AA877
(106,168,119)
#5F966A
(95,150,106)
#54845D
(84,132,93)
#497250
(73,114,80)
#3E6043
(62,96,67)
#334E36
(51,78,54)
#283C29
(40,60,41)
#1D2A1C
(29,42,28)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #80CC91

#80CC91
(128,204,145)
#8BD09B
(139,208,155)
#96D4A5
(150,212,165)
#A1D8AF
(161,216,175)
#ACDCB9
(172,220,185)
#B7E0C3
(183,224,195)
#C2E4CD
(194,228,205)
#CDE8D7
(205,232,215)
#D8ECE1
(216,236,225)
#E3F0EB
(227,240,235)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CC91 color. Also use rgb(128,204,145) instead hex code.

Text Font Color

.myTextColor { color: #80CC91; }

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

This text font color is #80CC91.


Background Color

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

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

This div background color is #80CC91.


Border color

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

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

This div border color is #80CC91.


Opacity

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

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

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

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

This text has shadow with #80CC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CC91 on black background.


Color preview on white background

This text has color #80CC91 on white background.



Black color preview on #80CC91 background

This text has black color on #80CC91 background.


White color preview on #80CC91 background

This text has white color on #80CC91 background.