COLOR #80A664

HEX: #80A664 RGB: (128,166,100)

Color info

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

RGB color model

#80A664 color RGB value is (128,166,100).

RGB: (128,166,100) (50%, 65%, 39%)

RGB channels and saturation

R 128 of 255 = 50%
G 166 of 255 = 65%
B 100 of 255 = 39%

128
166
100

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

Portions of RGB colors in percentages

R + G + B = 128 + 166 + 100 = 394 (100%)
R 128 of 394 ~ 32.49%
G 166 of 394 ~ 42.13%
B 100 of 394 ~ 25.38'%

%32.49
%42.13
%25.38

CMYK color model

#80A664 color CMYK value is (23,0,40,35).

  • cyan value is 22.89%
  • magenta value is 0.00%
  • yellow value is 39.76%
  • key color value is 34.90%

CMYK: (23,0,40,35)
C23M0Y40K35 (23%, 0%, 40%, 35%)
(0.23 / 0.00 / 0.40 / 0.35)

CMYK percentages

%22.89
%0
%39.76
%34.9

Codes

Color #80A664 in popluar color models

80 A6 64
RGB 128 166 100
HSL 95° 27.05% 52.16%
HSB/HSV 95° 39.76% 65.10%
CMYK 22.89% 0.00% 39.76%
34.90%

Color #80A664 in popluar number systems.

HEX 80 A6 64
Decimal 128 166 100
Binary 10000000 10100110 1100100
Octal 200 246 144

Shades and tints

Shades of #80A664

#80A664
(128,166,100)
#75975B
(117,151,91)
#6A8852
(106,136,82)
#5F7949
(95,121,73)
#546A40
(84,106,64)
#495B37
(73,91,55)
#3E4C2E
(62,76,46)
#333D25
(51,61,37)
#282E1C
(40,46,28)
#1D1F13
(29,31,19)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #80A664

#80A664
(128,166,100)
#8BAE72
(139,174,114)
#96B680
(150,182,128)
#A1BE8E
(161,190,142)
#ACC69C
(172,198,156)
#B7CEAA
(183,206,170)
#C2D6B8
(194,214,184)
#CDDEC6
(205,222,198)
#D8E6D4
(216,230,212)
#E3EEE2
(227,238,226)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A664; }

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

This text font color is #80A664.

Background Color

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

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

This div background color is #80A664.

Border color

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

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

This div border color is #80A664.

Opacity

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

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

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

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

This text has shadow with #80A664 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A664.

Preview

Color preview on black background

This text has color #80A664 on black background.


Color preview on white background

This text has color #80A664 on white background.


Black color preview on #80A664 background

This text has black color on #80A664 background.


White color preview on #80A664 background

This text has white color on #80A664 background.


Related colors

Complementary color

Complementary color for #hex is #7F599B.


I love getcolorcode.com

Triadic colors

1 #6480A6 and #A66480 with #80A664 are triadic colors.

2 #64A680 and #A68064 with #80A664 are triadic colors.