COLOR #80C185

HEX: #80C185
RGB: (128,193,133)

Color info

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

RGB color model

#80C185 color RGB value is (128,193,133).

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

RGB channels and saturation

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

128
193
133

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

Portions of RGB colors in percentages

R + G + B =
128 + 193 + 133 = 454 (100%)
R 128 of 454 ~ 28.19%
G 193 of 454 ~ 42.51%
B 133 of 454 ~ 29.3%

%28.19
%42.51
%29.3

CMYK color model

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

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

CMYK percentages

%33.68
%0
%31.09
%24.31

Codes

Color #80C185 in popluar color models

80C185
RGB128193133
HSL125°34.39%62.94%
HSB/HSV125°33.68%75.69%
CMYK33.68%0.00%31.09%
24.31%

Color #80C185 in popluar number systems.

HEX80C185
Decimal128193133
Binary100000001100000110000101
Octal200301205

Shades and tints

Shades of #80C185

#80C185
(128,193,133)
#75B079
(117,176,121)
#6A9F6D
(106,159,109)
#5F8E61
(95,142,97)
#547D55
(84,125,85)
#496C49
(73,108,73)
#3E5B3D
(62,91,61)
#334A31
(51,74,49)
#283925
(40,57,37)
#1D2819
(29,40,25)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #80C185

#80C185
(128,193,133)
#8BC690
(139,198,144)
#96CB9B
(150,203,155)
#A1D0A6
(161,208,166)
#ACD5B1
(172,213,177)
#B7DABC
(183,218,188)
#C2DFC7
(194,223,199)
#CDE4D2
(205,228,210)
#D8E9DD
(216,233,221)
#E3EEE8
(227,238,232)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C185; }

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

This text font color is #80C185.


Background Color

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

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

This div background color is #80C185.


Border color

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

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

This div border color is #80C185.


Opacity

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

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

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

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

This text has shadow with #80C185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C185 on black background.


Color preview on white background

This text has color #80C185 on white background.



Black color preview on #80C185 background

This text has black color on #80C185 background.


White color preview on #80C185 background

This text has white color on #80C185 background.