COLOR #80BA6F

HEX: #80BA6F RGB: (128,186,111)

Color info

#80BA6F contains mainly red and green colors. Web safe color of #80BA6F is #66CC66 (or #6C6).

RGB color model

#80BA6F color RGB value is (128,186,111).

RGB: (128,186,111) (50%, 73%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 186 of 255 = 73%
B 111 of 255 = 44%

128
186
111

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

Portions of RGB colors in percentages

R + G + B = 128 + 186 + 111 = 425 (100%)
R 128 of 425 ~ 30.12%
G 186 of 425 ~ 43.76%
B 111 of 425 ~ 26.12'%

%30.12
%43.76
%26.12

CMYK color model

#80BA6F color CMYK value is (31,0,40,27).

  • cyan value is 31.18%
  • magenta value is 0.00%
  • yellow value is 40.32%
  • key color value is 27.06%

CMYK: (31,0,40,27)
C31M0Y40K27 (31%, 0%, 40%, 27%)
(0.31 / 0.00 / 0.40 / 0.27)

CMYK percentages

%31.18
%0
%40.32
%27.06

Codes

Color #80BA6F in popluar color models

80 BA 6F
RGB 128 186 111
HSL 106° 35.21% 58.24%
HSB/HSV 106° 40.32% 72.94%
CMYK 31.18% 0.00% 40.32%
27.06%

Color #80BA6F in popluar number systems.

HEX 80 BA 6F
Decimal 128 186 111
Binary 10000000 10111010 1101111
Octal 200 272 157

Shades and tints

Shades of #80BA6F

#80BA6F
(128,186,111)
#75AA65
(117,170,101)
#6A9A5B
(106,154,91)
#5F8A51
(95,138,81)
#547A47
(84,122,71)
#496A3D
(73,106,61)
#3E5A33
(62,90,51)
#334A29
(51,74,41)
#283A1F
(40,58,31)
#1D2A15
(29,42,21)
#121A0B
(18,26,11)
#000000
(0,0,0)

Tints of #80BA6F

#80BA6F
(128,186,111)
#8BC07C
(139,192,124)
#96C689
(150,198,137)
#A1CC96
(161,204,150)
#ACD2A3
(172,210,163)
#B7D8B0
(183,216,176)
#C2DEBD
(194,222,189)
#CDE4CA
(205,228,202)
#D8EAD7
(216,234,215)
#E3F0E4
(227,240,228)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BA6F color. Also use rgb(128,186,111) instead hex code.

Text Font Color

.myTextColor { color: #80BA6F; }

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

This text font color is #80BA6F.

Background Color

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

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

This div background color is #80BA6F.

Border color

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

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

This div border color is #80BA6F.

Opacity

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

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

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

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

This text has shadow with #80BA6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BA6F.

Preview

Color preview on black background

This text has color #80BA6F on black background.


Color preview on white background

This text has color #80BA6F on white background.


Black color preview on #80BA6F background

This text has black color on #80BA6F background.


White color preview on #80BA6F background

This text has white color on #80BA6F background.


Related colors

Complementary color

Complementary color for #hex is #7F4590.


I love getcolorcode.com

Triadic colors

1 #6F80BA and #BA6F80 with #80BA6F are triadic colors.

2 #6FBA80 and #BA806F with #80BA6F are triadic colors.