COLOR #80FEC7

HEX: #80FEC7 RGB: (128,254,199)

Color info

#80FEC7 contains mainly green and blue colors. Web safe color of #80FEC7 is #66FFCC (or #6FC).

RGB color model

#80FEC7 color RGB value is (128,254,199).

RGB: (128,254,199) (50%, 100%, 78%)

RGB channels and saturation

R 128 of 255 = 50%
G 254 of 255 = 100%
B 199 of 255 = 78%

128
254
199

R + G + B ~ 76%. #80FEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 254 + 199 = 581 (100%)
R 128 of 581 ~ 22.03%
G 254 of 581 ~ 43.72%
B 199 of 581 ~ 34.25'%

%22.03
%43.72
%34.25

CMYK color model

#80FEC7 color CMYK value is (50,0,22,0).

  • cyan value is 49.61%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 0.39%
CMYK: (50,0,22,0) C50M0Y22K0 (50%,0%,22%,0%) (0.50/0.00/0.22/0.00) 

CMYK percentages

%49.61
%0
%21.65
%0.39

Codes

Color #80FEC7 in popluar color models

80 FE C7
RGB 128 254 199
HSL 154° 98.44% 74.90%
HSB/HSV 154° 49.61% 99.61%
CMYK 49.61% 0.00% 21.65%
0.39%

Color #80FEC7 in popluar number systems.

HEX 80 FE C7
Decimal 128 254 199
Binary 10000000 11111110 11000111
Octal 200 376 307

Shades and tints

Shades of #80FEC7

#80FEC7
(128,254,199)
#75E7B5
(117,231,181)
#6AD0A3
(106,208,163)
#5FB991
(95,185,145)
#54A27F
(84,162,127)
#498B6D
(73,139,109)
#3E745B
(62,116,91)
#335D49
(51,93,73)
#284637
(40,70,55)
#1D2F25
(29,47,37)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #80FEC7

#80FEC7
(128,254,199)
#8BFECC
(139,254,204)
#96FED1
(150,254,209)
#A1FED6
(161,254,214)
#ACFEDB
(172,254,219)
#B7FEE0
(183,254,224)
#C2FEE5
(194,254,229)
#CDFEEA
(205,254,234)
#D8FEEF
(216,254,239)
#E3FEF4
(227,254,244)
#EEFEF9
(238,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80FEC7 color. Also use rgb(128,254,199) instead hex code.

Text Font Color

.myTextColor { color: #80FEC7; }

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

This text font color is #80FEC7.

Background Color

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

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

This div background color is #80FEC7.

Border color

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

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

This div border color is #80FEC7.

Opacity

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

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

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

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

This text has shadow with #80FEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80FEC7.

Preview

Color preview on black background

This text has color #80FEC7 on black background.


Color preview on white background

This text has color #80FEC7 on white background.


Black color preview on #80FEC7 background

This text has black color on #80FEC7 background.


White color preview on #80FEC7 background

This text has white color on #80FEC7 background.


Related colors

Complementary color

Complementary color for #hex is #7F0138.


I love getcolorcode.com

Triadic colors

1 #C780FE and #FEC780 with #80FEC7 are triadic colors.

2 #C7FE80 and #FE80C7 with #80FEC7 are triadic colors.