COLOR #80E9EE

HEX: #80E9EE
RGB: (128,233,238)

Color info

#80E9EE contains mainly green and blue colors. Web safe color of #80E9EE is #66FFFF (or #6FF).

RGB color model

#80E9EE color RGB value is (128,233,238).

  • red value is 128;
  • green value is 233;
  • blue value is 238.
RGB:
(128,233,238)
(50%,91%,93%)

RGB channels and saturation

R 128 of 255 = 50%
G 233 of 255 = 91%
B 238 of 255 = 93%

128
233
238

R + G + B ~ 78%. #80E9EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 233 + 238 = 599 (100%)
R 128 of 599 ~ 21.37%
G 233 of 599 ~ 38.9%
B 238 of 599 ~ 39.73%

%21.37
%38.9
%39.73

CMYK color model

#80E9EE color CMYK value is (46,2,0,7).

  • cyan value is 46.22%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(46,2,0,7)
C46M2Y0K7 
(46%,2%,0%,7%)
(0.46/0.02/0.00/0.07)	

CMYK percentages

%46.22
%2.1
%0
%6.67

Codes

Color #80E9EE in popluar color models

80E9EE
RGB128233238
HSL183°76.39%71.76%
HSB/HSV183°46.22%93.33%
CMYK46.22%2.10%0.00%
6.67%

Color #80E9EE in popluar number systems.

HEX80E9EE
Decimal128233238
Binary100000001110100111101110
Octal200351356

Shades and tints

Shades of #80E9EE

#80E9EE
(128,233,238)
#75D4D9
(117,212,217)
#6ABFC4
(106,191,196)
#5FAAAF
(95,170,175)
#54959A
(84,149,154)
#498085
(73,128,133)
#3E6B70
(62,107,112)
#33565B
(51,86,91)
#284146
(40,65,70)
#1D2C31
(29,44,49)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #80E9EE

#80E9EE
(128,233,238)
#8BEBEF
(139,235,239)
#96EDF0
(150,237,240)
#A1EFF1
(161,239,241)
#ACF1F2
(172,241,242)
#B7F3F3
(183,243,243)
#C2F5F4
(194,245,244)
#CDF7F5
(205,247,245)
#D8F9F6
(216,249,246)
#E3FBF7
(227,251,247)
#EEFDF8
(238,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80E9EE color. Also use rgb(128,233,238) instead hex code.

Text Font Color

.myTextColor { color: #80E9EE; }

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

This text font color is #80E9EE.


Background Color

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

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

This div background color is #80E9EE.


Border color

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

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

This div border color is #80E9EE.


Opacity

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

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

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

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

This text has shadow with #80E9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80E9EE on black background.


Color preview on white background

This text has color #80E9EE on white background.



Black color preview on #80E9EE background

This text has black color on #80E9EE background.


White color preview on #80E9EE background

This text has white color on #80E9EE background.