COLOR #80AD94

HEX: #80AD94
RGB: (128,173,148)

Color info

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

RGB color model

#80AD94 color RGB value is (128,173,148).

  • red value is 128;
  • green value is 173;
  • blue value is 148.
RGB:
(128,173,148)
(50%,68%,58%)

RGB channels and saturation

R 128 of 255 = 50%
G 173 of 255 = 68%
B 148 of 255 = 58%

128
173
148

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

Portions of RGB colors in percentages

R + G + B =
128 + 173 + 148 = 449 (100%)
R 128 of 449 ~ 28.51%
G 173 of 449 ~ 38.53%
B 148 of 449 ~ 32.96%

%28.51
%38.53
%32.96

CMYK color model

#80AD94 color CMYK value is (26,0,14,32).

  • cyan value is 26.01%
  • magenta value is 0.00%
  • yellow value is 14.45%
  • key color value is 32.16%
CMYK:
(26,0,14,32)
C26M0Y14K32 
(26%,0%,14%,32%)
(0.26/0.00/0.14/0.32)	

CMYK percentages

%26.01
%0
%14.45
%32.16

Codes

Color #80AD94 in popluar color models

80AD94
RGB128173148
HSL147°21.53%59.02%
HSB/HSV147°26.01%67.84%
CMYK26.01%0.00%14.45%
32.16%

Color #80AD94 in popluar number systems.

HEX80AD94
Decimal128173148
Binary100000001010110110010100
Octal200255224

Shades and tints

Shades of #80AD94

#80AD94
(128,173,148)
#759E87
(117,158,135)
#6A8F7A
(106,143,122)
#5F806D
(95,128,109)
#547160
(84,113,96)
#496253
(73,98,83)
#3E5346
(62,83,70)
#334439
(51,68,57)
#28352C
(40,53,44)
#1D261F
(29,38,31)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #80AD94

#80AD94
(128,173,148)
#8BB49D
(139,180,157)
#96BBA6
(150,187,166)
#A1C2AF
(161,194,175)
#ACC9B8
(172,201,184)
#B7D0C1
(183,208,193)
#C2D7CA
(194,215,202)
#CDDED3
(205,222,211)
#D8E5DC
(216,229,220)
#E3ECE5
(227,236,229)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AD94; }

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

This text font color is #80AD94.


Background Color

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

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

This div background color is #80AD94.


Border color

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

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

This div border color is #80AD94.


Opacity

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

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

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

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

This text has shadow with #80AD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AD94 on black background.


Color preview on white background

This text has color #80AD94 on white background.



Black color preview on #80AD94 background

This text has black color on #80AD94 background.


White color preview on #80AD94 background

This text has white color on #80AD94 background.