COLOR #80BF6F

HEX: #80BF6F
RGB: (128,191,111)

Color info

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

RGB color model

#80BF6F color RGB value is (128,191,111).

  • red value is 128;
  • green value is 191;
  • blue value is 111.
RGB:
(128,191,111)
(50%,75%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 191 of 255 = 75%
B 111 of 255 = 44%

128
191
111

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

Portions of RGB colors in percentages

R + G + B =
128 + 191 + 111 = 430 (100%)
R 128 of 430 ~ 29.77%
G 191 of 430 ~ 44.42%
B 111 of 430 ~ 25.81%

%29.77
%44.42
%25.81

CMYK color model

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

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

CMYK percentages

%32.98
%0
%41.88
%25.1

Codes

Color #80BF6F in popluar color models

80BF6F
RGB128191111
HSL107°38.46%59.22%
HSB/HSV107°41.88%74.90%
CMYK32.98%0.00%41.88%
25.10%

Color #80BF6F in popluar number systems.

HEX80BF6F
Decimal128191111
Binary10000000101111111101111
Octal200277157

Shades and tints

Shades of #80BF6F

#80BF6F
(128,191,111)
#75AE65
(117,174,101)
#6A9D5B
(106,157,91)
#5F8C51
(95,140,81)
#547B47
(84,123,71)
#496A3D
(73,106,61)
#3E5933
(62,89,51)
#334829
(51,72,41)
#28371F
(40,55,31)
#1D2615
(29,38,21)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #80BF6F

#80BF6F
(128,191,111)
#8BC47C
(139,196,124)
#96C989
(150,201,137)
#A1CE96
(161,206,150)
#ACD3A3
(172,211,163)
#B7D8B0
(183,216,176)
#C2DDBD
(194,221,189)
#CDE2CA
(205,226,202)
#D8E7D7
(216,231,215)
#E3ECE4
(227,236,228)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BF6F; }

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

This text font color is #80BF6F.


Background Color

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

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

This div background color is #80BF6F.


Border color

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

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

This div border color is #80BF6F.


Opacity

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

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

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

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

This text has shadow with #80BF6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BF6F on black background.


Color preview on white background

This text has color #80BF6F on white background.



Black color preview on #80BF6F background

This text has black color on #80BF6F background.


White color preview on #80BF6F background

This text has white color on #80BF6F background.