COLOR #80A59B

HEX: #80A59B
RGB: (128,165,155)

Color info

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

RGB color model

#80A59B color RGB value is (128,165,155).

  • red value is 128;
  • green value is 165;
  • blue value is 155.
RGB:
(128,165,155)
(50%,65%,61%)

RGB channels and saturation

R 128 of 255 = 50%
G 165 of 255 = 65%
B 155 of 255 = 61%

128
165
155

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

Portions of RGB colors in percentages

R + G + B =
128 + 165 + 155 = 448 (100%)
R 128 of 448 ~ 28.57%
G 165 of 448 ~ 36.83%
B 155 of 448 ~ 34.6%

%28.57
%36.83
%34.6

CMYK color model

#80A59B color CMYK value is (22,0,6,35).

  • cyan value is 22.42%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(22,0,6,35)
C22M0Y6K35 
(22%,0%,6%,35%)
(0.22/0.00/0.06/0.35)	

CMYK percentages

%22.42
%0
%6.06
%35.29

Codes

Color #80A59B in popluar color models

80A59B
RGB128165155
HSL164°17.05%57.45%
HSB/HSV164°22.42%64.71%
CMYK22.42%0.00%6.06%
35.29%

Color #80A59B in popluar number systems.

HEX80A59B
Decimal128165155
Binary100000001010010110011011
Octal200245233

Shades and tints

Shades of #80A59B

#80A59B
(128,165,155)
#75968D
(117,150,141)
#6A877F
(106,135,127)
#5F7871
(95,120,113)
#546963
(84,105,99)
#495A55
(73,90,85)
#3E4B47
(62,75,71)
#333C39
(51,60,57)
#282D2B
(40,45,43)
#1D1E1D
(29,30,29)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #80A59B

#80A59B
(128,165,155)
#8BADA4
(139,173,164)
#96B5AD
(150,181,173)
#A1BDB6
(161,189,182)
#ACC5BF
(172,197,191)
#B7CDC8
(183,205,200)
#C2D5D1
(194,213,209)
#CDDDDA
(205,221,218)
#D8E5E3
(216,229,227)
#E3EDEC
(227,237,236)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A59B color. Also use rgb(128,165,155) instead hex code.

Text Font Color

.myTextColor { color: #80A59B; }

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

This text font color is #80A59B.


Background Color

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

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

This div background color is #80A59B.


Border color

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

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

This div border color is #80A59B.


Opacity

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

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

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

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

This text has shadow with #80A59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A59B on black background.


Color preview on white background

This text has color #80A59B on white background.



Black color preview on #80A59B background

This text has black color on #80A59B background.


White color preview on #80A59B background

This text has white color on #80A59B background.