COLOR #80A893

HEX: #80A893 RGB: (128,168,147)

Color info

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

RGB color model

#80A893 color RGB value is (128,168,147).

RGB: (128,168,147) (50%, 66%, 58%)

RGB channels and saturation

R 128 of 255 = 50%
G 168 of 255 = 66%
B 147 of 255 = 58%

128
168
147

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

Portions of RGB colors in percentages

R + G + B = 128 + 168 + 147 = 443 (100%)
R 128 of 443 ~ 28.89%
G 168 of 443 ~ 37.92%
B 147 of 443 ~ 33.18'%

%28.89
%37.92
%33.18

CMYK color model

#80A893 color CMYK value is (24,0,13,34).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 34.12%

CMYK: (24,0,13,34)
C24M0Y13K34 (24%, 0%, 13%, 34%)
(0.24 / 0.00 / 0.13 / 0.34)

CMYK percentages

%23.81
%0
%12.5
%34.12

Codes

Color #80A893 in popluar color models

80 A8 93
RGB 128 168 147
HSL 149° 18.69% 58.04%
HSB/HSV 149° 23.81% 65.88%
CMYK 23.81% 0.00% 12.50%
34.12%

Color #80A893 in popluar number systems.

HEX 80 A8 93
Decimal 128 168 147
Binary 10000000 10101000 10010011
Octal 200 250 223

Shades and tints

Shades of #80A893

#80A893
(128,168,147)
#759986
(117,153,134)
#6A8A79
(106,138,121)
#5F7B6C
(95,123,108)
#546C5F
(84,108,95)
#495D52
(73,93,82)
#3E4E45
(62,78,69)
#333F38
(51,63,56)
#28302B
(40,48,43)
#1D211E
(29,33,30)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #80A893

#80A893
(128,168,147)
#8BAF9C
(139,175,156)
#96B6A5
(150,182,165)
#A1BDAE
(161,189,174)
#ACC4B7
(172,196,183)
#B7CBC0
(183,203,192)
#C2D2C9
(194,210,201)
#CDD9D2
(205,217,210)
#D8E0DB
(216,224,219)
#E3E7E4
(227,231,228)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A893; }

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

This text font color is #80A893.

Background Color

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

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

This div background color is #80A893.

Border color

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

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

This div border color is #80A893.

Opacity

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

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

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

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

This text has shadow with #80A893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A893.

Preview

Color preview on black background

This text has color #80A893 on black background.


Color preview on white background

This text has color #80A893 on white background.


Black color preview on #80A893 background

This text has black color on #80A893 background.


White color preview on #80A893 background

This text has white color on #80A893 background.


Related colors

Complementary color

Complementary color for #hex is #7F576C.


I love getcolorcode.com

Triadic colors

1 #9380A8 and #A89380 with #80A893 are triadic colors.

2 #93A880 and #A88093 with #80A893 are triadic colors.