COLOR #80AF99

HEX: #80AF99 RGB: (128,175,153)

Color info

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

RGB color model

#80AF99 color RGB value is (128,175,153).

RGB: (128,175,153) (50%, 69%, 60%)

RGB channels and saturation

R 128 of 255 = 50%
G 175 of 255 = 69%
B 153 of 255 = 60%

128
175
153

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

Portions of RGB colors in percentages

R + G + B = 128 + 175 + 153 = 456 (100%)
R 128 of 456 ~ 28.07%
G 175 of 456 ~ 38.38%
B 153 of 456 ~ 33.55'%

%28.07
%38.38
%33.55

CMYK color model

#80AF99 color CMYK value is (27,0,13,31).

  • cyan value is 26.86%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 31.37%
CMYK: (27,0,13,31) C27M0Y13K31 (27%,0%,13%,31%) (0.27/0.00/0.13/0.31) 

CMYK percentages

%26.86
%0
%12.57
%31.37

Codes

Color #80AF99 in popluar color models

80 AF 99
RGB 128 175 153
HSL 152° 22.71% 59.41%
HSB/HSV 152° 26.86% 68.63%
CMYK 26.86% 0.00% 12.57%
31.37%

Color #80AF99 in popluar number systems.

HEX 80 AF 99
Decimal 128 175 153
Binary 10000000 10101111 10011001
Octal 200 257 231

Shades and tints

Shades of #80AF99

#80AF99
(128,175,153)
#75A08C
(117,160,140)
#6A917F
(106,145,127)
#5F8272
(95,130,114)
#547365
(84,115,101)
#496458
(73,100,88)
#3E554B
(62,85,75)
#33463E
(51,70,62)
#283731
(40,55,49)
#1D2824
(29,40,36)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #80AF99

#80AF99
(128,175,153)
#8BB6A2
(139,182,162)
#96BDAB
(150,189,171)
#A1C4B4
(161,196,180)
#ACCBBD
(172,203,189)
#B7D2C6
(183,210,198)
#C2D9CF
(194,217,207)
#CDE0D8
(205,224,216)
#D8E7E1
(216,231,225)
#E3EEEA
(227,238,234)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AF99; }

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

This text font color is #80AF99.

Background Color

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

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

This div background color is #80AF99.

Border color

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

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

This div border color is #80AF99.

Opacity

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

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

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

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

This text has shadow with #80AF99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AF99.

Preview

Color preview on black background

This text has color #80AF99 on black background.


Color preview on white background

This text has color #80AF99 on white background.


Black color preview on #80AF99 background

This text has black color on #80AF99 background.


White color preview on #80AF99 background

This text has white color on #80AF99 background.


Related colors

Complementary color

Complementary color for #hex is #7F5066.


I love getcolorcode.com

Triadic colors

1 #9980AF and #AF9980 with #80AF99 are triadic colors.

2 #99AF80 and #AF8099 with #80AF99 are triadic colors.