COLOR #80A093

HEX: #80A093
RGB: (128,160,147)

Color info

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

RGB color model

#80A093 color RGB value is (128,160,147).

  • red value is 128;
  • green value is 160;
  • blue value is 147.
RGB:
(128,160,147)
(50%,63%,58%)

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 147 of 255 = 58%

128
160
147

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

Portions of RGB colors in percentages

R + G + B =
128 + 160 + 147 = 435 (100%)
R 128 of 435 ~ 29.43%
G 160 of 435 ~ 36.78%
B 147 of 435 ~ 33.79%

%29.43
%36.78
%33.79

CMYK color model

#80A093 color CMYK value is (20,0,8,37).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 8.13%
  • key color value is 37.25%
CMYK:
(20,0,8,37)
C20M0Y8K37 
(20%,0%,8%,37%)
(0.20/0.00/0.08/0.37)	

CMYK percentages

%20
%0
%8.13
%37.25

Codes

Color #80A093 in popluar color models

80A093
RGB128160147
HSL156°14.41%56.47%
HSB/HSV156°20.00%62.75%
CMYK20.00%0.00%8.13%
37.25%

Color #80A093 in popluar number systems.

HEX80A093
Decimal128160147
Binary100000001010000010010011
Octal200240223

Shades and tints

Shades of #80A093

#80A093
(128,160,147)
#759286
(117,146,134)
#6A8479
(106,132,121)
#5F766C
(95,118,108)
#54685F
(84,104,95)
#495A52
(73,90,82)
#3E4C45
(62,76,69)
#333E38
(51,62,56)
#28302B
(40,48,43)
#1D221E
(29,34,30)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #80A093

#80A093
(128,160,147)
#8BA89C
(139,168,156)
#96B0A5
(150,176,165)
#A1B8AE
(161,184,174)
#ACC0B7
(172,192,183)
#B7C8C0
(183,200,192)
#C2D0C9
(194,208,201)
#CDD8D2
(205,216,210)
#D8E0DB
(216,224,219)
#E3E8E4
(227,232,228)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A093 color. Also use rgb(128,160,147) instead hex code.

Text Font Color

.myTextColor { color: #80A093; }

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

This text font color is #80A093.


Background Color

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

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

This div background color is #80A093.


Border color

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

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

This div border color is #80A093.


Opacity

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

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

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

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

This text has shadow with #80A093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A093 on black background.


Color preview on white background

This text has color #80A093 on white background.



Black color preview on #80A093 background

This text has black color on #80A093 background.


White color preview on #80A093 background

This text has white color on #80A093 background.