COLOR #80E0D5

HEX: #80E0D5
RGB: (128,224,213)

Color info

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

RGB color model

#80E0D5 color RGB value is (128,224,213).

  • red value is 128;
  • green value is 224;
  • blue value is 213.
RGB:
(128,224,213)
(50%,88%,84%)

RGB channels and saturation

R 128 of 255 = 50%
G 224 of 255 = 88%
B 213 of 255 = 84%

128
224
213

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

Portions of RGB colors in percentages

R + G + B =
128 + 224 + 213 = 565 (100%)
R 128 of 565 ~ 22.65%
G 224 of 565 ~ 39.65%
B 213 of 565 ~ 37.7%

%22.65
%39.65
%37.7

CMYK color model

#80E0D5 color CMYK value is (43,0,5,12).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 4.91%
  • key color value is 12.16%
CMYK:
(43,0,5,12)
C43M0Y5K12 
(43%,0%,5%,12%)
(0.43/0.00/0.05/0.12)	

CMYK percentages

%42.86
%0
%4.91
%12.16

Codes

Color #80E0D5 in popluar color models

80E0D5
RGB128224213
HSL173°60.76%69.02%
HSB/HSV173°42.86%87.84%
CMYK42.86%0.00%4.91%
12.16%

Color #80E0D5 in popluar number systems.

HEX80E0D5
Decimal128224213
Binary100000001110000011010101
Octal200340325

Shades and tints

Shades of #80E0D5

#80E0D5
(128,224,213)
#75CCC2
(117,204,194)
#6AB8AF
(106,184,175)
#5FA49C
(95,164,156)
#549089
(84,144,137)
#497C76
(73,124,118)
#3E6863
(62,104,99)
#335450
(51,84,80)
#28403D
(40,64,61)
#1D2C2A
(29,44,42)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #80E0D5

#80E0D5
(128,224,213)
#8BE2D8
(139,226,216)
#96E4DB
(150,228,219)
#A1E6DE
(161,230,222)
#ACE8E1
(172,232,225)
#B7EAE4
(183,234,228)
#C2ECE7
(194,236,231)
#CDEEEA
(205,238,234)
#D8F0ED
(216,240,237)
#E3F2F0
(227,242,240)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80E0D5 color. Also use rgb(128,224,213) instead hex code.

Text Font Color

.myTextColor { color: #80E0D5; }

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

This text font color is #80E0D5.


Background Color

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

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

This div background color is #80E0D5.


Border color

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

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

This div border color is #80E0D5.


Opacity

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

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

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

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

This text has shadow with #80E0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80E0D5 on black background.


Color preview on white background

This text has color #80E0D5 on white background.



Black color preview on #80E0D5 background

This text has black color on #80E0D5 background.


White color preview on #80E0D5 background

This text has white color on #80E0D5 background.