COLOR #80BB8F

HEX: #80BB8F
RGB: (128,187,143)

Color info

#80BB8F contains red, green and blue colors in about the same proportion. Web safe color of #80BB8F is #66CC99 (or #6C9).

RGB color model

#80BB8F color RGB value is (128,187,143).

  • red value is 128;
  • green value is 187;
  • blue value is 143.
RGB:
(128,187,143)
(50%,73%,56%)

RGB channels and saturation

R 128 of 255 = 50%
G 187 of 255 = 73%
B 143 of 255 = 56%

128
187
143

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

Portions of RGB colors in percentages

R + G + B =
128 + 187 + 143 = 458 (100%)
R 128 of 458 ~ 27.95%
G 187 of 458 ~ 40.83%
B 143 of 458 ~ 31.22%

%27.95
%40.83
%31.22

CMYK color model

#80BB8F color CMYK value is (32,0,24,27).

  • cyan value is 31.55%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 26.67%
CMYK:
(32,0,24,27)
C32M0Y24K27 
(32%,0%,24%,27%)
(0.32/0.00/0.24/0.27)	

CMYK percentages

%31.55
%0
%23.53
%26.67

Codes

Color #80BB8F in popluar color models

80BB8F
RGB128187143
HSL135°30.26%61.76%
HSB/HSV135°31.55%73.33%
CMYK31.55%0.00%23.53%
26.67%

Color #80BB8F in popluar number systems.

HEX80BB8F
Decimal128187143
Binary100000001011101110001111
Octal200273217

Shades and tints

Shades of #80BB8F

#80BB8F
(128,187,143)
#75AA82
(117,170,130)
#6A9975
(106,153,117)
#5F8868
(95,136,104)
#54775B
(84,119,91)
#49664E
(73,102,78)
#3E5541
(62,85,65)
#334434
(51,68,52)
#283327
(40,51,39)
#1D221A
(29,34,26)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #80BB8F

#80BB8F
(128,187,143)
#8BC199
(139,193,153)
#96C7A3
(150,199,163)
#A1CDAD
(161,205,173)
#ACD3B7
(172,211,183)
#B7D9C1
(183,217,193)
#C2DFCB
(194,223,203)
#CDE5D5
(205,229,213)
#D8EBDF
(216,235,223)
#E3F1E9
(227,241,233)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BB8F color. Also use rgb(128,187,143) instead hex code.

Text Font Color

.myTextColor { color: #80BB8F; }

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

This text font color is #80BB8F.


Background Color

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

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

This div background color is #80BB8F.


Border color

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

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

This div border color is #80BB8F.


Opacity

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

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

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

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

This text has shadow with #80BB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BB8F on black background.


Color preview on white background

This text has color #80BB8F on white background.



Black color preview on #80BB8F background

This text has black color on #80BB8F background.


White color preview on #80BB8F background

This text has white color on #80BB8F background.