COLOR #80C990

HEX: #80C990
RGB: (128,201,144)

Color info

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

RGB color model

#80C990 color RGB value is (128,201,144).

  • red value is 128;
  • green value is 201;
  • blue value is 144.
RGB:
(128,201,144)
(50%,79%,56%)

RGB channels and saturation

R 128 of 255 = 50%
G 201 of 255 = 79%
B 144 of 255 = 56%

128
201
144

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

Portions of RGB colors in percentages

R + G + B =
128 + 201 + 144 = 473 (100%)
R 128 of 473 ~ 27.06%
G 201 of 473 ~ 42.49%
B 144 of 473 ~ 30.44%

%27.06
%42.49
%30.44

CMYK color model

#80C990 color CMYK value is (36,0,28,21).

  • cyan value is 36.32%
  • magenta value is 0.00%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK:
(36,0,28,21)
C36M0Y28K21 
(36%,0%,28%,21%)
(0.36/0.00/0.28/0.21)	

CMYK percentages

%36.32
%0
%28.36
%21.18

Codes

Color #80C990 in popluar color models

80C990
RGB128201144
HSL133°40.33%64.51%
HSB/HSV133°36.32%78.82%
CMYK36.32%0.00%28.36%
21.18%

Color #80C990 in popluar number systems.

HEX80C990
Decimal128201144
Binary100000001100100110010000
Octal200311220

Shades and tints

Shades of #80C990

#80C990
(128,201,144)
#75B783
(117,183,131)
#6AA576
(106,165,118)
#5F9369
(95,147,105)
#54815C
(84,129,92)
#496F4F
(73,111,79)
#3E5D42
(62,93,66)
#334B35
(51,75,53)
#283928
(40,57,40)
#1D271B
(29,39,27)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #80C990

#80C990
(128,201,144)
#8BCD9A
(139,205,154)
#96D1A4
(150,209,164)
#A1D5AE
(161,213,174)
#ACD9B8
(172,217,184)
#B7DDC2
(183,221,194)
#C2E1CC
(194,225,204)
#CDE5D6
(205,229,214)
#D8E9E0
(216,233,224)
#E3EDEA
(227,237,234)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C990 color. Also use rgb(128,201,144) instead hex code.

Text Font Color

.myTextColor { color: #80C990; }

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

This text font color is #80C990.


Background Color

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

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

This div background color is #80C990.


Border color

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

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

This div border color is #80C990.


Opacity

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

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

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

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

This text has shadow with #80C990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C990 on black background.


Color preview on white background

This text has color #80C990 on white background.



Black color preview on #80C990 background

This text has black color on #80C990 background.


White color preview on #80C990 background

This text has white color on #80C990 background.