COLOR #80C29B

HEX: #80C29B
RGB: (128,194,155)

Color info

#80C29B contains mainly green and blue colors. Web safe color of #80C29B is #66CC99 (or #6C9).

RGB color model

#80C29B color RGB value is (128,194,155).

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

RGB channels and saturation

R 128 of 255 = 50%
G 194 of 255 = 76%
B 155 of 255 = 61%

128
194
155

R + G + B ~ 62%. #80C29B is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 194 + 155 = 477 (100%)
R 128 of 477 ~ 26.83%
G 194 of 477 ~ 40.67%
B 155 of 477 ~ 32.49%

%26.83
%40.67
%32.49

CMYK color model

#80C29B color CMYK value is (34,0,20,24).

  • cyan value is 34.02%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 23.92%
CMYK:
(34,0,20,24)
C34M0Y20K24 
(34%,0%,20%,24%)
(0.34/0.00/0.20/0.24)	

CMYK percentages

%34.02
%0
%20.1
%23.92

Codes

Color #80C29B in popluar color models

80C29B
RGB128194155
HSL145°35.11%63.14%
HSB/HSV145°34.02%76.08%
CMYK34.02%0.00%20.10%
23.92%

Color #80C29B in popluar number systems.

HEX80C29B
Decimal128194155
Binary100000001100001010011011
Octal200302233

Shades and tints

Shades of #80C29B

#80C29B
(128,194,155)
#75B18D
(117,177,141)
#6AA07F
(106,160,127)
#5F8F71
(95,143,113)
#547E63
(84,126,99)
#496D55
(73,109,85)
#3E5C47
(62,92,71)
#334B39
(51,75,57)
#283A2B
(40,58,43)
#1D291D
(29,41,29)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #80C29B

#80C29B
(128,194,155)
#8BC7A4
(139,199,164)
#96CCAD
(150,204,173)
#A1D1B6
(161,209,182)
#ACD6BF
(172,214,191)
#B7DBC8
(183,219,200)
#C2E0D1
(194,224,209)
#CDE5DA
(205,229,218)
#D8EAE3
(216,234,227)
#E3EFEC
(227,239,236)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C29B; }

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

This text font color is #80C29B.


Background Color

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

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

This div background color is #80C29B.


Border color

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

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

This div border color is #80C29B.


Opacity

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

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

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

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

This text has shadow with #80C29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C29B on black background.


Color preview on white background

This text has color #80C29B on white background.



Black color preview on #80C29B background

This text has black color on #80C29B background.


White color preview on #80C29B background

This text has white color on #80C29B background.