COLOR #80BD7F

HEX: #80BD7F
RGB: (128,189,127)

Color info

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

RGB color model

#80BD7F color RGB value is (128,189,127).

  • red value is 128;
  • green value is 189;
  • blue value is 127.
RGB:
(128,189,127)
(50%,74%,50%)

RGB channels and saturation

R 128 of 255 = 50%
G 189 of 255 = 74%
B 127 of 255 = 50%

128
189
127

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

Portions of RGB colors in percentages

R + G + B =
128 + 189 + 127 = 444 (100%)
R 128 of 444 ~ 28.83%
G 189 of 444 ~ 42.57%
B 127 of 444 ~ 28.6%

%28.83
%42.57
%28.6

CMYK color model

#80BD7F color CMYK value is (32,0,33,26).

  • cyan value is 32.28%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 25.88%
CMYK:
(32,0,33,26)
C32M0Y33K26 
(32%,0%,33%,26%)
(0.32/0.00/0.33/0.26)	

CMYK percentages

%32.28
%0
%32.8
%25.88

Codes

Color #80BD7F in popluar color models

80BD7F
RGB128189127
HSL119°31.96%61.96%
HSB/HSV119°32.80%74.12%
CMYK32.28%0.00%32.80%
25.88%

Color #80BD7F in popluar number systems.

HEX80BD7F
Decimal128189127
Binary10000000101111011111111
Octal200275177

Shades and tints

Shades of #80BD7F

#80BD7F
(128,189,127)
#75AC74
(117,172,116)
#6A9B69
(106,155,105)
#5F8A5E
(95,138,94)
#547953
(84,121,83)
#496848
(73,104,72)
#3E573D
(62,87,61)
#334632
(51,70,50)
#283527
(40,53,39)
#1D241C
(29,36,28)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #80BD7F

#80BD7F
(128,189,127)
#8BC38A
(139,195,138)
#96C995
(150,201,149)
#A1CFA0
(161,207,160)
#ACD5AB
(172,213,171)
#B7DBB6
(183,219,182)
#C2E1C1
(194,225,193)
#CDE7CC
(205,231,204)
#D8EDD7
(216,237,215)
#E3F3E2
(227,243,226)
#EEF9ED
(238,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BD7F color. Also use rgb(128,189,127) instead hex code.

Text Font Color

.myTextColor { color: #80BD7F; }

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

This text font color is #80BD7F.


Background Color

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

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

This div background color is #80BD7F.


Border color

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

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

This div border color is #80BD7F.


Opacity

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

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

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

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

This text has shadow with #80BD7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BD7F on black background.


Color preview on white background

This text has color #80BD7F on white background.



Black color preview on #80BD7F background

This text has black color on #80BD7F background.


White color preview on #80BD7F background

This text has white color on #80BD7F background.