COLOR #80AF96

HEX: #80AF96 RGB: (128,175,150)

Color info

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

RGB color model

#80AF96 color RGB value is (128,175,150).

RGB: (128,175,150) (50%, 69%, 59%)

RGB channels and saturation

R 128 of 255 = 50%
G 175 of 255 = 69%
B 150 of 255 = 59%

128
175
150

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

Portions of RGB colors in percentages

R + G + B = 128 + 175 + 150 = 453 (100%)
R 128 of 453 ~ 28.26%
G 175 of 453 ~ 38.63%
B 150 of 453 ~ 33.11'%

%28.26
%38.63
%33.11

CMYK color model

#80AF96 color CMYK value is (27,0,14,31).

  • cyan value is 26.86%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 31.37%

CMYK: (27,0,14,31)
C27M0Y14K31 (27%, 0%, 14%, 31%)
(0.27 / 0.00 / 0.14 / 0.31)

CMYK percentages

%26.86
%0
%14.29
%31.37

Codes

Color #80AF96 in popluar color models

80 AF 96
RGB 128 175 150
HSL 148° 22.71% 59.41%
HSB/HSV 148° 26.86% 68.63%
CMYK 26.86% 0.00% 14.29%
31.37%

Color #80AF96 in popluar number systems.

HEX 80 AF 96
Decimal 128 175 150
Binary 10000000 10101111 10010110
Octal 200 257 226

Shades and tints

Shades of #80AF96

#80AF96
(128,175,150)
#75A089
(117,160,137)
#6A917C
(106,145,124)
#5F826F
(95,130,111)
#547362
(84,115,98)
#496455
(73,100,85)
#3E5548
(62,85,72)
#33463B
(51,70,59)
#28372E
(40,55,46)
#1D2821
(29,40,33)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #80AF96

#80AF96
(128,175,150)
#8BB69F
(139,182,159)
#96BDA8
(150,189,168)
#A1C4B1
(161,196,177)
#ACCBBA
(172,203,186)
#B7D2C3
(183,210,195)
#C2D9CC
(194,217,204)
#CDE0D5
(205,224,213)
#D8E7DE
(216,231,222)
#E3EEE7
(227,238,231)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AF96; }

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

This text font color is #80AF96.

Background Color

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

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

This div background color is #80AF96.

Border color

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

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

This div border color is #80AF96.

Opacity

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

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

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

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

This text has shadow with #80AF96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AF96.

Preview

Color preview on black background

This text has color #80AF96 on black background.


Color preview on white background

This text has color #80AF96 on white background.


Black color preview on #80AF96 background

This text has black color on #80AF96 background.


White color preview on #80AF96 background

This text has white color on #80AF96 background.


Related colors

Complementary color

Complementary color for #hex is #7F5069.


I love getcolorcode.com

Triadic colors

1 #9680AF and #AF9680 with #80AF96 are triadic colors.

2 #96AF80 and #AF8096 with #80AF96 are triadic colors.