COLOR #80D7AF

HEX: #80D7AF
RGB: (128,215,175)

Color info

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

RGB color model

#80D7AF color RGB value is (128,215,175).

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

RGB channels and saturation

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

128
215
175

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

Portions of RGB colors in percentages

R + G + B =
128 + 215 + 175 = 518 (100%)
R 128 of 518 ~ 24.71%
G 215 of 518 ~ 41.51%
B 175 of 518 ~ 33.78%

%24.71
%41.51
%33.78

CMYK color model

#80D7AF color CMYK value is (40,0,19,16).

  • cyan value is 40.47%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 15.69%
CMYK:
(40,0,19,16)
C40M0Y19K16 
(40%,0%,19%,16%)
(0.40/0.00/0.19/0.16)	

CMYK percentages

%40.47
%0
%18.6
%15.69

Codes

Color #80D7AF in popluar color models

80D7AF
RGB128215175
HSL152°52.10%67.25%
HSB/HSV152°40.47%84.31%
CMYK40.47%0.00%18.60%
15.69%

Color #80D7AF in popluar number systems.

HEX80D7AF
Decimal128215175
Binary100000001101011110101111
Octal200327257

Shades and tints

Shades of #80D7AF

#80D7AF
(128,215,175)
#75C4A0
(117,196,160)
#6AB191
(106,177,145)
#5F9E82
(95,158,130)
#548B73
(84,139,115)
#497864
(73,120,100)
#3E6555
(62,101,85)
#335246
(51,82,70)
#283F37
(40,63,55)
#1D2C28
(29,44,40)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #80D7AF

#80D7AF
(128,215,175)
#8BDAB6
(139,218,182)
#96DDBD
(150,221,189)
#A1E0C4
(161,224,196)
#ACE3CB
(172,227,203)
#B7E6D2
(183,230,210)
#C2E9D9
(194,233,217)
#CDECE0
(205,236,224)
#D8EFE7
(216,239,231)
#E3F2EE
(227,242,238)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D7AF; }

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

This text font color is #80D7AF.


Background Color

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

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

This div background color is #80D7AF.


Border color

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

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

This div border color is #80D7AF.


Opacity

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

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

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

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

This text has shadow with #80D7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D7AF on black background.


Color preview on white background

This text has color #80D7AF on white background.



Black color preview on #80D7AF background

This text has black color on #80D7AF background.


White color preview on #80D7AF background

This text has white color on #80D7AF background.