COLOR #80E7D1

HEX: #80E7D1
RGB: (128,231,209)

Color info

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

RGB color model

#80E7D1 color RGB value is (128,231,209).

  • red value is 128;
  • green value is 231;
  • blue value is 209.
RGB:
(128,231,209)
(50%,91%,82%)

RGB channels and saturation

R 128 of 255 = 50%
G 231 of 255 = 91%
B 209 of 255 = 82%

128
231
209

R + G + B ~ 74%. #80E7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 231 + 209 = 568 (100%)
R 128 of 568 ~ 22.54%
G 231 of 568 ~ 40.67%
B 209 of 568 ~ 36.8%

%22.54
%40.67
%36.8

CMYK color model

#80E7D1 color CMYK value is (45,0,10,9).

  • cyan value is 44.59%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 9.41%
CMYK:
(45,0,10,9)
C45M0Y10K9 
(45%,0%,10%,9%)
(0.45/0.00/0.10/0.09)	

CMYK percentages

%44.59
%0
%9.52
%9.41

Codes

Color #80E7D1 in popluar color models

80E7D1
RGB128231209
HSL167°68.21%70.39%
HSB/HSV167°44.59%90.59%
CMYK44.59%0.00%9.52%
9.41%

Color #80E7D1 in popluar number systems.

HEX80E7D1
Decimal128231209
Binary100000001110011111010001
Octal200347321

Shades and tints

Shades of #80E7D1

#80E7D1
(128,231,209)
#75D2BE
(117,210,190)
#6ABDAB
(106,189,171)
#5FA898
(95,168,152)
#549385
(84,147,133)
#497E72
(73,126,114)
#3E695F
(62,105,95)
#33544C
(51,84,76)
#283F39
(40,63,57)
#1D2A26
(29,42,38)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80E7D1

#80E7D1
(128,231,209)
#8BE9D5
(139,233,213)
#96EBD9
(150,235,217)
#A1EDDD
(161,237,221)
#ACEFE1
(172,239,225)
#B7F1E5
(183,241,229)
#C2F3E9
(194,243,233)
#CDF5ED
(205,245,237)
#D8F7F1
(216,247,241)
#E3F9F5
(227,249,245)
#EEFBF9
(238,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80E7D1 color. Also use rgb(128,231,209) instead hex code.

Text Font Color

.myTextColor { color: #80E7D1; }

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

This text font color is #80E7D1.


Background Color

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

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

This div background color is #80E7D1.


Border color

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

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

This div border color is #80E7D1.


Opacity

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

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

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

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

This text has shadow with #80E7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80E7D1 on black background.


Color preview on white background

This text has color #80E7D1 on white background.



Black color preview on #80E7D1 background

This text has black color on #80E7D1 background.


White color preview on #80E7D1 background

This text has white color on #80E7D1 background.