COLOR #80F8B7

HEX: #80F8B7
RGB: (128,248,183)

Color info

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

RGB color model

#80F8B7 color RGB value is (128,248,183).

  • red value is 128;
  • green value is 248;
  • blue value is 183.
RGB:
(128,248,183)
(50%,97%,72%)

RGB channels and saturation

R 128 of 255 = 50%
G 248 of 255 = 97%
B 183 of 255 = 72%

128
248
183

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

Portions of RGB colors in percentages

R + G + B =
128 + 248 + 183 = 559 (100%)
R 128 of 559 ~ 22.9%
G 248 of 559 ~ 44.36%
B 183 of 559 ~ 32.74%

%22.9
%44.36
%32.74

CMYK color model

#80F8B7 color CMYK value is (48,0,26,3).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 26.21%
  • key color value is 2.75%
CMYK:
(48,0,26,3)
C48M0Y26K3 
(48%,0%,26%,3%)
(0.48/0.00/0.26/0.03)	

CMYK percentages

%48.39
%0
%26.21
%2.75

Codes

Color #80F8B7 in popluar color models

80F8B7
RGB128248183
HSL148°89.55%73.73%
HSB/HSV148°48.39%97.25%
CMYK48.39%0.00%26.21%
2.75%

Color #80F8B7 in popluar number systems.

HEX80F8B7
Decimal128248183
Binary100000001111100010110111
Octal200370267

Shades and tints

Shades of #80F8B7

#80F8B7
(128,248,183)
#75E2A7
(117,226,167)
#6ACC97
(106,204,151)
#5FB687
(95,182,135)
#54A077
(84,160,119)
#498A67
(73,138,103)
#3E7457
(62,116,87)
#335E47
(51,94,71)
#284837
(40,72,55)
#1D3227
(29,50,39)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #80F8B7

#80F8B7
(128,248,183)
#8BF8BD
(139,248,189)
#96F8C3
(150,248,195)
#A1F8C9
(161,248,201)
#ACF8CF
(172,248,207)
#B7F8D5
(183,248,213)
#C2F8DB
(194,248,219)
#CDF8E1
(205,248,225)
#D8F8E7
(216,248,231)
#E3F8ED
(227,248,237)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80F8B7 color. Also use rgb(128,248,183) instead hex code.

Text Font Color

.myTextColor { color: #80F8B7; }

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

This text font color is #80F8B7.


Background Color

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

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

This div background color is #80F8B7.


Border color

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

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

This div border color is #80F8B7.


Opacity

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

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

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

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

This text has shadow with #80F8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80F8B7 on black background.


Color preview on white background

This text has color #80F8B7 on white background.



Black color preview on #80F8B7 background

This text has black color on #80F8B7 background.


White color preview on #80F8B7 background

This text has white color on #80F8B7 background.