COLOR #80E3B7

HEX: #80E3B7
RGB: (128,227,183)

Color info

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

RGB color model

#80E3B7 color RGB value is (128,227,183).

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

RGB channels and saturation

R 128 of 255 = 50%
G 227 of 255 = 89%
B 183 of 255 = 72%

128
227
183

R + G + B ~ 70%. #80E3B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 227 + 183 = 538 (100%)
R 128 of 538 ~ 23.79%
G 227 of 538 ~ 42.19%
B 183 of 538 ~ 34.01%

%23.79
%42.19
%34.01

CMYK color model

#80E3B7 color CMYK value is (44,0,19,11).

  • cyan value is 43.61%
  • magenta value is 0.00%
  • yellow value is 19.38%
  • key color value is 10.98%
CMYK:
(44,0,19,11)
C44M0Y19K11 
(44%,0%,19%,11%)
(0.44/0.00/0.19/0.11)	

CMYK percentages

%43.61
%0
%19.38
%10.98

Codes

Color #80E3B7 in popluar color models

80E3B7
RGB128227183
HSL153°63.87%69.61%
HSB/HSV153°43.61%89.02%
CMYK43.61%0.00%19.38%
10.98%

Color #80E3B7 in popluar number systems.

HEX80E3B7
Decimal128227183
Binary100000001110001110110111
Octal200343267

Shades and tints

Shades of #80E3B7

#80E3B7
(128,227,183)
#75CFA7
(117,207,167)
#6ABB97
(106,187,151)
#5FA787
(95,167,135)
#549377
(84,147,119)
#497F67
(73,127,103)
#3E6B57
(62,107,87)
#335747
(51,87,71)
#284337
(40,67,55)
#1D2F27
(29,47,39)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #80E3B7

#80E3B7
(128,227,183)
#8BE5BD
(139,229,189)
#96E7C3
(150,231,195)
#A1E9C9
(161,233,201)
#ACEBCF
(172,235,207)
#B7EDD5
(183,237,213)
#C2EFDB
(194,239,219)
#CDF1E1
(205,241,225)
#D8F3E7
(216,243,231)
#E3F5ED
(227,245,237)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80E3B7; }

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

This text font color is #80E3B7.


Background Color

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

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

This div background color is #80E3B7.


Border color

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

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

This div border color is #80E3B7.


Opacity

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

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

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

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

This text has shadow with #80E3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80E3B7 on black background.


Color preview on white background

This text has color #80E3B7 on white background.



Black color preview on #80E3B7 background

This text has black color on #80E3B7 background.


White color preview on #80E3B7 background

This text has white color on #80E3B7 background.