COLOR #80D5BA

HEX: #80D5BA
RGB: (128,213,186)

Color info

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

RGB color model

#80D5BA color RGB value is (128,213,186).

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

RGB channels and saturation

R 128 of 255 = 50%
G 213 of 255 = 84%
B 186 of 255 = 73%

128
213
186

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

Portions of RGB colors in percentages

R + G + B =
128 + 213 + 186 = 527 (100%)
R 128 of 527 ~ 24.29%
G 213 of 527 ~ 40.42%
B 186 of 527 ~ 35.29%

%24.29
%40.42
%35.29

CMYK color model

#80D5BA color CMYK value is (40,0,13,16).

  • cyan value is 39.91%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 16.47%
CMYK:
(40,0,13,16)
C40M0Y13K16 
(40%,0%,13%,16%)
(0.40/0.00/0.13/0.16)	

CMYK percentages

%39.91
%0
%12.68
%16.47

Codes

Color #80D5BA in popluar color models

80D5BA
RGB128213186
HSL161°50.30%66.86%
HSB/HSV161°39.91%83.53%
CMYK39.91%0.00%12.68%
16.47%

Color #80D5BA in popluar number systems.

HEX80D5BA
Decimal128213186
Binary100000001101010110111010
Octal200325272

Shades and tints

Shades of #80D5BA

#80D5BA
(128,213,186)
#75C2AA
(117,194,170)
#6AAF9A
(106,175,154)
#5F9C8A
(95,156,138)
#54897A
(84,137,122)
#49766A
(73,118,106)
#3E635A
(62,99,90)
#33504A
(51,80,74)
#283D3A
(40,61,58)
#1D2A2A
(29,42,42)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #80D5BA

#80D5BA
(128,213,186)
#8BD8C0
(139,216,192)
#96DBC6
(150,219,198)
#A1DECC
(161,222,204)
#ACE1D2
(172,225,210)
#B7E4D8
(183,228,216)
#C2E7DE
(194,231,222)
#CDEAE4
(205,234,228)
#D8EDEA
(216,237,234)
#E3F0F0
(227,240,240)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D5BA; }

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

This text font color is #80D5BA.


Background Color

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

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

This div background color is #80D5BA.


Border color

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

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

This div border color is #80D5BA.


Opacity

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

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

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

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

This text has shadow with #80D5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D5BA on black background.


Color preview on white background

This text has color #80D5BA on white background.



Black color preview on #80D5BA background

This text has black color on #80D5BA background.


White color preview on #80D5BA background

This text has white color on #80D5BA background.