COLOR #80E2CB

HEX: #80E2CB RGB: (128,226,203)

Color info

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

RGB color model

#80E2CB color RGB value is (128,226,203).

RGB: (128,226,203) (50%, 89%, 80%)

RGB channels and saturation

R 128 of 255 = 50%
G 226 of 255 = 89%
B 203 of 255 = 80%

128
226
203

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

Portions of RGB colors in percentages

R + G + B = 128 + 226 + 203 = 557 (100%)
R 128 of 557 ~ 22.98%
G 226 of 557 ~ 40.57%
B 203 of 557 ~ 36.45'%

%22.98
%40.57
%36.45

CMYK color model

#80E2CB color CMYK value is (43,0,10,11).

  • cyan value is 43.36%
  • magenta value is 0.00%
  • yellow value is 10.18%
  • key color value is 11.37%

CMYK: (43,0,10,11)
C43M0Y10K11 (43%, 0%, 10%, 11%)
(0.43 / 0.00 / 0.10 / 0.11)

CMYK percentages

%43.36
%0
%10.18
%11.37

Codes

Color #80E2CB in popluar color models

80 E2 CB
RGB 128 226 203
HSL 166° 62.82% 69.41%
HSB/HSV 166° 43.36% 88.63%
CMYK 43.36% 0.00% 10.18%
11.37%

Color #80E2CB in popluar number systems.

HEX 80 E2 CB
Decimal 128 226 203
Binary 10000000 11100010 11001011
Octal 200 342 313

Shades and tints

Shades of #80E2CB

#80E2CB
(128,226,203)
#75CEB9
(117,206,185)
#6ABAA7
(106,186,167)
#5FA695
(95,166,149)
#549283
(84,146,131)
#497E71
(73,126,113)
#3E6A5F
(62,106,95)
#33564D
(51,86,77)
#28423B
(40,66,59)
#1D2E29
(29,46,41)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #80E2CB

#80E2CB
(128,226,203)
#8BE4CF
(139,228,207)
#96E6D3
(150,230,211)
#A1E8D7
(161,232,215)
#ACEADB
(172,234,219)
#B7ECDF
(183,236,223)
#C2EEE3
(194,238,227)
#CDF0E7
(205,240,231)
#D8F2EB
(216,242,235)
#E3F4EF
(227,244,239)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80E2CB color. Also use rgb(128,226,203) instead hex code.

Text Font Color

.myTextColor { color: #80E2CB; }

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

This text font color is #80E2CB.

Background Color

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

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

This div background color is #80E2CB.

Border color

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

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

This div border color is #80E2CB.

Opacity

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

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

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

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

This text has shadow with #80E2CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80E2CB.

Preview

Color preview on black background

This text has color #80E2CB on black background.


Color preview on white background

This text has color #80E2CB on white background.


Black color preview on #80E2CB background

This text has black color on #80E2CB background.


White color preview on #80E2CB background

This text has white color on #80E2CB background.


Related colors

Complementary color

Complementary color for #hex is #7F1D34.


I love getcolorcode.com

Triadic colors

1 #CB80E2 and #E2CB80 with #80E2CB are triadic colors.

2 #CBE280 and #E280CB with #80E2CB are triadic colors.