COLOR #80FED3

HEX: #80FED3
RGB: (128,254,211)

Color info

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

RGB color model

#80FED3 color RGB value is (128,254,211).

  • red value is 128;
  • green value is 254;
  • blue value is 211.
RGB:
(128,254,211)
(50%,100%,83%)

RGB channels and saturation

R 128 of 255 = 50%
G 254 of 255 = 100%
B 211 of 255 = 83%

128
254
211

R + G + B ~ 78%. #80FED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 254 + 211 = 593 (100%)
R 128 of 593 ~ 21.59%
G 254 of 593 ~ 42.83%
B 211 of 593 ~ 35.58%

%21.59
%42.83
%35.58

CMYK color model

#80FED3 color CMYK value is (50,0,17,0).

  • cyan value is 49.61%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 0.39%
CMYK:
(50,0,17,0)
C50M0Y17K0 
(50%,0%,17%,0%)
(0.50/0.00/0.17/0.00)	

CMYK percentages

%49.61
%0
%16.93
%0.39

Codes

Color #80FED3 in popluar color models

80FED3
RGB128254211
HSL160°98.44%74.90%
HSB/HSV160°49.61%99.61%
CMYK49.61%0.00%16.93%
0.39%

Color #80FED3 in popluar number systems.

HEX80FED3
Decimal128254211
Binary100000001111111011010011
Octal200376323

Shades and tints

Shades of #80FED3

#80FED3
(128,254,211)
#75E7C0
(117,231,192)
#6AD0AD
(106,208,173)
#5FB99A
(95,185,154)
#54A287
(84,162,135)
#498B74
(73,139,116)
#3E7461
(62,116,97)
#335D4E
(51,93,78)
#28463B
(40,70,59)
#1D2F28
(29,47,40)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #80FED3

#80FED3
(128,254,211)
#8BFED7
(139,254,215)
#96FEDB
(150,254,219)
#A1FEDF
(161,254,223)
#ACFEE3
(172,254,227)
#B7FEE7
(183,254,231)
#C2FEEB
(194,254,235)
#CDFEEF
(205,254,239)
#D8FEF3
(216,254,243)
#E3FEF7
(227,254,247)
#EEFEFB
(238,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80FED3; }

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

This text font color is #80FED3.


Background Color

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

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

This div background color is #80FED3.


Border color

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

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

This div border color is #80FED3.


Opacity

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

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

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

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

This text has shadow with #80FED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80FED3 on black background.


Color preview on white background

This text has color #80FED3 on white background.



Black color preview on #80FED3 background

This text has black color on #80FED3 background.


White color preview on #80FED3 background

This text has white color on #80FED3 background.