COLOR #80A088

HEX: #80A088
RGB: (128,160,136)

Color info

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

RGB color model

#80A088 color RGB value is (128,160,136).

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

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 136 of 255 = 53%

128
160
136

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

Portions of RGB colors in percentages

R + G + B =
128 + 160 + 136 = 424 (100%)
R 128 of 424 ~ 30.19%
G 160 of 424 ~ 37.74%
B 136 of 424 ~ 32.08%

%30.19
%37.74
%32.08

CMYK color model

#80A088 color CMYK value is (20,0,15,37).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 37.25%
CMYK:
(20,0,15,37)
C20M0Y15K37 
(20%,0%,15%,37%)
(0.20/0.00/0.15/0.37)	

CMYK percentages

%20
%0
%15
%37.25

Codes

Color #80A088 in popluar color models

80A088
RGB128160136
HSL135°14.41%56.47%
HSB/HSV135°20.00%62.75%
CMYK20.00%0.00%15.00%
37.25%

Color #80A088 in popluar number systems.

HEX80A088
Decimal128160136
Binary100000001010000010001000
Octal200240210

Shades and tints

Shades of #80A088

#80A088
(128,160,136)
#75927C
(117,146,124)
#6A8470
(106,132,112)
#5F7664
(95,118,100)
#546858
(84,104,88)
#495A4C
(73,90,76)
#3E4C40
(62,76,64)
#333E34
(51,62,52)
#283028
(40,48,40)
#1D221C
(29,34,28)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #80A088

#80A088
(128,160,136)
#8BA892
(139,168,146)
#96B09C
(150,176,156)
#A1B8A6
(161,184,166)
#ACC0B0
(172,192,176)
#B7C8BA
(183,200,186)
#C2D0C4
(194,208,196)
#CDD8CE
(205,216,206)
#D8E0D8
(216,224,216)
#E3E8E2
(227,232,226)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A088; }

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

This text font color is #80A088.


Background Color

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

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

This div background color is #80A088.


Border color

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

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

This div border color is #80A088.


Opacity

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

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

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

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

This text has shadow with #80A088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A088 on black background.


Color preview on white background

This text has color #80A088 on white background.



Black color preview on #80A088 background

This text has black color on #80A088 background.


White color preview on #80A088 background

This text has white color on #80A088 background.