COLOR #80C6B6

HEX: #80C6B6
RGB: (128,198,182)

Color info

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

RGB color model

#80C6B6 color RGB value is (128,198,182).

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

RGB channels and saturation

R 128 of 255 = 50%
G 198 of 255 = 78%
B 182 of 255 = 71%

128
198
182

R + G + B ~ 66%. #80C6B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 198 + 182 = 508 (100%)
R 128 of 508 ~ 25.2%
G 198 of 508 ~ 38.98%
B 182 of 508 ~ 35.83%

%25.2
%38.98
%35.83

CMYK color model

#80C6B6 color CMYK value is (35,0,8,22).

  • cyan value is 35.35%
  • magenta value is 0.00%
  • yellow value is 8.08%
  • key color value is 22.35%
CMYK:
(35,0,8,22)
C35M0Y8K22 
(35%,0%,8%,22%)
(0.35/0.00/0.08/0.22)	

CMYK percentages

%35.35
%0
%8.08
%22.35

Codes

Color #80C6B6 in popluar color models

80C6B6
RGB128198182
HSL166°38.04%63.92%
HSB/HSV166°35.35%77.65%
CMYK35.35%0.00%8.08%
22.35%

Color #80C6B6 in popluar number systems.

HEX80C6B6
Decimal128198182
Binary100000001100011010110110
Octal200306266

Shades and tints

Shades of #80C6B6

#80C6B6
(128,198,182)
#75B4A6
(117,180,166)
#6AA296
(106,162,150)
#5F9086
(95,144,134)
#547E76
(84,126,118)
#496C66
(73,108,102)
#3E5A56
(62,90,86)
#334846
(51,72,70)
#283636
(40,54,54)
#1D2426
(29,36,38)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #80C6B6

#80C6B6
(128,198,182)
#8BCBBC
(139,203,188)
#96D0C2
(150,208,194)
#A1D5C8
(161,213,200)
#ACDACE
(172,218,206)
#B7DFD4
(183,223,212)
#C2E4DA
(194,228,218)
#CDE9E0
(205,233,224)
#D8EEE6
(216,238,230)
#E3F3EC
(227,243,236)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C6B6; }

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

This text font color is #80C6B6.


Background Color

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

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

This div background color is #80C6B6.


Border color

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

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

This div border color is #80C6B6.


Opacity

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

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

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

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

This text has shadow with #80C6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C6B6 on black background.


Color preview on white background

This text has color #80C6B6 on white background.



Black color preview on #80C6B6 background

This text has black color on #80C6B6 background.


White color preview on #80C6B6 background

This text has white color on #80C6B6 background.