COLOR #80C8C8

HEX: #80C8C8 RGB: (128,200,200)

Color info

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

RGB color model

#80C8C8 color RGB value is (128,200,200).

RGB: (128,200,200) (50%, 78%, 78%)

RGB channels and saturation

R 128 of 255 = 50%
G 200 of 255 = 78%
B 200 of 255 = 78%

128
200
200

R + G + B ~ 69%. #80C8C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 200 + 200 = 528 (100%)
R 128 of 528 ~ 24.24%
G 200 of 528 ~ 37.88%
B 200 of 528 ~ 37.88'%

%24.24
%37.88
%37.88

CMYK color model

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

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (36,0,0,22)
C36M0Y0K22 (36%, 0%, 0%, 22%)
(0.36 / 0.00 / 0.00 / 0.22)

CMYK percentages

%36
%0
%0
%21.57

Codes

Color #80C8C8 in popluar color models

80 C8 C8
RGB 128 200 200
HSL 180° 39.56% 64.31%
HSB/HSV 180° 36.00% 78.43%
CMYK 36.00% 0.00% 0.00%
21.57%

Color #80C8C8 in popluar number systems.

HEX 80 C8 C8
Decimal 128 200 200
Binary 10000000 11001000 11001000
Octal 200 310 310

Shades and tints

Shades of #80C8C8

#80C8C8
(128,200,200)
#75B6B6
(117,182,182)
#6AA4A4
(106,164,164)
#5F9292
(95,146,146)
#548080
(84,128,128)
#496E6E
(73,110,110)
#3E5C5C
(62,92,92)
#334A4A
(51,74,74)
#283838
(40,56,56)
#1D2626
(29,38,38)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #80C8C8

#80C8C8
(128,200,200)
#8BCDCD
(139,205,205)
#96D2D2
(150,210,210)
#A1D7D7
(161,215,215)
#ACDCDC
(172,220,220)
#B7E1E1
(183,225,225)
#C2E6E6
(194,230,230)
#CDEBEB
(205,235,235)
#D8F0F0
(216,240,240)
#E3F5F5
(227,245,245)
#EEFAFA
(238,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C8C8; }

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

This text font color is #80C8C8.

Background Color

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

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

This div background color is #80C8C8.

Border color

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

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

This div border color is #80C8C8.

Opacity

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

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

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

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

This text has shadow with #80C8C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C8C8.

Preview

Color preview on black background

This text has color #80C8C8 on black background.


Color preview on white background

This text has color #80C8C8 on white background.


Black color preview on #80C8C8 background

This text has black color on #80C8C8 background.


White color preview on #80C8C8 background

This text has white color on #80C8C8 background.


Related colors

Complementary color

Complementary color for #hex is #7F3737.


I love getcolorcode.com