COLOR #80DB84

HEX: #80DB84
RGB: (128,219,132)

Color info

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

RGB color model

#80DB84 color RGB value is (128,219,132).

  • red value is 128;
  • green value is 219;
  • blue value is 132.
RGB:
(128,219,132)
(50%,86%,52%)

RGB channels and saturation

R 128 of 255 = 50%
G 219 of 255 = 86%
B 132 of 255 = 52%

128
219
132

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

Portions of RGB colors in percentages

R + G + B =
128 + 219 + 132 = 479 (100%)
R 128 of 479 ~ 26.72%
G 219 of 479 ~ 45.72%
B 132 of 479 ~ 27.56%

%26.72
%45.72
%27.56

CMYK color model

#80DB84 color CMYK value is (42,0,40,14).

  • cyan value is 41.55%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 14.12%
CMYK:
(42,0,40,14)
C42M0Y40K14 
(42%,0%,40%,14%)
(0.42/0.00/0.40/0.14)	

CMYK percentages

%41.55
%0
%39.73
%14.12

Codes

Color #80DB84 in popluar color models

80DB84
RGB128219132
HSL123°55.83%68.04%
HSB/HSV123°41.55%85.88%
CMYK41.55%0.00%39.73%
14.12%

Color #80DB84 in popluar number systems.

HEX80DB84
Decimal128219132
Binary100000001101101110000100
Octal200333204

Shades and tints

Shades of #80DB84

#80DB84
(128,219,132)
#75C878
(117,200,120)
#6AB56C
(106,181,108)
#5FA260
(95,162,96)
#548F54
(84,143,84)
#497C48
(73,124,72)
#3E693C
(62,105,60)
#335630
(51,86,48)
#284324
(40,67,36)
#1D3018
(29,48,24)
#121D0C
(18,29,12)
#000000
(0,0,0)

Tints of #80DB84

#80DB84
(128,219,132)
#8BDE8F
(139,222,143)
#96E19A
(150,225,154)
#A1E4A5
(161,228,165)
#ACE7B0
(172,231,176)
#B7EABB
(183,234,187)
#C2EDC6
(194,237,198)
#CDF0D1
(205,240,209)
#D8F3DC
(216,243,220)
#E3F6E7
(227,246,231)
#EEF9F2
(238,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80DB84 color. Also use rgb(128,219,132) instead hex code.

Text Font Color

.myTextColor { color: #80DB84; }

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

This text font color is #80DB84.


Background Color

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

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

This div background color is #80DB84.


Border color

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

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

This div border color is #80DB84.


Opacity

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

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

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

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

This text has shadow with #80DB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DB84 on black background.


Color preview on white background

This text has color #80DB84 on white background.



Black color preview on #80DB84 background

This text has black color on #80DB84 background.


White color preview on #80DB84 background

This text has white color on #80DB84 background.