COLOR #80AB85

HEX: #80AB85 RGB: (128,171,133)

Color info

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

RGB color model

#80AB85 color RGB value is (128,171,133).

RGB: (128,171,133) (50%, 67%, 52%)

RGB channels and saturation

R 128 of 255 = 50%
G 171 of 255 = 67%
B 133 of 255 = 52%

128
171
133

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

Portions of RGB colors in percentages

R + G + B = 128 + 171 + 133 = 432 (100%)
R 128 of 432 ~ 29.63%
G 171 of 432 ~ 39.58%
B 133 of 432 ~ 30.79'%

%29.63
%39.58
%30.79

CMYK color model

#80AB85 color CMYK value is (25,0,22,33).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 32.94%

CMYK: (25,0,22,33)
C25M0Y22K33 (25%, 0%, 22%, 33%)
(0.25 / 0.00 / 0.22 / 0.33)

CMYK percentages

%25.15
%0
%22.22
%32.94

Codes

Color #80AB85 in popluar color models

80 AB 85
RGB 128 171 133
HSL 127° 20.38% 58.63%
HSB/HSV 127° 25.15% 67.06%
CMYK 25.15% 0.00% 22.22%
32.94%

Color #80AB85 in popluar number systems.

HEX 80 AB 85
Decimal 128 171 133
Binary 10000000 10101011 10000101
Octal 200 253 205

Shades and tints

Shades of #80AB85

#80AB85
(128,171,133)
#759C79
(117,156,121)
#6A8D6D
(106,141,109)
#5F7E61
(95,126,97)
#546F55
(84,111,85)
#496049
(73,96,73)
#3E513D
(62,81,61)
#334231
(51,66,49)
#283325
(40,51,37)
#1D2419
(29,36,25)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #80AB85

#80AB85
(128,171,133)
#8BB290
(139,178,144)
#96B99B
(150,185,155)
#A1C0A6
(161,192,166)
#ACC7B1
(172,199,177)
#B7CEBC
(183,206,188)
#C2D5C7
(194,213,199)
#CDDCD2
(205,220,210)
#D8E3DD
(216,227,221)
#E3EAE8
(227,234,232)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AB85 color. Also use rgb(128,171,133) instead hex code.

Text Font Color

.myTextColor { color: #80AB85; }

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

This text font color is #80AB85.

Background Color

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

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

This div background color is #80AB85.

Border color

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

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

This div border color is #80AB85.

Opacity

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

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

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

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

This text has shadow with #80AB85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AB85.

Preview

Color preview on black background

This text has color #80AB85 on black background.


Color preview on white background

This text has color #80AB85 on white background.


Black color preview on #80AB85 background

This text has black color on #80AB85 background.


White color preview on #80AB85 background

This text has white color on #80AB85 background.


Related colors

Complementary color

Complementary color for #hex is #7F547A.


I love getcolorcode.com

Triadic colors

1 #8580AB and #AB8580 with #80AB85 are triadic colors.

2 #85AB80 and #AB8085 with #80AB85 are triadic colors.