COLOR #80D6AF

HEX: #80D6AF
RGB: (128,214,175)

Color info

#80D6AF contains mainly green and blue colors. Web safe color of #80D6AF is #66CC99 (or #6C9).

RGB color model

#80D6AF color RGB value is (128,214,175).

  • red value is 128;
  • green value is 214;
  • blue value is 175.
RGB:
(128,214,175)
(50%,84%,69%)

RGB channels and saturation

R 128 of 255 = 50%
G 214 of 255 = 84%
B 175 of 255 = 69%

128
214
175

R + G + B ~ 68%. #80D6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 214 + 175 = 517 (100%)
R 128 of 517 ~ 24.76%
G 214 of 517 ~ 41.39%
B 175 of 517 ~ 33.85%

%24.76
%41.39
%33.85

CMYK color model

#80D6AF color CMYK value is (40,0,18,16).

  • cyan value is 40.19%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 16.08%
CMYK:
(40,0,18,16)
C40M0Y18K16 
(40%,0%,18%,16%)
(0.40/0.00/0.18/0.16)	

CMYK percentages

%40.19
%0
%18.22
%16.08

Codes

Color #80D6AF in popluar color models

80D6AF
RGB128214175
HSL153°51.19%67.06%
HSB/HSV153°40.19%83.92%
CMYK40.19%0.00%18.22%
16.08%

Color #80D6AF in popluar number systems.

HEX80D6AF
Decimal128214175
Binary100000001101011010101111
Octal200326257

Shades and tints

Shades of #80D6AF

#80D6AF
(128,214,175)
#75C3A0
(117,195,160)
#6AB091
(106,176,145)
#5F9D82
(95,157,130)
#548A73
(84,138,115)
#497764
(73,119,100)
#3E6455
(62,100,85)
#335146
(51,81,70)
#283E37
(40,62,55)
#1D2B28
(29,43,40)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #80D6AF

#80D6AF
(128,214,175)
#8BD9B6
(139,217,182)
#96DCBD
(150,220,189)
#A1DFC4
(161,223,196)
#ACE2CB
(172,226,203)
#B7E5D2
(183,229,210)
#C2E8D9
(194,232,217)
#CDEBE0
(205,235,224)
#D8EEE7
(216,238,231)
#E3F1EE
(227,241,238)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D6AF color. Also use rgb(128,214,175) instead hex code.

Text Font Color

.myTextColor { color: #80D6AF; }

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

This text font color is #80D6AF.


Background Color

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

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

This div background color is #80D6AF.


Border color

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

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

This div border color is #80D6AF.


Opacity

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

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

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

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

This text has shadow with #80D6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D6AF on black background.


Color preview on white background

This text has color #80D6AF on white background.



Black color preview on #80D6AF background

This text has black color on #80D6AF background.


White color preview on #80D6AF background

This text has white color on #80D6AF background.