COLOR #80DAB8

HEX: #80DAB8
RGB: (128,218,184)

Color info

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

RGB color model

#80DAB8 color RGB value is (128,218,184).

  • red value is 128;
  • green value is 218;
  • blue value is 184.
RGB:
(128,218,184)
(50%,85%,72%)

RGB channels and saturation

R 128 of 255 = 50%
G 218 of 255 = 85%
B 184 of 255 = 72%

128
218
184

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

Portions of RGB colors in percentages

R + G + B =
128 + 218 + 184 = 530 (100%)
R 128 of 530 ~ 24.15%
G 218 of 530 ~ 41.13%
B 184 of 530 ~ 34.72%

%24.15
%41.13
%34.72

CMYK color model

#80DAB8 color CMYK value is (41,0,16,15).

  • cyan value is 41.28%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 14.51%
CMYK:
(41,0,16,15)
C41M0Y16K15 
(41%,0%,16%,15%)
(0.41/0.00/0.16/0.15)	

CMYK percentages

%41.28
%0
%15.6
%14.51

Codes

Color #80DAB8 in popluar color models

80DAB8
RGB128218184
HSL157°54.88%67.84%
HSB/HSV157°41.28%85.49%
CMYK41.28%0.00%15.60%
14.51%

Color #80DAB8 in popluar number systems.

HEX80DAB8
Decimal128218184
Binary100000001101101010111000
Octal200332270

Shades and tints

Shades of #80DAB8

#80DAB8
(128,218,184)
#75C7A8
(117,199,168)
#6AB498
(106,180,152)
#5FA188
(95,161,136)
#548E78
(84,142,120)
#497B68
(73,123,104)
#3E6858
(62,104,88)
#335548
(51,85,72)
#284238
(40,66,56)
#1D2F28
(29,47,40)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #80DAB8

#80DAB8
(128,218,184)
#8BDDBE
(139,221,190)
#96E0C4
(150,224,196)
#A1E3CA
(161,227,202)
#ACE6D0
(172,230,208)
#B7E9D6
(183,233,214)
#C2ECDC
(194,236,220)
#CDEFE2
(205,239,226)
#D8F2E8
(216,242,232)
#E3F5EE
(227,245,238)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80DAB8; }

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

This text font color is #80DAB8.


Background Color

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

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

This div background color is #80DAB8.


Border color

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

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

This div border color is #80DAB8.


Opacity

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

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

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

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

This text has shadow with #80DAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DAB8 on black background.


Color preview on white background

This text has color #80DAB8 on white background.



Black color preview on #80DAB8 background

This text has black color on #80DAB8 background.


White color preview on #80DAB8 background

This text has white color on #80DAB8 background.