COLOR #80AD88

HEX: #80AD88 RGB: (128,173,136)

Color info

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

RGB color model

#80AD88 color RGB value is (128,173,136).

RGB: (128,173,136) (50%, 68%, 53%)

RGB channels and saturation

R 128 of 255 = 50%
G 173 of 255 = 68%
B 136 of 255 = 53%

128
173
136

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

Portions of RGB colors in percentages

R + G + B = 128 + 173 + 136 = 437 (100%)
R 128 of 437 ~ 29.29%
G 173 of 437 ~ 39.59%
B 136 of 437 ~ 31.12'%

%29.29
%39.59
%31.12

CMYK color model

#80AD88 color CMYK value is (26,0,21,32).

  • cyan value is 26.01%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 32.16%

CMYK: (26,0,21,32)
C26M0Y21K32 (26%, 0%, 21%, 32%)
(0.26 / 0.00 / 0.21 / 0.32)

CMYK percentages

%26.01
%0
%21.39
%32.16

Codes

Color #80AD88 in popluar color models

80 AD 88
RGB 128 173 136
HSL 131° 21.53% 59.02%
HSB/HSV 131° 26.01% 67.84%
CMYK 26.01% 0.00% 21.39%
32.16%

Color #80AD88 in popluar number systems.

HEX 80 AD 88
Decimal 128 173 136
Binary 10000000 10101101 10001000
Octal 200 255 210

Shades and tints

Shades of #80AD88

#80AD88
(128,173,136)
#759E7C
(117,158,124)
#6A8F70
(106,143,112)
#5F8064
(95,128,100)
#547158
(84,113,88)
#49624C
(73,98,76)
#3E5340
(62,83,64)
#334434
(51,68,52)
#283528
(40,53,40)
#1D261C
(29,38,28)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #80AD88

#80AD88
(128,173,136)
#8BB492
(139,180,146)
#96BB9C
(150,187,156)
#A1C2A6
(161,194,166)
#ACC9B0
(172,201,176)
#B7D0BA
(183,208,186)
#C2D7C4
(194,215,196)
#CDDECE
(205,222,206)
#D8E5D8
(216,229,216)
#E3ECE2
(227,236,226)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AD88; }

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

This text font color is #80AD88.

Background Color

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

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

This div background color is #80AD88.

Border color

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

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

This div border color is #80AD88.

Opacity

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

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

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

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

This text has shadow with #80AD88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AD88.

Preview

Color preview on black background

This text has color #80AD88 on black background.


Color preview on white background

This text has color #80AD88 on white background.


Black color preview on #80AD88 background

This text has black color on #80AD88 background.


White color preview on #80AD88 background

This text has white color on #80AD88 background.


Related colors

Complementary color

Complementary color for #hex is #7F5277.


I love getcolorcode.com

Triadic colors

1 #8880AD and #AD8880 with #80AD88 are triadic colors.

2 #88AD80 and #AD8088 with #80AD88 are triadic colors.