COLOR #80DD9F

HEX: #80DD9F
RGB: (128,221,159)

Color info

#80DD9F contains mainly green color. Web safe color of #80DD9F is #66CC99 (or #6C9).

RGB color model

#80DD9F color RGB value is (128,221,159).

  • red value is 128;
  • green value is 221;
  • blue value is 159.
RGB:
(128,221,159)
(50%,87%,62%)

RGB channels and saturation

R 128 of 255 = 50%
G 221 of 255 = 87%
B 159 of 255 = 62%

128
221
159

R + G + B ~ 66%. #80DD9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 221 + 159 = 508 (100%)
R 128 of 508 ~ 25.2%
G 221 of 508 ~ 43.5%
B 159 of 508 ~ 31.3%

%25.2
%43.5
%31.3

CMYK color model

#80DD9F color CMYK value is (42,0,28,13).

  • cyan value is 42.08%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 13.33%
CMYK:
(42,0,28,13)
C42M0Y28K13 
(42%,0%,28%,13%)
(0.42/0.00/0.28/0.13)	

CMYK percentages

%42.08
%0
%28.05
%13.33

Codes

Color #80DD9F in popluar color models

80DD9F
RGB128221159
HSL140°57.76%68.43%
HSB/HSV140°42.08%86.67%
CMYK42.08%0.00%28.05%
13.33%

Color #80DD9F in popluar number systems.

HEX80DD9F
Decimal128221159
Binary100000001101110110011111
Octal200335237

Shades and tints

Shades of #80DD9F

#80DD9F
(128,221,159)
#75C991
(117,201,145)
#6AB583
(106,181,131)
#5FA175
(95,161,117)
#548D67
(84,141,103)
#497959
(73,121,89)
#3E654B
(62,101,75)
#33513D
(51,81,61)
#283D2F
(40,61,47)
#1D2921
(29,41,33)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80DD9F

#80DD9F
(128,221,159)
#8BE0A7
(139,224,167)
#96E3AF
(150,227,175)
#A1E6B7
(161,230,183)
#ACE9BF
(172,233,191)
#B7ECC7
(183,236,199)
#C2EFCF
(194,239,207)
#CDF2D7
(205,242,215)
#D8F5DF
(216,245,223)
#E3F8E7
(227,248,231)
#EEFBEF
(238,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80DD9F color. Also use rgb(128,221,159) instead hex code.

Text Font Color

.myTextColor { color: #80DD9F; }

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

This text font color is #80DD9F.


Background Color

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

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

This div background color is #80DD9F.


Border color

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

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

This div border color is #80DD9F.


Opacity

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

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

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

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

This text has shadow with #80DD9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DD9F on black background.


Color preview on white background

This text has color #80DD9F on white background.



Black color preview on #80DD9F background

This text has black color on #80DD9F background.


White color preview on #80DD9F background

This text has white color on #80DD9F background.