COLOR #80B793

HEX: #80B793
RGB: (128,183,147)

Color info

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

RGB color model

#80B793 color RGB value is (128,183,147).

  • red value is 128;
  • green value is 183;
  • blue value is 147.
RGB:
(128,183,147)
(50%,72%,58%)

RGB channels and saturation

R 128 of 255 = 50%
G 183 of 255 = 72%
B 147 of 255 = 58%

128
183
147

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

Portions of RGB colors in percentages

R + G + B =
128 + 183 + 147 = 458 (100%)
R 128 of 458 ~ 27.95%
G 183 of 458 ~ 39.96%
B 147 of 458 ~ 32.1%

%27.95
%39.96
%32.1

CMYK color model

#80B793 color CMYK value is (30,0,20,28).

  • cyan value is 30.05%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 28.24%
CMYK:
(30,0,20,28)
C30M0Y20K28 
(30%,0%,20%,28%)
(0.30/0.00/0.20/0.28)	

CMYK percentages

%30.05
%0
%19.67
%28.24

Codes

Color #80B793 in popluar color models

80B793
RGB128183147
HSL141°27.64%60.98%
HSB/HSV141°30.05%71.76%
CMYK30.05%0.00%19.67%
28.24%

Color #80B793 in popluar number systems.

HEX80B793
Decimal128183147
Binary100000001011011110010011
Octal200267223

Shades and tints

Shades of #80B793

#80B793
(128,183,147)
#75A786
(117,167,134)
#6A9779
(106,151,121)
#5F876C
(95,135,108)
#54775F
(84,119,95)
#496752
(73,103,82)
#3E5745
(62,87,69)
#334738
(51,71,56)
#28372B
(40,55,43)
#1D271E
(29,39,30)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #80B793

#80B793
(128,183,147)
#8BBD9C
(139,189,156)
#96C3A5
(150,195,165)
#A1C9AE
(161,201,174)
#ACCFB7
(172,207,183)
#B7D5C0
(183,213,192)
#C2DBC9
(194,219,201)
#CDE1D2
(205,225,210)
#D8E7DB
(216,231,219)
#E3EDE4
(227,237,228)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B793 color. Also use rgb(128,183,147) instead hex code.

Text Font Color

.myTextColor { color: #80B793; }

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

This text font color is #80B793.


Background Color

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

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

This div background color is #80B793.


Border color

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

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

This div border color is #80B793.


Opacity

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

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

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

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

This text has shadow with #80B793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B793 on black background.


Color preview on white background

This text has color #80B793 on white background.



Black color preview on #80B793 background

This text has black color on #80B793 background.


White color preview on #80B793 background

This text has white color on #80B793 background.