COLOR #80F0BD

HEX: #80F0BD
RGB: (128,240,189)

Color info

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

RGB color model

#80F0BD color RGB value is (128,240,189).

  • red value is 128;
  • green value is 240;
  • blue value is 189.
RGB:
(128,240,189)
(50%,94%,74%)

RGB channels and saturation

R 128 of 255 = 50%
G 240 of 255 = 94%
B 189 of 255 = 74%

128
240
189

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

Portions of RGB colors in percentages

R + G + B =
128 + 240 + 189 = 557 (100%)
R 128 of 557 ~ 22.98%
G 240 of 557 ~ 43.09%
B 189 of 557 ~ 33.93%

%22.98
%43.09
%33.93

CMYK color model

#80F0BD color CMYK value is (47,0,21,6).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 21.25%
  • key color value is 5.88%
CMYK:
(47,0,21,6)
C47M0Y21K6 
(47%,0%,21%,6%)
(0.47/0.00/0.21/0.06)	

CMYK percentages

%46.67
%0
%21.25
%5.88

Codes

Color #80F0BD in popluar color models

80F0BD
RGB128240189
HSL153°78.87%72.16%
HSB/HSV153°46.67%94.12%
CMYK46.67%0.00%21.25%
5.88%

Color #80F0BD in popluar number systems.

HEX80F0BD
Decimal128240189
Binary100000001111000010111101
Octal200360275

Shades and tints

Shades of #80F0BD

#80F0BD
(128,240,189)
#75DBAC
(117,219,172)
#6AC69B
(106,198,155)
#5FB18A
(95,177,138)
#549C79
(84,156,121)
#498768
(73,135,104)
#3E7257
(62,114,87)
#335D46
(51,93,70)
#284835
(40,72,53)
#1D3324
(29,51,36)
#121E13
(18,30,19)
#000000
(0,0,0)

Tints of #80F0BD

#80F0BD
(128,240,189)
#8BF1C3
(139,241,195)
#96F2C9
(150,242,201)
#A1F3CF
(161,243,207)
#ACF4D5
(172,244,213)
#B7F5DB
(183,245,219)
#C2F6E1
(194,246,225)
#CDF7E7
(205,247,231)
#D8F8ED
(216,248,237)
#E3F9F3
(227,249,243)
#EEFAF9
(238,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80F0BD color. Also use rgb(128,240,189) instead hex code.

Text Font Color

.myTextColor { color: #80F0BD; }

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

This text font color is #80F0BD.


Background Color

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

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

This div background color is #80F0BD.


Border color

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

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

This div border color is #80F0BD.


Opacity

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

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

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

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

This text has shadow with #80F0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80F0BD on black background.


Color preview on white background

This text has color #80F0BD on white background.



Black color preview on #80F0BD background

This text has black color on #80F0BD background.


White color preview on #80F0BD background

This text has white color on #80F0BD background.