COLOR #80C286

HEX: #80C286
RGB: (128,194,134)

Color info

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

RGB color model

#80C286 color RGB value is (128,194,134).

  • red value is 128;
  • green value is 194;
  • blue value is 134.
RGB:
(128,194,134)
(50%,76%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 194 of 255 = 76%
B 134 of 255 = 53%

128
194
134

R + G + B ~ 60%. #80C286 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 194 + 134 = 456 (100%)
R 128 of 456 ~ 28.07%
G 194 of 456 ~ 42.54%
B 134 of 456 ~ 29.39%

%28.07
%42.54
%29.39

CMYK color model

#80C286 color CMYK value is (34,0,31,24).

  • cyan value is 34.02%
  • magenta value is 0.00%
  • yellow value is 30.93%
  • key color value is 23.92%
CMYK:
(34,0,31,24)
C34M0Y31K24 
(34%,0%,31%,24%)
(0.34/0.00/0.31/0.24)	

CMYK percentages

%34.02
%0
%30.93
%23.92

Codes

Color #80C286 in popluar color models

80C286
RGB128194134
HSL125°35.11%63.14%
HSB/HSV125°34.02%76.08%
CMYK34.02%0.00%30.93%
23.92%

Color #80C286 in popluar number systems.

HEX80C286
Decimal128194134
Binary100000001100001010000110
Octal200302206

Shades and tints

Shades of #80C286

#80C286
(128,194,134)
#75B17A
(117,177,122)
#6AA06E
(106,160,110)
#5F8F62
(95,143,98)
#547E56
(84,126,86)
#496D4A
(73,109,74)
#3E5C3E
(62,92,62)
#334B32
(51,75,50)
#283A26
(40,58,38)
#1D291A
(29,41,26)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #80C286

#80C286
(128,194,134)
#8BC791
(139,199,145)
#96CC9C
(150,204,156)
#A1D1A7
(161,209,167)
#ACD6B2
(172,214,178)
#B7DBBD
(183,219,189)
#C2E0C8
(194,224,200)
#CDE5D3
(205,229,211)
#D8EADE
(216,234,222)
#E3EFE9
(227,239,233)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C286 color. Also use rgb(128,194,134) instead hex code.

Text Font Color

.myTextColor { color: #80C286; }

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

This text font color is #80C286.


Background Color

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

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

This div background color is #80C286.


Border color

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

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

This div border color is #80C286.


Opacity

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

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

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

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

This text has shadow with #80C286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C286 on black background.


Color preview on white background

This text has color #80C286 on white background.



Black color preview on #80C286 background

This text has black color on #80C286 background.


White color preview on #80C286 background

This text has white color on #80C286 background.