COLOR #80D98B

HEX: #80D98B RGB: (128,217,139)

Color info

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

RGB color model

#80D98B color RGB value is (128,217,139).

RGB: (128,217,139) (50%, 85%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 217 of 255 = 85%
B 139 of 255 = 55%

128
217
139

R + G + B ~ 63%. #80D98B is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 217 + 139 = 484 (100%)
R 128 of 484 ~ 26.45%
G 217 of 484 ~ 44.83%
B 139 of 484 ~ 28.72'%

%26.45
%44.83
%28.72

CMYK color model

#80D98B color CMYK value is (41,0,36,15).

  • cyan value is 41.01%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 14.90%
CMYK: (41,0,36,15) C41M0Y36K15 (41%,0%,36%,15%) (0.41/0.00/0.36/0.15) 

CMYK percentages

%41.01
%0
%35.94
%14.9

Codes

Color #80D98B in popluar color models

80 D9 8B
RGB 128 217 139
HSL 127° 53.94% 67.65%
HSB/HSV 127° 41.01% 85.10%
CMYK 41.01% 0.00% 35.94%
14.90%

Color #80D98B in popluar number systems.

HEX 80 D9 8B
Decimal 128 217 139
Binary 10000000 11011001 10001011
Octal 200 331 213

Shades and tints

Shades of #80D98B

#80D98B
(128,217,139)
#75C67F
(117,198,127)
#6AB373
(106,179,115)
#5FA067
(95,160,103)
#548D5B
(84,141,91)
#497A4F
(73,122,79)
#3E6743
(62,103,67)
#335437
(51,84,55)
#28412B
(40,65,43)
#1D2E1F
(29,46,31)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #80D98B

#80D98B
(128,217,139)
#8BDC95
(139,220,149)
#96DF9F
(150,223,159)
#A1E2A9
(161,226,169)
#ACE5B3
(172,229,179)
#B7E8BD
(183,232,189)
#C2EBC7
(194,235,199)
#CDEED1
(205,238,209)
#D8F1DB
(216,241,219)
#E3F4E5
(227,244,229)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D98B color. Also use rgb(128,217,139) instead hex code.

Text Font Color

.myTextColor { color: #80D98B; }

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

This text font color is #80D98B.

Background Color

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

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

This div background color is #80D98B.

Border color

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

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

This div border color is #80D98B.

Opacity

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

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

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

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

This text has shadow with #80D98B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80D98B.

Preview

Color preview on black background

This text has color #80D98B on black background.


Color preview on white background

This text has color #80D98B on white background.


Black color preview on #80D98B background

This text has black color on #80D98B background.


White color preview on #80D98B background

This text has white color on #80D98B background.


Related colors

Complementary color

Complementary color for #hex is #7F2674.


I love getcolorcode.com

Triadic colors

1 #8B80D9 and #D98B80 with #80D98B are triadic colors.

2 #8BD980 and #D9808B with #80D98B are triadic colors.