COLOR #85A980

HEX: #85A980 RGB: (133,169,128)

Color info

#85A980 contains red, green and blue colors in about the same proportion. Web safe color of #85A980 is #999966 (or #996).

RGB color model

#85A980 color RGB value is (133,169,128).

RGB: (133,169,128) (52%, 66%, 50%)

RGB channels and saturation

R 133 of 255 = 52%
G 169 of 255 = 66%
B 128 of 255 = 50%

133
169
128

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

Portions of RGB colors in percentages

R + G + B = 133 + 169 + 128 = 430 (100%)
R 133 of 430 ~ 30.93%
G 169 of 430 ~ 39.3%
B 128 of 430 ~ 29.77'%

%30.93
%39.3
%29.77

CMYK color model

#85A980 color CMYK value is (21,0,24,34).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 33.73%
CMYK: (21,0,24,34) C21M0Y24K34 (21%,0%,24%,34%) (0.21/0.00/0.24/0.34) 

CMYK percentages

%21.3
%0
%24.26
%33.73

Codes

Color #85A980 in popluar color models

85 A9 80
RGB 133 169 128
HSL 113° 19.25% 58.24%
HSB/HSV 113° 24.26% 66.27%
CMYK 21.30% 0.00% 24.26%
33.73%

Color #85A980 in popluar number systems.

HEX 85 A9 80
Decimal 133 169 128
Binary 10000101 10101001 10000000
Octal 205 251 200

Shades and tints

Shades of #85A980

#85A980
(133,169,128)
#799A75
(121,154,117)
#6D8B6A
(109,139,106)
#617C5F
(97,124,95)
#556D54
(85,109,84)
#495E49
(73,94,73)
#3D4F3E
(61,79,62)
#314033
(49,64,51)
#253128
(37,49,40)
#19221D
(25,34,29)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #85A980

#85A980
(133,169,128)
#90B08B
(144,176,139)
#9BB796
(155,183,150)
#A6BEA1
(166,190,161)
#B1C5AC
(177,197,172)
#BCCCB7
(188,204,183)
#C7D3C2
(199,211,194)
#D2DACD
(210,218,205)
#DDE1D8
(221,225,216)
#E8E8E3
(232,232,227)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A980 color. Also use rgb(133,169,128) instead hex code.

Text Font Color

.myTextColor { color: #85A980; }

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

This text font color is #85A980.

Background Color

.myBgColor { background-color: #85A980; }

<div style="background-color:#85A980">Inner text</div>

This div background color is #85A980.

Border color

.myBorderColor { border: 1px solid #85A980; }

<div style="border:3px solid #85A980">Div</div>

This div border color is #85A980.

Opacity

.myOpacity80 { color: #85A980; opacity: 0.8; }

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

Text with #85A980 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 #85A980;}

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

This text has shadow with #85A980 color.


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

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

This text has shadow with #85A980 primary color and red secondary color.


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

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

This text has shadow with #85A980 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85A980.

Preview

Color preview on black background

This text has color #85A980 on black background.


Color preview on white background

This text has color #85A980 on white background.


Black color preview on #85A980 background

This text has black color on #85A980 background.


White color preview on #85A980 background

This text has white color on #85A980 background.


Related colors

Complementary color

Complementary color for #hex is #7A567F.


I love getcolorcode.com

Triadic colors

1 #8085A9 and #A98085 with #85A980 are triadic colors.

2 #80A985 and #A98580 with #85A980 are triadic colors.