COLOR #80B886

HEX: #80B886
RGB: (128,184,134)

Color info

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

RGB color model

#80B886 color RGB value is (128,184,134).

  • red value is 128;
  • green value is 184;
  • blue value is 134.
RGB:
(128,184,134)
(50%,72%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 184 of 255 = 72%
B 134 of 255 = 53%

128
184
134

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

Portions of RGB colors in percentages

R + G + B =
128 + 184 + 134 = 446 (100%)
R 128 of 446 ~ 28.7%
G 184 of 446 ~ 41.26%
B 134 of 446 ~ 30.04%

%28.7
%41.26
%30.04

CMYK color model

#80B886 color CMYK value is (30,0,27,28).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 27.84%
CMYK:
(30,0,27,28)
C30M0Y27K28 
(30%,0%,27%,28%)
(0.30/0.00/0.27/0.28)	

CMYK percentages

%30.43
%0
%27.17
%27.84

Codes

Color #80B886 in popluar color models

80B886
RGB128184134
HSL126°28.28%61.18%
HSB/HSV126°30.43%72.16%
CMYK30.43%0.00%27.17%
27.84%

Color #80B886 in popluar number systems.

HEX80B886
Decimal128184134
Binary100000001011100010000110
Octal200270206

Shades and tints

Shades of #80B886

#80B886
(128,184,134)
#75A87A
(117,168,122)
#6A986E
(106,152,110)
#5F8862
(95,136,98)
#547856
(84,120,86)
#49684A
(73,104,74)
#3E583E
(62,88,62)
#334832
(51,72,50)
#283826
(40,56,38)
#1D281A
(29,40,26)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #80B886

#80B886
(128,184,134)
#8BBE91
(139,190,145)
#96C49C
(150,196,156)
#A1CAA7
(161,202,167)
#ACD0B2
(172,208,178)
#B7D6BD
(183,214,189)
#C2DCC8
(194,220,200)
#CDE2D3
(205,226,211)
#D8E8DE
(216,232,222)
#E3EEE9
(227,238,233)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B886 color. Also use rgb(128,184,134) instead hex code.

Text Font Color

.myTextColor { color: #80B886; }

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

This text font color is #80B886.


Background Color

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

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

This div background color is #80B886.


Border color

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

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

This div border color is #80B886.


Opacity

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

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

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

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

This text has shadow with #80B886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B886 on black background.


Color preview on white background

This text has color #80B886 on white background.



Black color preview on #80B886 background

This text has black color on #80B886 background.


White color preview on #80B886 background

This text has white color on #80B886 background.