COLOR #80B164

HEX: #80B164
RGB: (128,177,100)

Color info

#80B164 contains mainly red and green colors. Web safe color of #80B164 is #669966 (or #696).

RGB color model

#80B164 color RGB value is (128,177,100).

  • red value is 128;
  • green value is 177;
  • blue value is 100.
RGB:
(128,177,100)
(50%,69%,39%)

RGB channels and saturation

R 128 of 255 = 50%
G 177 of 255 = 69%
B 100 of 255 = 39%

128
177
100

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

Portions of RGB colors in percentages

R + G + B =
128 + 177 + 100 = 405 (100%)
R 128 of 405 ~ 31.6%
G 177 of 405 ~ 43.7%
B 100 of 405 ~ 24.69%

%31.6
%43.7
%24.69

CMYK color model

#80B164 color CMYK value is (28,0,44,31).

  • cyan value is 27.68%
  • magenta value is 0.00%
  • yellow value is 43.50%
  • key color value is 30.59%
CMYK:
(28,0,44,31)
C28M0Y44K31 
(28%,0%,44%,31%)
(0.28/0.00/0.44/0.31)	

CMYK percentages

%27.68
%0
%43.5
%30.59

Codes

Color #80B164 in popluar color models

80B164
RGB128177100
HSL98°33.05%54.31%
HSB/HSV98°43.50%69.41%
CMYK27.68%0.00%43.50%
30.59%

Color #80B164 in popluar number systems.

HEX80B164
Decimal128177100
Binary10000000101100011100100
Octal200261144

Shades and tints

Shades of #80B164

#80B164
(128,177,100)
#75A15B
(117,161,91)
#6A9152
(106,145,82)
#5F8149
(95,129,73)
#547140
(84,113,64)
#496137
(73,97,55)
#3E512E
(62,81,46)
#334125
(51,65,37)
#28311C
(40,49,28)
#1D2113
(29,33,19)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #80B164

#80B164
(128,177,100)
#8BB872
(139,184,114)
#96BF80
(150,191,128)
#A1C68E
(161,198,142)
#ACCD9C
(172,205,156)
#B7D4AA
(183,212,170)
#C2DBB8
(194,219,184)
#CDE2C6
(205,226,198)
#D8E9D4
(216,233,212)
#E3F0E2
(227,240,226)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B164 color. Also use rgb(128,177,100) instead hex code.

Text Font Color

.myTextColor { color: #80B164; }

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

This text font color is #80B164.


Background Color

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

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

This div background color is #80B164.


Border color

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

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

This div border color is #80B164.


Opacity

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

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

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

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

This text has shadow with #80B164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B164 on black background.


Color preview on white background

This text has color #80B164 on white background.



Black color preview on #80B164 background

This text has black color on #80B164 background.


White color preview on #80B164 background

This text has white color on #80B164 background.