COLOR #80EBC2

HEX: #80EBC2
RGB: (128,235,194)

Color info

#80EBC2 contains mainly green and blue colors. Web safe color of #80EBC2 is #66FFCC (or #6FC).

RGB color model

#80EBC2 color RGB value is (128,235,194).

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

RGB channels and saturation

R 128 of 255 = 50%
G 235 of 255 = 92%
B 194 of 255 = 76%

128
235
194

R + G + B ~ 73%. #80EBC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 235 + 194 = 557 (100%)
R 128 of 557 ~ 22.98%
G 235 of 557 ~ 42.19%
B 194 of 557 ~ 34.83%

%22.98
%42.19
%34.83

CMYK color model

#80EBC2 color CMYK value is (46,0,17,8).

  • cyan value is 45.53%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • key color value is 7.84%
CMYK:
(46,0,17,8)
C46M0Y17K8 
(46%,0%,17%,8%)
(0.46/0.00/0.17/0.08)	

CMYK percentages

%45.53
%0
%17.45
%7.84

Codes

Color #80EBC2 in popluar color models

80EBC2
RGB128235194
HSL157°72.79%71.18%
HSB/HSV157°45.53%92.16%
CMYK45.53%0.00%17.45%
7.84%

Color #80EBC2 in popluar number systems.

HEX80EBC2
Decimal128235194
Binary100000001110101111000010
Octal200353302

Shades and tints

Shades of #80EBC2

#80EBC2
(128,235,194)
#75D6B1
(117,214,177)
#6AC1A0
(106,193,160)
#5FAC8F
(95,172,143)
#54977E
(84,151,126)
#49826D
(73,130,109)
#3E6D5C
(62,109,92)
#33584B
(51,88,75)
#28433A
(40,67,58)
#1D2E29
(29,46,41)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #80EBC2

#80EBC2
(128,235,194)
#8BECC7
(139,236,199)
#96EDCC
(150,237,204)
#A1EED1
(161,238,209)
#ACEFD6
(172,239,214)
#B7F0DB
(183,240,219)
#C2F1E0
(194,241,224)
#CDF2E5
(205,242,229)
#D8F3EA
(216,243,234)
#E3F4EF
(227,244,239)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80EBC2; }

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

This text font color is #80EBC2.


Background Color

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

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

This div background color is #80EBC2.


Border color

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

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

This div border color is #80EBC2.


Opacity

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

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

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

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

This text has shadow with #80EBC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80EBC2 on black background.


Color preview on white background

This text has color #80EBC2 on white background.



Black color preview on #80EBC2 background

This text has black color on #80EBC2 background.


White color preview on #80EBC2 background

This text has white color on #80EBC2 background.