COLOR #80BE8C

HEX: #80BE8C
RGB: (128,190,140)

Color info

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

RGB color model

#80BE8C color RGB value is (128,190,140).

  • red value is 128;
  • green value is 190;
  • blue value is 140.
RGB:
(128,190,140)
(50%,75%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 190 of 255 = 75%
B 140 of 255 = 55%

128
190
140

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

Portions of RGB colors in percentages

R + G + B =
128 + 190 + 140 = 458 (100%)
R 128 of 458 ~ 27.95%
G 190 of 458 ~ 41.48%
B 140 of 458 ~ 30.57%

%27.95
%41.48
%30.57

CMYK color model

#80BE8C color CMYK value is (33,0,26,25).

  • cyan value is 32.63%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 25.49%
CMYK:
(33,0,26,25)
C33M0Y26K25 
(33%,0%,26%,25%)
(0.33/0.00/0.26/0.25)	

CMYK percentages

%32.63
%0
%26.32
%25.49

Codes

Color #80BE8C in popluar color models

80BE8C
RGB128190140
HSL132°32.29%62.35%
HSB/HSV132°32.63%74.51%
CMYK32.63%0.00%26.32%
25.49%

Color #80BE8C in popluar number systems.

HEX80BE8C
Decimal128190140
Binary100000001011111010001100
Octal200276214

Shades and tints

Shades of #80BE8C

#80BE8C
(128,190,140)
#75AD80
(117,173,128)
#6A9C74
(106,156,116)
#5F8B68
(95,139,104)
#547A5C
(84,122,92)
#496950
(73,105,80)
#3E5844
(62,88,68)
#334738
(51,71,56)
#28362C
(40,54,44)
#1D2520
(29,37,32)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #80BE8C

#80BE8C
(128,190,140)
#8BC396
(139,195,150)
#96C8A0
(150,200,160)
#A1CDAA
(161,205,170)
#ACD2B4
(172,210,180)
#B7D7BE
(183,215,190)
#C2DCC8
(194,220,200)
#CDE1D2
(205,225,210)
#D8E6DC
(216,230,220)
#E3EBE6
(227,235,230)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BE8C color. Also use rgb(128,190,140) instead hex code.

Text Font Color

.myTextColor { color: #80BE8C; }

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

This text font color is #80BE8C.


Background Color

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

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

This div background color is #80BE8C.


Border color

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

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

This div border color is #80BE8C.


Opacity

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

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

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

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

This text has shadow with #80BE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BE8C on black background.


Color preview on white background

This text has color #80BE8C on white background.



Black color preview on #80BE8C background

This text has black color on #80BE8C background.


White color preview on #80BE8C background

This text has white color on #80BE8C background.