COLOR #80CCB6

HEX: #80CCB6
RGB: (128,204,182)

Color info

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

RGB color model

#80CCB6 color RGB value is (128,204,182).

  • red value is 128;
  • green value is 204;
  • blue value is 182.
RGB:
(128,204,182)
(50%,80%,71%)

RGB channels and saturation

R 128 of 255 = 50%
G 204 of 255 = 80%
B 182 of 255 = 71%

128
204
182

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

Portions of RGB colors in percentages

R + G + B =
128 + 204 + 182 = 514 (100%)
R 128 of 514 ~ 24.9%
G 204 of 514 ~ 39.69%
B 182 of 514 ~ 35.41%

%24.9
%39.69
%35.41

CMYK color model

#80CCB6 color CMYK value is (37,0,11,20).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 20.00%
CMYK:
(37,0,11,20)
C37M0Y11K20 
(37%,0%,11%,20%)
(0.37/0.00/0.11/0.20)	

CMYK percentages

%37.25
%0
%10.78
%20

Codes

Color #80CCB6 in popluar color models

80CCB6
RGB128204182
HSL163°42.70%65.10%
HSB/HSV163°37.25%80.00%
CMYK37.25%0.00%10.78%
20.00%

Color #80CCB6 in popluar number systems.

HEX80CCB6
Decimal128204182
Binary100000001100110010110110
Octal200314266

Shades and tints

Shades of #80CCB6

#80CCB6
(128,204,182)
#75BAA6
(117,186,166)
#6AA896
(106,168,150)
#5F9686
(95,150,134)
#548476
(84,132,118)
#497266
(73,114,102)
#3E6056
(62,96,86)
#334E46
(51,78,70)
#283C36
(40,60,54)
#1D2A26
(29,42,38)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #80CCB6

#80CCB6
(128,204,182)
#8BD0BC
(139,208,188)
#96D4C2
(150,212,194)
#A1D8C8
(161,216,200)
#ACDCCE
(172,220,206)
#B7E0D4
(183,224,212)
#C2E4DA
(194,228,218)
#CDE8E0
(205,232,224)
#D8ECE6
(216,236,230)
#E3F0EC
(227,240,236)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80CCB6; }

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

This text font color is #80CCB6.


Background Color

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

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

This div background color is #80CCB6.


Border color

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

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

This div border color is #80CCB6.


Opacity

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

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

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

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

This text has shadow with #80CCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CCB6 on black background.


Color preview on white background

This text has color #80CCB6 on white background.



Black color preview on #80CCB6 background

This text has black color on #80CCB6 background.


White color preview on #80CCB6 background

This text has white color on #80CCB6 background.