COLOR #80C287

HEX: #80C287 RGB: (128,194,135)

Color info

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

RGB color model

#80C287 color RGB value is (128,194,135).

RGB: (128,194,135) (50%, 76%, 53%)

RGB channels and saturation

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

128
194
135

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

Portions of RGB colors in percentages

R + G + B = 128 + 194 + 135 = 457 (100%)
R 128 of 457 ~ 28.01%
G 194 of 457 ~ 42.45%
B 135 of 457 ~ 29.54'%

%28.01
%42.45
%29.54

CMYK color model

#80C287 color CMYK value is (34,0,30,24).

  • cyan value is 34.02%
  • magenta value is 0.00%
  • yellow value is 30.41%
  • key color value is 23.92%
CMYK: (34,0,30,24) C34M0Y30K24 (34%,0%,30%,24%) (0.34/0.00/0.30/0.24) 

CMYK percentages

%34.02
%0
%30.41
%23.92

Codes

Color #80C287 in popluar color models

80 C2 87
RGB 128 194 135
HSL 126° 35.11% 63.14%
HSB/HSV 126° 34.02% 76.08%
CMYK 34.02% 0.00% 30.41%
23.92%

Color #80C287 in popluar number systems.

HEX 80 C2 87
Decimal 128 194 135
Binary 10000000 11000010 10000111
Octal 200 302 207

Shades and tints

Shades of #80C287

#80C287
(128,194,135)
#75B17B
(117,177,123)
#6AA06F
(106,160,111)
#5F8F63
(95,143,99)
#547E57
(84,126,87)
#496D4B
(73,109,75)
#3E5C3F
(62,92,63)
#334B33
(51,75,51)
#283A27
(40,58,39)
#1D291B
(29,41,27)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #80C287

#80C287
(128,194,135)
#8BC791
(139,199,145)
#96CC9B
(150,204,155)
#A1D1A5
(161,209,165)
#ACD6AF
(172,214,175)
#B7DBB9
(183,219,185)
#C2E0C3
(194,224,195)
#CDE5CD
(205,229,205)
#D8EAD7
(216,234,215)
#E3EFE1
(227,239,225)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C287; }

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

This text font color is #80C287.

Background Color

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

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

This div background color is #80C287.

Border color

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

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

This div border color is #80C287.

Opacity

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

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

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

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

This text has shadow with #80C287 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C287.

Preview

Color preview on black background

This text has color #80C287 on black background.


Color preview on white background

This text has color #80C287 on white background.


Black color preview on #80C287 background

This text has black color on #80C287 background.


White color preview on #80C287 background

This text has white color on #80C287 background.


Related colors

Complementary color

Complementary color for #hex is #7F3D78.


I love getcolorcode.com

Triadic colors

1 #8780C2 and #C28780 with #80C287 are triadic colors.

2 #87C280 and #C28087 with #80C287 are triadic colors.