COLOR #80B593

HEX: #80B593 RGB: (128,181,147)

Color info

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

RGB color model

#80B593 color RGB value is (128,181,147).

RGB: (128,181,147) (50%, 71%, 58%)

RGB channels and saturation

R 128 of 255 = 50%
G 181 of 255 = 71%
B 147 of 255 = 58%

128
181
147

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

Portions of RGB colors in percentages

R + G + B = 128 + 181 + 147 = 456 (100%)
R 128 of 456 ~ 28.07%
G 181 of 456 ~ 39.69%
B 147 of 456 ~ 32.24'%

%28.07
%39.69
%32.24

CMYK color model

#80B593 color CMYK value is (29,0,19,29).

  • cyan value is 29.28%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 29.02%

CMYK: (29,0,19,29)
C29M0Y19K29 (29%, 0%, 19%, 29%)
(0.29 / 0.00 / 0.19 / 0.29)

CMYK percentages

%29.28
%0
%18.78
%29.02

Codes

Color #80B593 in popluar color models

80 B5 93
RGB 128 181 147
HSL 142° 26.37% 60.59%
HSB/HSV 142° 29.28% 70.98%
CMYK 29.28% 0.00% 18.78%
29.02%

Color #80B593 in popluar number systems.

HEX 80 B5 93
Decimal 128 181 147
Binary 10000000 10110101 10010011
Octal 200 265 223

Shades and tints

Shades of #80B593

#80B593
(128,181,147)
#75A586
(117,165,134)
#6A9579
(106,149,121)
#5F856C
(95,133,108)
#54755F
(84,117,95)
#496552
(73,101,82)
#3E5545
(62,85,69)
#334538
(51,69,56)
#28352B
(40,53,43)
#1D251E
(29,37,30)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #80B593

#80B593
(128,181,147)
#8BBB9C
(139,187,156)
#96C1A5
(150,193,165)
#A1C7AE
(161,199,174)
#ACCDB7
(172,205,183)
#B7D3C0
(183,211,192)
#C2D9C9
(194,217,201)
#CDDFD2
(205,223,210)
#D8E5DB
(216,229,219)
#E3EBE4
(227,235,228)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B593; }

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

This text font color is #80B593.

Background Color

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

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

This div background color is #80B593.

Border color

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

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

This div border color is #80B593.

Opacity

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

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

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

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

This text has shadow with #80B593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B593.

Preview

Color preview on black background

This text has color #80B593 on black background.


Color preview on white background

This text has color #80B593 on white background.


Black color preview on #80B593 background

This text has black color on #80B593 background.


White color preview on #80B593 background

This text has white color on #80B593 background.


Related colors

Complementary color

Complementary color for #hex is #7F4A6C.


I love getcolorcode.com

Triadic colors

1 #9380B5 and #B59380 with #80B593 are triadic colors.

2 #93B580 and #B58093 with #80B593 are triadic colors.