COLOR #80C6CF

HEX: #80C6CF
RGB: (128,198,207)

Color info

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

RGB color model

#80C6CF color RGB value is (128,198,207).

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

RGB channels and saturation

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

128
198
207

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

Portions of RGB colors in percentages

R + G + B =
128 + 198 + 207 = 533 (100%)
R 128 of 533 ~ 24.02%
G 198 of 533 ~ 37.15%
B 207 of 533 ~ 38.84%

%24.02
%37.15
%38.84

CMYK color model

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

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

CMYK percentages

%38.16
%4.35
%0
%18.82

Codes

Color #80C6CF in popluar color models

80C6CF
RGB128198207
HSL187°45.14%65.69%
HSB/HSV187°38.16%81.18%
CMYK38.16%4.35%0.00%
18.82%

Color #80C6CF in popluar number systems.

HEX80C6CF
Decimal128198207
Binary100000001100011011001111
Octal200306317

Shades and tints

Shades of #80C6CF

#80C6CF
(128,198,207)
#75B4BD
(117,180,189)
#6AA2AB
(106,162,171)
#5F9099
(95,144,153)
#547E87
(84,126,135)
#496C75
(73,108,117)
#3E5A63
(62,90,99)
#334851
(51,72,81)
#28363F
(40,54,63)
#1D242D
(29,36,45)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #80C6CF

#80C6CF
(128,198,207)
#8BCBD3
(139,203,211)
#96D0D7
(150,208,215)
#A1D5DB
(161,213,219)
#ACDADF
(172,218,223)
#B7DFE3
(183,223,227)
#C2E4E7
(194,228,231)
#CDE9EB
(205,233,235)
#D8EEEF
(216,238,239)
#E3F3F3
(227,243,243)
#EEF8F7
(238,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C6CF; }

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

This text font color is #80C6CF.


Background Color

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

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

This div background color is #80C6CF.


Border color

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

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

This div border color is #80C6CF.


Opacity

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

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

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

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

This text has shadow with #80C6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C6CF on black background.


Color preview on white background

This text has color #80C6CF on white background.



Black color preview on #80C6CF background

This text has black color on #80C6CF background.


White color preview on #80C6CF background

This text has white color on #80C6CF background.