COLOR #80F8CB

HEX: #80F8CB
RGB: (128,248,203)

Color info

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

RGB color model

#80F8CB color RGB value is (128,248,203).

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

RGB channels and saturation

R 128 of 255 = 50%
G 248 of 255 = 97%
B 203 of 255 = 80%

128
248
203

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

Portions of RGB colors in percentages

R + G + B =
128 + 248 + 203 = 579 (100%)
R 128 of 579 ~ 22.11%
G 248 of 579 ~ 42.83%
B 203 of 579 ~ 35.06%

%22.11
%42.83
%35.06

CMYK color model

#80F8CB color CMYK value is (48,0,18,3).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 18.15%
  • key color value is 2.75%
CMYK:
(48,0,18,3)
C48M0Y18K3 
(48%,0%,18%,3%)
(0.48/0.00/0.18/0.03)	

CMYK percentages

%48.39
%0
%18.15
%2.75

Codes

Color #80F8CB in popluar color models

80F8CB
RGB128248203
HSL158°89.55%73.73%
HSB/HSV158°48.39%97.25%
CMYK48.39%0.00%18.15%
2.75%

Color #80F8CB in popluar number systems.

HEX80F8CB
Decimal128248203
Binary100000001111100011001011
Octal200370313

Shades and tints

Shades of #80F8CB

#80F8CB
(128,248,203)
#75E2B9
(117,226,185)
#6ACCA7
(106,204,167)
#5FB695
(95,182,149)
#54A083
(84,160,131)
#498A71
(73,138,113)
#3E745F
(62,116,95)
#335E4D
(51,94,77)
#28483B
(40,72,59)
#1D3229
(29,50,41)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #80F8CB

#80F8CB
(128,248,203)
#8BF8CF
(139,248,207)
#96F8D3
(150,248,211)
#A1F8D7
(161,248,215)
#ACF8DB
(172,248,219)
#B7F8DF
(183,248,223)
#C2F8E3
(194,248,227)
#CDF8E7
(205,248,231)
#D8F8EB
(216,248,235)
#E3F8EF
(227,248,239)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80F8CB; }

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

This text font color is #80F8CB.


Background Color

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

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

This div background color is #80F8CB.


Border color

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

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

This div border color is #80F8CB.


Opacity

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

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

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

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

This text has shadow with #80F8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80F8CB on black background.


Color preview on white background

This text has color #80F8CB on white background.



Black color preview on #80F8CB background

This text has black color on #80F8CB background.


White color preview on #80F8CB background

This text has white color on #80F8CB background.