COLOR #80C2C7

HEX: #80C2C7
RGB: (128,194,199)

Color info

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

RGB color model

#80C2C7 color RGB value is (128,194,199).

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

RGB channels and saturation

R 128 of 255 = 50%
G 194 of 255 = 76%
B 199 of 255 = 78%

128
194
199

R + G + B ~ 68%. #80C2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 194 + 199 = 521 (100%)
R 128 of 521 ~ 24.57%
G 194 of 521 ~ 37.24%
B 199 of 521 ~ 38.2%

%24.57
%37.24
%38.2

CMYK color model

#80C2C7 color CMYK value is (36,3,0,22).

  • cyan value is 35.68%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(36,3,0,22)
C36M3Y0K22 
(36%,3%,0%,22%)
(0.36/0.03/0.00/0.22)	

CMYK percentages

%35.68
%2.51
%0
%21.96

Codes

Color #80C2C7 in popluar color models

80C2C7
RGB128194199
HSL184°38.80%64.12%
HSB/HSV184°35.68%78.04%
CMYK35.68%2.51%0.00%
21.96%

Color #80C2C7 in popluar number systems.

HEX80C2C7
Decimal128194199
Binary100000001100001011000111
Octal200302307

Shades and tints

Shades of #80C2C7

#80C2C7
(128,194,199)
#75B1B5
(117,177,181)
#6AA0A3
(106,160,163)
#5F8F91
(95,143,145)
#547E7F
(84,126,127)
#496D6D
(73,109,109)
#3E5C5B
(62,92,91)
#334B49
(51,75,73)
#283A37
(40,58,55)
#1D2925
(29,41,37)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #80C2C7

#80C2C7
(128,194,199)
#8BC7CC
(139,199,204)
#96CCD1
(150,204,209)
#A1D1D6
(161,209,214)
#ACD6DB
(172,214,219)
#B7DBE0
(183,219,224)
#C2E0E5
(194,224,229)
#CDE5EA
(205,229,234)
#D8EAEF
(216,234,239)
#E3EFF4
(227,239,244)
#EEF4F9
(238,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C2C7; }

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

This text font color is #80C2C7.


Background Color

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

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

This div background color is #80C2C7.


Border color

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

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

This div border color is #80C2C7.


Opacity

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

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

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

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

This text has shadow with #80C2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C2C7 on black background.


Color preview on white background

This text has color #80C2C7 on white background.



Black color preview on #80C2C7 background

This text has black color on #80C2C7 background.


White color preview on #80C2C7 background

This text has white color on #80C2C7 background.