COLOR #80E1D2

HEX: #80E1D2
RGB: (128,225,210)

Color info

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

RGB color model

#80E1D2 color RGB value is (128,225,210).

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

RGB channels and saturation

R 128 of 255 = 50%
G 225 of 255 = 88%
B 210 of 255 = 82%

128
225
210

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

Portions of RGB colors in percentages

R + G + B =
128 + 225 + 210 = 563 (100%)
R 128 of 563 ~ 22.74%
G 225 of 563 ~ 39.96%
B 210 of 563 ~ 37.3%

%22.74
%39.96
%37.3

CMYK color model

#80E1D2 color CMYK value is (43,0,7,12).

  • cyan value is 43.11%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 11.76%
CMYK:
(43,0,7,12)
C43M0Y7K12 
(43%,0%,7%,12%)
(0.43/0.00/0.07/0.12)	

CMYK percentages

%43.11
%0
%6.67
%11.76

Codes

Color #80E1D2 in popluar color models

80E1D2
RGB128225210
HSL171°61.78%69.22%
HSB/HSV171°43.11%88.24%
CMYK43.11%0.00%6.67%
11.76%

Color #80E1D2 in popluar number systems.

HEX80E1D2
Decimal128225210
Binary100000001110000111010010
Octal200341322

Shades and tints

Shades of #80E1D2

#80E1D2
(128,225,210)
#75CDBF
(117,205,191)
#6AB9AC
(106,185,172)
#5FA599
(95,165,153)
#549186
(84,145,134)
#497D73
(73,125,115)
#3E6960
(62,105,96)
#33554D
(51,85,77)
#28413A
(40,65,58)
#1D2D27
(29,45,39)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #80E1D2

#80E1D2
(128,225,210)
#8BE3D6
(139,227,214)
#96E5DA
(150,229,218)
#A1E7DE
(161,231,222)
#ACE9E2
(172,233,226)
#B7EBE6
(183,235,230)
#C2EDEA
(194,237,234)
#CDEFEE
(205,239,238)
#D8F1F2
(216,241,242)
#E3F3F6
(227,243,246)
#EEF5FA
(238,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80E1D2; }

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

This text font color is #80E1D2.


Background Color

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

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

This div background color is #80E1D2.


Border color

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

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

This div border color is #80E1D2.


Opacity

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

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

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

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

This text has shadow with #80E1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80E1D2 on black background.


Color preview on white background

This text has color #80E1D2 on white background.



Black color preview on #80E1D2 background

This text has black color on #80E1D2 background.


White color preview on #80E1D2 background

This text has white color on #80E1D2 background.