COLOR #80C285

HEX: #80C285
RGB: (128,194,133)

Color info

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

RGB color model

#80C285 color RGB value is (128,194,133).

  • red value is 128;
  • green value is 194;
  • blue value is 133.
RGB:
(128,194,133)
(50%,76%,52%)

RGB channels and saturation

R 128 of 255 = 50%
G 194 of 255 = 76%
B 133 of 255 = 52%

128
194
133

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

Portions of RGB colors in percentages

R + G + B =
128 + 194 + 133 = 455 (100%)
R 128 of 455 ~ 28.13%
G 194 of 455 ~ 42.64%
B 133 of 455 ~ 29.23%

%28.13
%42.64
%29.23

CMYK color model

#80C285 color CMYK value is (34,0,31,24).

  • cyan value is 34.02%
  • magenta value is 0.00%
  • yellow value is 31.44%
  • key color value is 23.92%
CMYK:
(34,0,31,24)
C34M0Y31K24 
(34%,0%,31%,24%)
(0.34/0.00/0.31/0.24)	

CMYK percentages

%34.02
%0
%31.44
%23.92

Codes

Color #80C285 in popluar color models

80C285
RGB128194133
HSL125°35.11%63.14%
HSB/HSV125°34.02%76.08%
CMYK34.02%0.00%31.44%
23.92%

Color #80C285 in popluar number systems.

HEX80C285
Decimal128194133
Binary100000001100001010000101
Octal200302205

Shades and tints

Shades of #80C285

#80C285
(128,194,133)
#75B179
(117,177,121)
#6AA06D
(106,160,109)
#5F8F61
(95,143,97)
#547E55
(84,126,85)
#496D49
(73,109,73)
#3E5C3D
(62,92,61)
#334B31
(51,75,49)
#283A25
(40,58,37)
#1D2919
(29,41,25)
#12180D
(18,24,13)
#000000
(0,0,0)

Tints of #80C285

#80C285
(128,194,133)
#8BC790
(139,199,144)
#96CC9B
(150,204,155)
#A1D1A6
(161,209,166)
#ACD6B1
(172,214,177)
#B7DBBC
(183,219,188)
#C2E0C7
(194,224,199)
#CDE5D2
(205,229,210)
#D8EADD
(216,234,221)
#E3EFE8
(227,239,232)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C285 color. Also use rgb(128,194,133) instead hex code.

Text Font Color

.myTextColor { color: #80C285; }

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

This text font color is #80C285.


Background Color

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

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

This div background color is #80C285.


Border color

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

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

This div border color is #80C285.


Opacity

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

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

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

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

This text has shadow with #80C285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C285 on black background.


Color preview on white background

This text has color #80C285 on white background.



Black color preview on #80C285 background

This text has black color on #80C285 background.


White color preview on #80C285 background

This text has white color on #80C285 background.