COLOR #80BE6E

HEX: #80BE6E
RGB: (128,190,110)

Color info

#80BE6E contains mainly green color. Web safe color of #80BE6E is #66CC66 (or #6C6).

RGB color model

#80BE6E color RGB value is (128,190,110).

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

RGB channels and saturation

R 128 of 255 = 50%
G 190 of 255 = 75%
B 110 of 255 = 43%

128
190
110

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

Portions of RGB colors in percentages

R + G + B =
128 + 190 + 110 = 428 (100%)
R 128 of 428 ~ 29.91%
G 190 of 428 ~ 44.39%
B 110 of 428 ~ 25.7%

%29.91
%44.39
%25.7

CMYK color model

#80BE6E color CMYK value is (33,0,42,25).

  • cyan value is 32.63%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 25.49%
CMYK:
(33,0,42,25)
C33M0Y42K25 
(33%,0%,42%,25%)
(0.33/0.00/0.42/0.25)	

CMYK percentages

%32.63
%0
%42.11
%25.49

Codes

Color #80BE6E in popluar color models

80BE6E
RGB128190110
HSL107°38.10%58.82%
HSB/HSV107°42.11%74.51%
CMYK32.63%0.00%42.11%
25.49%

Color #80BE6E in popluar number systems.

HEX80BE6E
Decimal128190110
Binary10000000101111101101110
Octal200276156

Shades and tints

Shades of #80BE6E

#80BE6E
(128,190,110)
#75AD64
(117,173,100)
#6A9C5A
(106,156,90)
#5F8B50
(95,139,80)
#547A46
(84,122,70)
#49693C
(73,105,60)
#3E5832
(62,88,50)
#334728
(51,71,40)
#28361E
(40,54,30)
#1D2514
(29,37,20)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #80BE6E

#80BE6E
(128,190,110)
#8BC37B
(139,195,123)
#96C888
(150,200,136)
#A1CD95
(161,205,149)
#ACD2A2
(172,210,162)
#B7D7AF
(183,215,175)
#C2DCBC
(194,220,188)
#CDE1C9
(205,225,201)
#D8E6D6
(216,230,214)
#E3EBE3
(227,235,227)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BE6E; }

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

This text font color is #80BE6E.


Background Color

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

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

This div background color is #80BE6E.


Border color

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

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

This div border color is #80BE6E.


Opacity

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

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

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

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

This text has shadow with #80BE6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BE6E on black background.


Color preview on white background

This text has color #80BE6E on white background.



Black color preview on #80BE6E background

This text has black color on #80BE6E background.


White color preview on #80BE6E background

This text has white color on #80BE6E background.