COLOR #80CA84

HEX: #80CA84
RGB: (128,202,132)

Color info

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

RGB color model

#80CA84 color RGB value is (128,202,132).

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

RGB channels and saturation

R 128 of 255 = 50%
G 202 of 255 = 79%
B 132 of 255 = 52%

128
202
132

R + G + B ~ 60%. #80CA84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 202 + 132 = 462 (100%)
R 128 of 462 ~ 27.71%
G 202 of 462 ~ 43.72%
B 132 of 462 ~ 28.57%

%27.71
%43.72
%28.57

CMYK color model

#80CA84 color CMYK value is (37,0,35,21).

  • cyan value is 36.63%
  • magenta value is 0.00%
  • yellow value is 34.65%
  • key color value is 20.78%
CMYK:
(37,0,35,21)
C37M0Y35K21 
(37%,0%,35%,21%)
(0.37/0.00/0.35/0.21)	

CMYK percentages

%36.63
%0
%34.65
%20.78

Codes

Color #80CA84 in popluar color models

80CA84
RGB128202132
HSL123°41.11%64.71%
HSB/HSV123°36.63%79.22%
CMYK36.63%0.00%34.65%
20.78%

Color #80CA84 in popluar number systems.

HEX80CA84
Decimal128202132
Binary100000001100101010000100
Octal200312204

Shades and tints

Shades of #80CA84

#80CA84
(128,202,132)
#75B878
(117,184,120)
#6AA66C
(106,166,108)
#5F9460
(95,148,96)
#548254
(84,130,84)
#497048
(73,112,72)
#3E5E3C
(62,94,60)
#334C30
(51,76,48)
#283A24
(40,58,36)
#1D2818
(29,40,24)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #80CA84

#80CA84
(128,202,132)
#8BCE8F
(139,206,143)
#96D29A
(150,210,154)
#A1D6A5
(161,214,165)
#ACDAB0
(172,218,176)
#B7DEBB
(183,222,187)
#C2E2C6
(194,226,198)
#CDE6D1
(205,230,209)
#D8EADC
(216,234,220)
#E3EEE7
(227,238,231)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80CA84; }

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

This text font color is #80CA84.


Background Color

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

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

This div background color is #80CA84.


Border color

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

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

This div border color is #80CA84.


Opacity

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

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

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

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

This text has shadow with #80CA84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CA84 on black background.


Color preview on white background

This text has color #80CA84 on white background.



Black color preview on #80CA84 background

This text has black color on #80CA84 background.


White color preview on #80CA84 background

This text has white color on #80CA84 background.