COLOR #80A867

HEX: #80A867
RGB: (128,168,103)

Color info

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

RGB color model

#80A867 color RGB value is (128,168,103).

  • red value is 128;
  • green value is 168;
  • blue value is 103.
RGB:
(128,168,103)
(50%,66%,40%)

RGB channels and saturation

R 128 of 255 = 50%
G 168 of 255 = 66%
B 103 of 255 = 40%

128
168
103

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

Portions of RGB colors in percentages

R + G + B =
128 + 168 + 103 = 399 (100%)
R 128 of 399 ~ 32.08%
G 168 of 399 ~ 42.11%
B 103 of 399 ~ 25.81%

%32.08
%42.11
%25.81

CMYK color model

#80A867 color CMYK value is (24,0,39,34).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 38.69%
  • key color value is 34.12%
CMYK:
(24,0,39,34)
C24M0Y39K34 
(24%,0%,39%,34%)
(0.24/0.00/0.39/0.34)	

CMYK percentages

%23.81
%0
%38.69
%34.12

Codes

Color #80A867 in popluar color models

80A867
RGB128168103
HSL97°27.20%53.14%
HSB/HSV97°38.69%65.88%
CMYK23.81%0.00%38.69%
34.12%

Color #80A867 in popluar number systems.

HEX80A867
Decimal128168103
Binary10000000101010001100111
Octal200250147

Shades and tints

Shades of #80A867

#80A867
(128,168,103)
#75995E
(117,153,94)
#6A8A55
(106,138,85)
#5F7B4C
(95,123,76)
#546C43
(84,108,67)
#495D3A
(73,93,58)
#3E4E31
(62,78,49)
#333F28
(51,63,40)
#28301F
(40,48,31)
#1D2116
(29,33,22)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #80A867

#80A867
(128,168,103)
#8BAF74
(139,175,116)
#96B681
(150,182,129)
#A1BD8E
(161,189,142)
#ACC49B
(172,196,155)
#B7CBA8
(183,203,168)
#C2D2B5
(194,210,181)
#CDD9C2
(205,217,194)
#D8E0CF
(216,224,207)
#E3E7DC
(227,231,220)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A867 color. Also use rgb(128,168,103) instead hex code.

Text Font Color

.myTextColor { color: #80A867; }

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

This text font color is #80A867.


Background Color

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

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

This div background color is #80A867.


Border color

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

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

This div border color is #80A867.


Opacity

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

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

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

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

This text has shadow with #80A867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A867 on black background.


Color preview on white background

This text has color #80A867 on white background.



Black color preview on #80A867 background

This text has black color on #80A867 background.


White color preview on #80A867 background

This text has white color on #80A867 background.