COLOR #80CCC6

HEX: #80CCC6 RGB: (128,204,198)

Color info

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

RGB color model

#80CCC6 color RGB value is (128,204,198).

RGB: (128,204,198) (50%, 80%, 78%)

RGB channels and saturation

R 128 of 255 = 50%
G 204 of 255 = 80%
B 198 of 255 = 78%

128
204
198

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

Portions of RGB colors in percentages

R + G + B = 128 + 204 + 198 = 530 (100%)
R 128 of 530 ~ 24.15%
G 204 of 530 ~ 38.49%
B 198 of 530 ~ 37.36'%

%24.15
%38.49
%37.36

CMYK color model

#80CCC6 color CMYK value is (37,0,3,20).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 20.00%

CMYK: (37,0,3,20)
C37M0Y3K20 (37%, 0%, 3%, 20%)
(0.37 / 0.00 / 0.03 / 0.20)

CMYK percentages

%37.25
%0
%2.94
%20

Codes

Color #80CCC6 in popluar color models

80 CC C6
RGB 128 204 198
HSL 175° 42.70% 65.10%
HSB/HSV 175° 37.25% 80.00%
CMYK 37.25% 0.00% 2.94%
20.00%

Color #80CCC6 in popluar number systems.

HEX 80 CC C6
Decimal 128 204 198
Binary 10000000 11001100 11000110
Octal 200 314 306

Shades and tints

Shades of #80CCC6

#80CCC6
(128,204,198)
#75BAB4
(117,186,180)
#6AA8A2
(106,168,162)
#5F9690
(95,150,144)
#54847E
(84,132,126)
#49726C
(73,114,108)
#3E605A
(62,96,90)
#334E48
(51,78,72)
#283C36
(40,60,54)
#1D2A24
(29,42,36)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #80CCC6

#80CCC6
(128,204,198)
#8BD0CB
(139,208,203)
#96D4D0
(150,212,208)
#A1D8D5
(161,216,213)
#ACDCDA
(172,220,218)
#B7E0DF
(183,224,223)
#C2E4E4
(194,228,228)
#CDE8E9
(205,232,233)
#D8ECEE
(216,236,238)
#E3F0F3
(227,240,243)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80CCC6; }

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

This text font color is #80CCC6.

Background Color

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

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

This div background color is #80CCC6.

Border color

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

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

This div border color is #80CCC6.

Opacity

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

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

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

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

This text has shadow with #80CCC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80CCC6.

Preview

Color preview on black background

This text has color #80CCC6 on black background.


Color preview on white background

This text has color #80CCC6 on white background.


Black color preview on #80CCC6 background

This text has black color on #80CCC6 background.


White color preview on #80CCC6 background

This text has white color on #80CCC6 background.


Related colors

Complementary color

Complementary color for #hex is #7F3339.


I love getcolorcode.com

Triadic colors

1 #C680CC and #CCC680 with #80CCC6 are triadic colors.

2 #C6CC80 and #CC80C6 with #80CCC6 are triadic colors.