COLOR #80AF9D

HEX: #80AF9D
RGB: (128,175,157)

Color info

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

RGB color model

#80AF9D color RGB value is (128,175,157).

  • red value is 128;
  • green value is 175;
  • blue value is 157.
RGB:
(128,175,157)
(50%,69%,62%)

RGB channels and saturation

R 128 of 255 = 50%
G 175 of 255 = 69%
B 157 of 255 = 62%

128
175
157

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

Portions of RGB colors in percentages

R + G + B =
128 + 175 + 157 = 460 (100%)
R 128 of 460 ~ 27.83%
G 175 of 460 ~ 38.04%
B 157 of 460 ~ 34.13%

%27.83
%38.04
%34.13

CMYK color model

#80AF9D color CMYK value is (27,0,10,31).

  • cyan value is 26.86%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 31.37%
CMYK:
(27,0,10,31)
C27M0Y10K31 
(27%,0%,10%,31%)
(0.27/0.00/0.10/0.31)	

CMYK percentages

%26.86
%0
%10.29
%31.37

Codes

Color #80AF9D in popluar color models

80AF9D
RGB128175157
HSL157°22.71%59.41%
HSB/HSV157°26.86%68.63%
CMYK26.86%0.00%10.29%
31.37%

Color #80AF9D in popluar number systems.

HEX80AF9D
Decimal128175157
Binary100000001010111110011101
Octal200257235

Shades and tints

Shades of #80AF9D

#80AF9D
(128,175,157)
#75A08F
(117,160,143)
#6A9181
(106,145,129)
#5F8273
(95,130,115)
#547365
(84,115,101)
#496457
(73,100,87)
#3E5549
(62,85,73)
#33463B
(51,70,59)
#28372D
(40,55,45)
#1D281F
(29,40,31)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #80AF9D

#80AF9D
(128,175,157)
#8BB6A5
(139,182,165)
#96BDAD
(150,189,173)
#A1C4B5
(161,196,181)
#ACCBBD
(172,203,189)
#B7D2C5
(183,210,197)
#C2D9CD
(194,217,205)
#CDE0D5
(205,224,213)
#D8E7DD
(216,231,221)
#E3EEE5
(227,238,229)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AF9D color. Also use rgb(128,175,157) instead hex code.

Text Font Color

.myTextColor { color: #80AF9D; }

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

This text font color is #80AF9D.


Background Color

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

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

This div background color is #80AF9D.


Border color

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

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

This div border color is #80AF9D.


Opacity

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

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

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

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

This text has shadow with #80AF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AF9D on black background.


Color preview on white background

This text has color #80AF9D on white background.



Black color preview on #80AF9D background

This text has black color on #80AF9D background.


White color preview on #80AF9D background

This text has white color on #80AF9D background.