COLOR #80D5B8

HEX: #80D5B8
RGB: (128,213,184)

Color info

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

RGB color model

#80D5B8 color RGB value is (128,213,184).

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

RGB channels and saturation

R 128 of 255 = 50%
G 213 of 255 = 84%
B 184 of 255 = 72%

128
213
184

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

Portions of RGB colors in percentages

R + G + B =
128 + 213 + 184 = 525 (100%)
R 128 of 525 ~ 24.38%
G 213 of 525 ~ 40.57%
B 184 of 525 ~ 35.05%

%24.38
%40.57
%35.05

CMYK color model

#80D5B8 color CMYK value is (40,0,14,16).

  • cyan value is 39.91%
  • magenta value is 0.00%
  • yellow value is 13.62%
  • key color value is 16.47%
CMYK:
(40,0,14,16)
C40M0Y14K16 
(40%,0%,14%,16%)
(0.40/0.00/0.14/0.16)	

CMYK percentages

%39.91
%0
%13.62
%16.47

Codes

Color #80D5B8 in popluar color models

80D5B8
RGB128213184
HSL160°50.30%66.86%
HSB/HSV160°39.91%83.53%
CMYK39.91%0.00%13.62%
16.47%

Color #80D5B8 in popluar number systems.

HEX80D5B8
Decimal128213184
Binary100000001101010110111000
Octal200325270

Shades and tints

Shades of #80D5B8

#80D5B8
(128,213,184)
#75C2A8
(117,194,168)
#6AAF98
(106,175,152)
#5F9C88
(95,156,136)
#548978
(84,137,120)
#497668
(73,118,104)
#3E6358
(62,99,88)
#335048
(51,80,72)
#283D38
(40,61,56)
#1D2A28
(29,42,40)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #80D5B8

#80D5B8
(128,213,184)
#8BD8BE
(139,216,190)
#96DBC4
(150,219,196)
#A1DECA
(161,222,202)
#ACE1D0
(172,225,208)
#B7E4D6
(183,228,214)
#C2E7DC
(194,231,220)
#CDEAE2
(205,234,226)
#D8EDE8
(216,237,232)
#E3F0EE
(227,240,238)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D5B8; }

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

This text font color is #80D5B8.


Background Color

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

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

This div background color is #80D5B8.


Border color

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

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

This div border color is #80D5B8.


Opacity

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

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

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

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

This text has shadow with #80D5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D5B8 on black background.


Color preview on white background

This text has color #80D5B8 on white background.



Black color preview on #80D5B8 background

This text has black color on #80D5B8 background.


White color preview on #80D5B8 background

This text has white color on #80D5B8 background.