COLOR #80EBED

HEX: #80EBED
RGB: (128,235,237)

Color info

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

RGB color model

#80EBED color RGB value is (128,235,237).

  • red value is 128;
  • green value is 235;
  • blue value is 237.
RGB:
(128,235,237)
(50%,92%,93%)

RGB channels and saturation

R 128 of 255 = 50%
G 235 of 255 = 92%
B 237 of 255 = 93%

128
235
237

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

Portions of RGB colors in percentages

R + G + B =
128 + 235 + 237 = 600 (100%)
R 128 of 600 ~ 21.33%
G 235 of 600 ~ 39.17%
B 237 of 600 ~ 39.5%

%21.33
%39.17
%39.5

CMYK color model

#80EBED color CMYK value is (46,1,0,7).

  • cyan value is 45.99%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(46,1,0,7)
C46M1Y0K7 
(46%,1%,0%,7%)
(0.46/0.01/0.00/0.07)	

CMYK percentages

%45.99
%0.84
%0
%7.06

Codes

Color #80EBED in popluar color models

80EBED
RGB128235237
HSL181°75.17%71.57%
HSB/HSV181°45.99%92.94%
CMYK45.99%0.84%0.00%
7.06%

Color #80EBED in popluar number systems.

HEX80EBED
Decimal128235237
Binary100000001110101111101101
Octal200353355

Shades and tints

Shades of #80EBED

#80EBED
(128,235,237)
#75D6D8
(117,214,216)
#6AC1C3
(106,193,195)
#5FACAE
(95,172,174)
#549799
(84,151,153)
#498284
(73,130,132)
#3E6D6F
(62,109,111)
#33585A
(51,88,90)
#284345
(40,67,69)
#1D2E30
(29,46,48)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #80EBED

#80EBED
(128,235,237)
#8BECEE
(139,236,238)
#96EDEF
(150,237,239)
#A1EEF0
(161,238,240)
#ACEFF1
(172,239,241)
#B7F0F2
(183,240,242)
#C2F1F3
(194,241,243)
#CDF2F4
(205,242,244)
#D8F3F5
(216,243,245)
#E3F4F6
(227,244,246)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80EBED color. Also use rgb(128,235,237) instead hex code.

Text Font Color

.myTextColor { color: #80EBED; }

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

This text font color is #80EBED.


Background Color

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

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

This div background color is #80EBED.


Border color

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

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

This div border color is #80EBED.


Opacity

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

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

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

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

This text has shadow with #80EBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80EBED on black background.


Color preview on white background

This text has color #80EBED on white background.



Black color preview on #80EBED background

This text has black color on #80EBED background.


White color preview on #80EBED background

This text has white color on #80EBED background.