COLOR #80C0C5

HEX: #80C0C5
RGB: (128,192,197)

Color info

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

RGB color model

#80C0C5 color RGB value is (128,192,197).

  • red value is 128;
  • green value is 192;
  • blue value is 197.
RGB:
(128,192,197)
(50%,75%,77%)

RGB channels and saturation

R 128 of 255 = 50%
G 192 of 255 = 75%
B 197 of 255 = 77%

128
192
197

R + G + B ~ 67%. #80C0C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 192 + 197 = 517 (100%)
R 128 of 517 ~ 24.76%
G 192 of 517 ~ 37.14%
B 197 of 517 ~ 38.1%

%24.76
%37.14
%38.1

CMYK color model

#80C0C5 color CMYK value is (35,3,0,23).

  • cyan value is 35.03%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(35,3,0,23)
C35M3Y0K23 
(35%,3%,0%,23%)
(0.35/0.03/0.00/0.23)	

CMYK percentages

%35.03
%2.54
%0
%22.75

Codes

Color #80C0C5 in popluar color models

80C0C5
RGB128192197
HSL184°37.30%63.73%
HSB/HSV184°35.03%77.25%
CMYK35.03%2.54%0.00%
22.75%

Color #80C0C5 in popluar number systems.

HEX80C0C5
Decimal128192197
Binary100000001100000011000101
Octal200300305

Shades and tints

Shades of #80C0C5

#80C0C5
(128,192,197)
#75AFB4
(117,175,180)
#6A9EA3
(106,158,163)
#5F8D92
(95,141,146)
#547C81
(84,124,129)
#496B70
(73,107,112)
#3E5A5F
(62,90,95)
#33494E
(51,73,78)
#28383D
(40,56,61)
#1D272C
(29,39,44)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #80C0C5

#80C0C5
(128,192,197)
#8BC5CA
(139,197,202)
#96CACF
(150,202,207)
#A1CFD4
(161,207,212)
#ACD4D9
(172,212,217)
#B7D9DE
(183,217,222)
#C2DEE3
(194,222,227)
#CDE3E8
(205,227,232)
#D8E8ED
(216,232,237)
#E3EDF2
(227,237,242)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C0C5 color. Also use rgb(128,192,197) instead hex code.

Text Font Color

.myTextColor { color: #80C0C5; }

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

This text font color is #80C0C5.


Background Color

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

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

This div background color is #80C0C5.


Border color

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

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

This div border color is #80C0C5.


Opacity

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

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

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

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

This text has shadow with #80C0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C0C5 on black background.


Color preview on white background

This text has color #80C0C5 on white background.



Black color preview on #80C0C5 background

This text has black color on #80C0C5 background.


White color preview on #80C0C5 background

This text has white color on #80C0C5 background.