COLOR #80A495

HEX: #80A495 RGB: (128,164,149)

Color info

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

RGB color model

#80A495 color RGB value is (128,164,149).

RGB: (128,164,149) (50%, 64%, 58%)

RGB channels and saturation

R 128 of 255 = 50%
G 164 of 255 = 64%
B 149 of 255 = 58%

128
164
149

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

Portions of RGB colors in percentages

R + G + B = 128 + 164 + 149 = 441 (100%)
R 128 of 441 ~ 29.02%
G 164 of 441 ~ 37.19%
B 149 of 441 ~ 33.79'%

%29.02
%37.19
%33.79

CMYK color model

#80A495 color CMYK value is (22,0,9,36).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK: (22,0,9,36) C22M0Y9K36 (22%,0%,9%,36%) (0.22/0.00/0.09/0.36) 

CMYK percentages

%21.95
%0
%9.15
%35.69

Codes

Color #80A495 in popluar color models

80 A4 95
RGB 128 164 149
HSL 155° 16.51% 57.25%
HSB/HSV 155° 21.95% 64.31%
CMYK 21.95% 0.00% 9.15%
35.69%

Color #80A495 in popluar number systems.

HEX 80 A4 95
Decimal 128 164 149
Binary 10000000 10100100 10010101
Octal 200 244 225

Shades and tints

Shades of #80A495

#80A495
(128,164,149)
#759688
(117,150,136)
#6A887B
(106,136,123)
#5F7A6E
(95,122,110)
#546C61
(84,108,97)
#495E54
(73,94,84)
#3E5047
(62,80,71)
#33423A
(51,66,58)
#28342D
(40,52,45)
#1D2620
(29,38,32)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #80A495

#80A495
(128,164,149)
#8BAC9E
(139,172,158)
#96B4A7
(150,180,167)
#A1BCB0
(161,188,176)
#ACC4B9
(172,196,185)
#B7CCC2
(183,204,194)
#C2D4CB
(194,212,203)
#CDDCD4
(205,220,212)
#D8E4DD
(216,228,221)
#E3ECE6
(227,236,230)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A495 color. Also use rgb(128,164,149) instead hex code.

Text Font Color

.myTextColor { color: #80A495; }

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

This text font color is #80A495.

Background Color

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

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

This div background color is #80A495.

Border color

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

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

This div border color is #80A495.

Opacity

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

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

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

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

This text has shadow with #80A495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A495.

Preview

Color preview on black background

This text has color #80A495 on black background.


Color preview on white background

This text has color #80A495 on white background.


Black color preview on #80A495 background

This text has black color on #80A495 background.


White color preview on #80A495 background

This text has white color on #80A495 background.


Related colors

Complementary color

Complementary color for #hex is #7F5B6A.


I love getcolorcode.com

Triadic colors

1 #9580A4 and #A49580 with #80A495 are triadic colors.

2 #95A480 and #A48095 with #80A495 are triadic colors.