COLOR #80C2B6

HEX: #80C2B6 RGB: (128,194,182)

Color info

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

RGB color model

#80C2B6 color RGB value is (128,194,182).

RGB: (128,194,182) (50%, 76%, 71%)

RGB channels and saturation

R 128 of 255 = 50%
G 194 of 255 = 76%
B 182 of 255 = 71%

128
194
182

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

Portions of RGB colors in percentages

R + G + B = 128 + 194 + 182 = 504 (100%)
R 128 of 504 ~ 25.4%
G 194 of 504 ~ 38.49%
B 182 of 504 ~ 36.11'%

%25.4
%38.49
%36.11

CMYK color model

#80C2B6 color CMYK value is (34,0,6,24).

  • cyan value is 34.02%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 23.92%
CMYK: (34,0,6,24) C34M0Y6K24 (34%,0%,6%,24%) (0.34/0.00/0.06/0.24) 

CMYK percentages

%34.02
%0
%6.19
%23.92

Codes

Color #80C2B6 in popluar color models

80 C2 B6
RGB 128 194 182
HSL 169° 35.11% 63.14%
HSB/HSV 169° 34.02% 76.08%
CMYK 34.02% 0.00% 6.19%
23.92%

Color #80C2B6 in popluar number systems.

HEX 80 C2 B6
Decimal 128 194 182
Binary 10000000 11000010 10110110
Octal 200 302 266

Shades and tints

Shades of #80C2B6

#80C2B6
(128,194,182)
#75B1A6
(117,177,166)
#6AA096
(106,160,150)
#5F8F86
(95,143,134)
#547E76
(84,126,118)
#496D66
(73,109,102)
#3E5C56
(62,92,86)
#334B46
(51,75,70)
#283A36
(40,58,54)
#1D2926
(29,41,38)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #80C2B6

#80C2B6
(128,194,182)
#8BC7BC
(139,199,188)
#96CCC2
(150,204,194)
#A1D1C8
(161,209,200)
#ACD6CE
(172,214,206)
#B7DBD4
(183,219,212)
#C2E0DA
(194,224,218)
#CDE5E0
(205,229,224)
#D8EAE6
(216,234,230)
#E3EFEC
(227,239,236)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C2B6; }

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

This text font color is #80C2B6.

Background Color

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

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

This div background color is #80C2B6.

Border color

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

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

This div border color is #80C2B6.

Opacity

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

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

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

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

This text has shadow with #80C2B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C2B6.

Preview

Color preview on black background

This text has color #80C2B6 on black background.


Color preview on white background

This text has color #80C2B6 on white background.


Black color preview on #80C2B6 background

This text has black color on #80C2B6 background.


White color preview on #80C2B6 background

This text has white color on #80C2B6 background.


Related colors

Complementary color

Complementary color for #hex is #7F3D49.


I love getcolorcode.com

Triadic colors

1 #B680C2 and #C2B680 with #80C2B6 are triadic colors.

2 #B6C280 and #C280B6 with #80C2B6 are triadic colors.