COLOR #80A69D

HEX: #80A69D
RGB: (128,166,157)

Color info

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

RGB color model

#80A69D color RGB value is (128,166,157).

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

RGB channels and saturation

R 128 of 255 = 50%
G 166 of 255 = 65%
B 157 of 255 = 62%

128
166
157

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

Portions of RGB colors in percentages

R + G + B =
128 + 166 + 157 = 451 (100%)
R 128 of 451 ~ 28.38%
G 166 of 451 ~ 36.81%
B 157 of 451 ~ 34.81%

%28.38
%36.81
%34.81

CMYK color model

#80A69D color CMYK value is (23,0,5,35).

  • cyan value is 22.89%
  • magenta value is 0.00%
  • yellow value is 5.42%
  • key color value is 34.90%
CMYK:
(23,0,5,35)
C23M0Y5K35 
(23%,0%,5%,35%)
(0.23/0.00/0.05/0.35)	

CMYK percentages

%22.89
%0
%5.42
%34.9

Codes

Color #80A69D in popluar color models

80A69D
RGB128166157
HSL166°17.59%57.65%
HSB/HSV166°22.89%65.10%
CMYK22.89%0.00%5.42%
34.90%

Color #80A69D in popluar number systems.

HEX80A69D
Decimal128166157
Binary100000001010011010011101
Octal200246235

Shades and tints

Shades of #80A69D

#80A69D
(128,166,157)
#75978F
(117,151,143)
#6A8881
(106,136,129)
#5F7973
(95,121,115)
#546A65
(84,106,101)
#495B57
(73,91,87)
#3E4C49
(62,76,73)
#333D3B
(51,61,59)
#282E2D
(40,46,45)
#1D1F1F
(29,31,31)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #80A69D

#80A69D
(128,166,157)
#8BAEA5
(139,174,165)
#96B6AD
(150,182,173)
#A1BEB5
(161,190,181)
#ACC6BD
(172,198,189)
#B7CEC5
(183,206,197)
#C2D6CD
(194,214,205)
#CDDED5
(205,222,213)
#D8E6DD
(216,230,221)
#E3EEE5
(227,238,229)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A69D; }

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

This text font color is #80A69D.


Background Color

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

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

This div background color is #80A69D.


Border color

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

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

This div border color is #80A69D.


Opacity

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

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

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

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

This text has shadow with #80A69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A69D on black background.


Color preview on white background

This text has color #80A69D on white background.



Black color preview on #80A69D background

This text has black color on #80A69D background.


White color preview on #80A69D background

This text has white color on #80A69D background.