COLOR #80B26E

HEX: #80B26E
RGB: (128,178,110)

Color info

#80B26E contains mainly red and green colors. Web safe color of #80B26E is #669966 (or #696).

RGB color model

#80B26E color RGB value is (128,178,110).

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

RGB channels and saturation

R 128 of 255 = 50%
G 178 of 255 = 70%
B 110 of 255 = 43%

128
178
110

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

Portions of RGB colors in percentages

R + G + B =
128 + 178 + 110 = 416 (100%)
R 128 of 416 ~ 30.77%
G 178 of 416 ~ 42.79%
B 110 of 416 ~ 26.44%

%30.77
%42.79
%26.44

CMYK color model

#80B26E color CMYK value is (28,0,38,30).

  • cyan value is 28.09%
  • magenta value is 0.00%
  • yellow value is 38.20%
  • key color value is 30.20%
CMYK:
(28,0,38,30)
C28M0Y38K30 
(28%,0%,38%,30%)
(0.28/0.00/0.38/0.30)	

CMYK percentages

%28.09
%0
%38.2
%30.2

Codes

Color #80B26E in popluar color models

80B26E
RGB128178110
HSL104°30.63%56.47%
HSB/HSV104°38.20%69.80%
CMYK28.09%0.00%38.20%
30.20%

Color #80B26E in popluar number systems.

HEX80B26E
Decimal128178110
Binary10000000101100101101110
Octal200262156

Shades and tints

Shades of #80B26E

#80B26E
(128,178,110)
#75A264
(117,162,100)
#6A925A
(106,146,90)
#5F8250
(95,130,80)
#547246
(84,114,70)
#49623C
(73,98,60)
#3E5232
(62,82,50)
#334228
(51,66,40)
#28321E
(40,50,30)
#1D2214
(29,34,20)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #80B26E

#80B26E
(128,178,110)
#8BB97B
(139,185,123)
#96C088
(150,192,136)
#A1C795
(161,199,149)
#ACCEA2
(172,206,162)
#B7D5AF
(183,213,175)
#C2DCBC
(194,220,188)
#CDE3C9
(205,227,201)
#D8EAD6
(216,234,214)
#E3F1E3
(227,241,227)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B26E; }

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

This text font color is #80B26E.


Background Color

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

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

This div background color is #80B26E.


Border color

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

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

This div border color is #80B26E.


Opacity

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

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

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

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

This text has shadow with #80B26E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B26E on black background.


Color preview on white background

This text has color #80B26E on white background.



Black color preview on #80B26E background

This text has black color on #80B26E background.


White color preview on #80B26E background

This text has white color on #80B26E background.