COLOR #80DBB6

HEX: #80DBB6
RGB: (128,219,182)

Color info

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

RGB color model

#80DBB6 color RGB value is (128,219,182).

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

RGB channels and saturation

R 128 of 255 = 50%
G 219 of 255 = 86%
B 182 of 255 = 71%

128
219
182

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

Portions of RGB colors in percentages

R + G + B =
128 + 219 + 182 = 529 (100%)
R 128 of 529 ~ 24.2%
G 219 of 529 ~ 41.4%
B 182 of 529 ~ 34.4%

%24.2
%41.4
%34.4

CMYK color model

#80DBB6 color CMYK value is (42,0,17,14).

  • cyan value is 41.55%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 14.12%
CMYK:
(42,0,17,14)
C42M0Y17K14 
(42%,0%,17%,14%)
(0.42/0.00/0.17/0.14)	

CMYK percentages

%41.55
%0
%16.89
%14.12

Codes

Color #80DBB6 in popluar color models

80DBB6
RGB128219182
HSL156°55.83%68.04%
HSB/HSV156°41.55%85.88%
CMYK41.55%0.00%16.89%
14.12%

Color #80DBB6 in popluar number systems.

HEX80DBB6
Decimal128219182
Binary100000001101101110110110
Octal200333266

Shades and tints

Shades of #80DBB6

#80DBB6
(128,219,182)
#75C8A6
(117,200,166)
#6AB596
(106,181,150)
#5FA286
(95,162,134)
#548F76
(84,143,118)
#497C66
(73,124,102)
#3E6956
(62,105,86)
#335646
(51,86,70)
#284336
(40,67,54)
#1D3026
(29,48,38)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #80DBB6

#80DBB6
(128,219,182)
#8BDEBC
(139,222,188)
#96E1C2
(150,225,194)
#A1E4C8
(161,228,200)
#ACE7CE
(172,231,206)
#B7EAD4
(183,234,212)
#C2EDDA
(194,237,218)
#CDF0E0
(205,240,224)
#D8F3E6
(216,243,230)
#E3F6EC
(227,246,236)
#EEF9F2
(238,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80DBB6; }

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

This text font color is #80DBB6.


Background Color

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

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

This div background color is #80DBB6.


Border color

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

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

This div border color is #80DBB6.


Opacity

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

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

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

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

This text has shadow with #80DBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DBB6 on black background.


Color preview on white background

This text has color #80DBB6 on white background.



Black color preview on #80DBB6 background

This text has black color on #80DBB6 background.


White color preview on #80DBB6 background

This text has white color on #80DBB6 background.