COLOR #80A68C

HEX: #80A68C
RGB: (128,166,140)

Color info

#80A68C contains red, green and blue colors in about the same proportion. Web safe color of #80A68C is #669999 (or #699).

RGB color model

#80A68C color RGB value is (128,166,140).

  • red value is 128;
  • green value is 166;
  • blue value is 140.
RGB:
(128,166,140)
(50%,65%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 166 of 255 = 65%
B 140 of 255 = 55%

128
166
140

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

Portions of RGB colors in percentages

R + G + B =
128 + 166 + 140 = 434 (100%)
R 128 of 434 ~ 29.49%
G 166 of 434 ~ 38.25%
B 140 of 434 ~ 32.26%

%29.49
%38.25
%32.26

CMYK color model

#80A68C color CMYK value is (23,0,16,35).

  • cyan value is 22.89%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 34.90%
CMYK:
(23,0,16,35)
C23M0Y16K35 
(23%,0%,16%,35%)
(0.23/0.00/0.16/0.35)	

CMYK percentages

%22.89
%0
%15.66
%34.9

Codes

Color #80A68C in popluar color models

80A68C
RGB128166140
HSL139°17.59%57.65%
HSB/HSV139°22.89%65.10%
CMYK22.89%0.00%15.66%
34.90%

Color #80A68C in popluar number systems.

HEX80A68C
Decimal128166140
Binary100000001010011010001100
Octal200246214

Shades and tints

Shades of #80A68C

#80A68C
(128,166,140)
#759780
(117,151,128)
#6A8874
(106,136,116)
#5F7968
(95,121,104)
#546A5C
(84,106,92)
#495B50
(73,91,80)
#3E4C44
(62,76,68)
#333D38
(51,61,56)
#282E2C
(40,46,44)
#1D1F20
(29,31,32)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #80A68C

#80A68C
(128,166,140)
#8BAE96
(139,174,150)
#96B6A0
(150,182,160)
#A1BEAA
(161,190,170)
#ACC6B4
(172,198,180)
#B7CEBE
(183,206,190)
#C2D6C8
(194,214,200)
#CDDED2
(205,222,210)
#D8E6DC
(216,230,220)
#E3EEE6
(227,238,230)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A68C; }

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

This text font color is #80A68C.


Background Color

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

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

This div background color is #80A68C.


Border color

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

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

This div border color is #80A68C.


Opacity

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

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

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

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

This text has shadow with #80A68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A68C on black background.


Color preview on white background

This text has color #80A68C on white background.



Black color preview on #80A68C background

This text has black color on #80A68C background.


White color preview on #80A68C background

This text has white color on #80A68C background.