COLOR #80C6CE

HEX: #80C6CE
RGB: (128,198,206)

Color info

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

RGB color model

#80C6CE color RGB value is (128,198,206).

  • red value is 128;
  • green value is 198;
  • blue value is 206.
RGB:
(128,198,206)
(50%,78%,81%)

RGB channels and saturation

R 128 of 255 = 50%
G 198 of 255 = 78%
B 206 of 255 = 81%

128
198
206

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

Portions of RGB colors in percentages

R + G + B =
128 + 198 + 206 = 532 (100%)
R 128 of 532 ~ 24.06%
G 198 of 532 ~ 37.22%
B 206 of 532 ~ 38.72%

%24.06
%37.22
%38.72

CMYK color model

#80C6CE color CMYK value is (38,4,0,19).

  • cyan value is 37.86%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(38,4,0,19)
C38M4Y0K19 
(38%,4%,0%,19%)
(0.38/0.04/0.00/0.19)	

CMYK percentages

%37.86
%3.88
%0
%19.22

Codes

Color #80C6CE in popluar color models

80C6CE
RGB128198206
HSL186°44.32%65.49%
HSB/HSV186°37.86%80.78%
CMYK37.86%3.88%0.00%
19.22%

Color #80C6CE in popluar number systems.

HEX80C6CE
Decimal128198206
Binary100000001100011011001110
Octal200306316

Shades and tints

Shades of #80C6CE

#80C6CE
(128,198,206)
#75B4BC
(117,180,188)
#6AA2AA
(106,162,170)
#5F9098
(95,144,152)
#547E86
(84,126,134)
#496C74
(73,108,116)
#3E5A62
(62,90,98)
#334850
(51,72,80)
#28363E
(40,54,62)
#1D242C
(29,36,44)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #80C6CE

#80C6CE
(128,198,206)
#8BCBD2
(139,203,210)
#96D0D6
(150,208,214)
#A1D5DA
(161,213,218)
#ACDADE
(172,218,222)
#B7DFE2
(183,223,226)
#C2E4E6
(194,228,230)
#CDE9EA
(205,233,234)
#D8EEEE
(216,238,238)
#E3F3F2
(227,243,242)
#EEF8F6
(238,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C6CE color. Also use rgb(128,198,206) instead hex code.

Text Font Color

.myTextColor { color: #80C6CE; }

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

This text font color is #80C6CE.


Background Color

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

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

This div background color is #80C6CE.


Border color

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

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

This div border color is #80C6CE.


Opacity

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

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

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

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

This text has shadow with #80C6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C6CE on black background.


Color preview on white background

This text has color #80C6CE on white background.



Black color preview on #80C6CE background

This text has black color on #80C6CE background.


White color preview on #80C6CE background

This text has white color on #80C6CE background.