COLOR #80E3D2

HEX: #80E3D2
RGB: (128,227,210)

Color info

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

RGB color model

#80E3D2 color RGB value is (128,227,210).

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

RGB channels and saturation

R 128 of 255 = 50%
G 227 of 255 = 89%
B 210 of 255 = 82%

128
227
210

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

Portions of RGB colors in percentages

R + G + B =
128 + 227 + 210 = 565 (100%)
R 128 of 565 ~ 22.65%
G 227 of 565 ~ 40.18%
B 210 of 565 ~ 37.17%

%22.65
%40.18
%37.17

CMYK color model

#80E3D2 color CMYK value is (44,0,7,11).

  • cyan value is 43.61%
  • magenta value is 0.00%
  • yellow value is 7.49%
  • key color value is 10.98%
CMYK:
(44,0,7,11)
C44M0Y7K11 
(44%,0%,7%,11%)
(0.44/0.00/0.07/0.11)	

CMYK percentages

%43.61
%0
%7.49
%10.98

Codes

Color #80E3D2 in popluar color models

80E3D2
RGB128227210
HSL170°63.87%69.61%
HSB/HSV170°43.61%89.02%
CMYK43.61%0.00%7.49%
10.98%

Color #80E3D2 in popluar number systems.

HEX80E3D2
Decimal128227210
Binary100000001110001111010010
Octal200343322

Shades and tints

Shades of #80E3D2

#80E3D2
(128,227,210)
#75CFBF
(117,207,191)
#6ABBAC
(106,187,172)
#5FA799
(95,167,153)
#549386
(84,147,134)
#497F73
(73,127,115)
#3E6B60
(62,107,96)
#33574D
(51,87,77)
#28433A
(40,67,58)
#1D2F27
(29,47,39)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #80E3D2

#80E3D2
(128,227,210)
#8BE5D6
(139,229,214)
#96E7DA
(150,231,218)
#A1E9DE
(161,233,222)
#ACEBE2
(172,235,226)
#B7EDE6
(183,237,230)
#C2EFEA
(194,239,234)
#CDF1EE
(205,241,238)
#D8F3F2
(216,243,242)
#E3F5F6
(227,245,246)
#EEF7FA
(238,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80E3D2; }

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

This text font color is #80E3D2.


Background Color

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

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

This div background color is #80E3D2.


Border color

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

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

This div border color is #80E3D2.


Opacity

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

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

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

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

This text has shadow with #80E3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80E3D2 on black background.


Color preview on white background

This text has color #80E3D2 on white background.



Black color preview on #80E3D2 background

This text has black color on #80E3D2 background.


White color preview on #80E3D2 background

This text has white color on #80E3D2 background.