COLOR #80FBB4

HEX: #80FBB4
RGB: (128,251,180)

Color info

#80FBB4 contains mainly green color. Web safe color of #80FBB4 is #66FFCC (or #6FC).

RGB color model

#80FBB4 color RGB value is (128,251,180).

  • red value is 128;
  • green value is 251;
  • blue value is 180.
RGB:
(128,251,180)
(50%,98%,71%)

RGB channels and saturation

R 128 of 255 = 50%
G 251 of 255 = 98%
B 180 of 255 = 71%

128
251
180

R + G + B ~ 73%. #80FBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 251 + 180 = 559 (100%)
R 128 of 559 ~ 22.9%
G 251 of 559 ~ 44.9%
B 180 of 559 ~ 32.2%

%22.9
%44.9
%32.2

CMYK color model

#80FBB4 color CMYK value is (49,0,28,2).

  • cyan value is 49.00%
  • magenta value is 0.00%
  • yellow value is 28.29%
  • key color value is 1.57%
CMYK:
(49,0,28,2)
C49M0Y28K2 
(49%,0%,28%,2%)
(0.49/0.00/0.28/0.02)	

CMYK percentages

%49
%0
%28.29
%1.57

Codes

Color #80FBB4 in popluar color models

80FBB4
RGB128251180
HSL145°93.89%74.31%
HSB/HSV145°49.00%98.43%
CMYK49.00%0.00%28.29%
1.57%

Color #80FBB4 in popluar number systems.

HEX80FBB4
Decimal128251180
Binary100000001111101110110100
Octal200373264

Shades and tints

Shades of #80FBB4

#80FBB4
(128,251,180)
#75E5A4
(117,229,164)
#6ACF94
(106,207,148)
#5FB984
(95,185,132)
#54A374
(84,163,116)
#498D64
(73,141,100)
#3E7754
(62,119,84)
#336144
(51,97,68)
#284B34
(40,75,52)
#1D3524
(29,53,36)
#121F14
(18,31,20)
#000000
(0,0,0)

Tints of #80FBB4

#80FBB4
(128,251,180)
#8BFBBA
(139,251,186)
#96FBC0
(150,251,192)
#A1FBC6
(161,251,198)
#ACFBCC
(172,251,204)
#B7FBD2
(183,251,210)
#C2FBD8
(194,251,216)
#CDFBDE
(205,251,222)
#D8FBE4
(216,251,228)
#E3FBEA
(227,251,234)
#EEFBF0
(238,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80FBB4 color. Also use rgb(128,251,180) instead hex code.

Text Font Color

.myTextColor { color: #80FBB4; }

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

This text font color is #80FBB4.


Background Color

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

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

This div background color is #80FBB4.


Border color

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

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

This div border color is #80FBB4.


Opacity

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

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

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

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

This text has shadow with #80FBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80FBB4 on black background.


Color preview on white background

This text has color #80FBB4 on white background.



Black color preview on #80FBB4 background

This text has black color on #80FBB4 background.


White color preview on #80FBB4 background

This text has white color on #80FBB4 background.