COLOR #85AA86

HEX: #85AA86 RGB: (133,170,134)

Color info

#85AA86 contains red, green and blue colors in about the same proportion. Web safe color of #85AA86 is #999999 (or #999).

RGB color model

#85AA86 color RGB value is (133,170,134).

RGB: (133,170,134) (52%, 67%, 53%)

RGB channels and saturation

R 133 of 255 = 52%
G 170 of 255 = 67%
B 134 of 255 = 53%

133
170
134

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

Portions of RGB colors in percentages

R + G + B = 133 + 170 + 134 = 437 (100%)
R 133 of 437 ~ 30.43%
G 170 of 437 ~ 38.9%
B 134 of 437 ~ 30.66'%

%30.43
%38.9
%30.66

CMYK color model

#85AA86 color CMYK value is (22,0,21,33).

  • cyan value is 21.76%
  • magenta value is 0.00%
  • yellow value is 21.18%
  • key color value is 33.33%

CMYK: (22,0,21,33)
C22M0Y21K33 (22%, 0%, 21%, 33%)
(0.22 / 0.00 / 0.21 / 0.33)

CMYK percentages

%21.76
%0
%21.18
%33.33

Codes

Color #85AA86 in popluar color models

85 AA 86
RGB 133 170 134
HSL 122° 17.87% 59.41%
HSB/HSV 122° 21.76% 66.67%
CMYK 21.76% 0.00% 21.18%
33.33%

Color #85AA86 in popluar number systems.

HEX 85 AA 86
Decimal 133 170 134
Binary 10000101 10101010 10000110
Octal 205 252 206

Shades and tints

Shades of #85AA86

#85AA86
(133,170,134)
#799B7A
(121,155,122)
#6D8C6E
(109,140,110)
#617D62
(97,125,98)
#556E56
(85,110,86)
#495F4A
(73,95,74)
#3D503E
(61,80,62)
#314132
(49,65,50)
#253226
(37,50,38)
#19231A
(25,35,26)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #85AA86

#85AA86
(133,170,134)
#90B191
(144,177,145)
#9BB89C
(155,184,156)
#A6BFA7
(166,191,167)
#B1C6B2
(177,198,178)
#BCCDBD
(188,205,189)
#C7D4C8
(199,212,200)
#D2DBD3
(210,219,211)
#DDE2DE
(221,226,222)
#E8E9E9
(232,233,233)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AA86 color. Also use rgb(133,170,134) instead hex code.

Text Font Color

.myTextColor { color: #85AA86; }

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

This text font color is #85AA86.

Background Color

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

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

This div background color is #85AA86.

Border color

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

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

This div border color is #85AA86.

Opacity

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

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

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

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

This text has shadow with #85AA86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AA86.

Preview

Color preview on black background

This text has color #85AA86 on black background.


Color preview on white background

This text has color #85AA86 on white background.


Black color preview on #85AA86 background

This text has black color on #85AA86 background.


White color preview on #85AA86 background

This text has white color on #85AA86 background.


Related colors

Complementary color

Complementary color for #hex is #7A5579.


I love getcolorcode.com

Triadic colors

1 #8685AA and #AA8685 with #85AA86 are triadic colors.

2 #86AA85 and #AA8586 with #85AA86 are triadic colors.