COLOR #80E1B9

HEX: #80E1B9
RGB: (128,225,185)

Color info

#80E1B9 contains mainly green and blue colors. Web safe color of #80E1B9 is #66CCCC (or #6CC).

RGB color model

#80E1B9 color RGB value is (128,225,185).

  • red value is 128;
  • green value is 225;
  • blue value is 185.
RGB:
(128,225,185)
(50%,88%,73%)

RGB channels and saturation

R 128 of 255 = 50%
G 225 of 255 = 88%
B 185 of 255 = 73%

128
225
185

R + G + B ~ 70%. #80E1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 225 + 185 = 538 (100%)
R 128 of 538 ~ 23.79%
G 225 of 538 ~ 41.82%
B 185 of 538 ~ 34.39%

%23.79
%41.82
%34.39

CMYK color model

#80E1B9 color CMYK value is (43,0,18,12).

  • cyan value is 43.11%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 11.76%
CMYK:
(43,0,18,12)
C43M0Y18K12 
(43%,0%,18%,12%)
(0.43/0.00/0.18/0.12)	

CMYK percentages

%43.11
%0
%17.78
%11.76

Codes

Color #80E1B9 in popluar color models

80E1B9
RGB128225185
HSL155°61.78%69.22%
HSB/HSV155°43.11%88.24%
CMYK43.11%0.00%17.78%
11.76%

Color #80E1B9 in popluar number systems.

HEX80E1B9
Decimal128225185
Binary100000001110000110111001
Octal200341271

Shades and tints

Shades of #80E1B9

#80E1B9
(128,225,185)
#75CDA9
(117,205,169)
#6AB999
(106,185,153)
#5FA589
(95,165,137)
#549179
(84,145,121)
#497D69
(73,125,105)
#3E6959
(62,105,89)
#335549
(51,85,73)
#284139
(40,65,57)
#1D2D29
(29,45,41)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #80E1B9

#80E1B9
(128,225,185)
#8BE3BF
(139,227,191)
#96E5C5
(150,229,197)
#A1E7CB
(161,231,203)
#ACE9D1
(172,233,209)
#B7EBD7
(183,235,215)
#C2EDDD
(194,237,221)
#CDEFE3
(205,239,227)
#D8F1E9
(216,241,233)
#E3F3EF
(227,243,239)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80E1B9 color. Also use rgb(128,225,185) instead hex code.

Text Font Color

.myTextColor { color: #80E1B9; }

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

This text font color is #80E1B9.


Background Color

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

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

This div background color is #80E1B9.


Border color

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

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

This div border color is #80E1B9.


Opacity

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

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

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

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

This text has shadow with #80E1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80E1B9 on black background.


Color preview on white background

This text has color #80E1B9 on white background.



Black color preview on #80E1B9 background

This text has black color on #80E1B9 background.


White color preview on #80E1B9 background

This text has white color on #80E1B9 background.