COLOR #85AC82

HEX: #85AC82 RGB: (133,172,130)

Color info

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

RGB color model

#85AC82 color RGB value is (133,172,130).

RGB: (133,172,130) (52%, 67%, 51%)

RGB channels and saturation

R 133 of 255 = 52%
G 172 of 255 = 67%
B 130 of 255 = 51%

133
172
130

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

Portions of RGB colors in percentages

R + G + B = 133 + 172 + 130 = 435 (100%)
R 133 of 435 ~ 30.57%
G 172 of 435 ~ 39.54%
B 130 of 435 ~ 29.89'%

%30.57
%39.54
%29.89

CMYK color model

#85AC82 color CMYK value is (23,0,24,33).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 24.42%
  • key color value is 32.55%
CMYK: (23,0,24,33) C23M0Y24K33 (23%,0%,24%,33%) (0.23/0.00/0.24/0.33) 

CMYK percentages

%22.67
%0
%24.42
%32.55

Codes

Color #85AC82 in popluar color models

85 AC 82
RGB 133 172 130
HSL 116° 20.19% 59.22%
HSB/HSV 116° 24.42% 67.45%
CMYK 22.67% 0.00% 24.42%
32.55%

Color #85AC82 in popluar number systems.

HEX 85 AC 82
Decimal 133 172 130
Binary 10000101 10101100 10000010
Octal 205 254 202

Shades and tints

Shades of #85AC82

#85AC82
(133,172,130)
#799D77
(121,157,119)
#6D8E6C
(109,142,108)
#617F61
(97,127,97)
#557056
(85,112,86)
#49614B
(73,97,75)
#3D5240
(61,82,64)
#314335
(49,67,53)
#25342A
(37,52,42)
#19251F
(25,37,31)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #85AC82

#85AC82
(133,172,130)
#90B38D
(144,179,141)
#9BBA98
(155,186,152)
#A6C1A3
(166,193,163)
#B1C8AE
(177,200,174)
#BCCFB9
(188,207,185)
#C7D6C4
(199,214,196)
#D2DDCF
(210,221,207)
#DDE4DA
(221,228,218)
#E8EBE5
(232,235,229)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AC82 color. Also use rgb(133,172,130) instead hex code.

Text Font Color

.myTextColor { color: #85AC82; }

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

This text font color is #85AC82.

Background Color

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

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

This div background color is #85AC82.

Border color

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

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

This div border color is #85AC82.

Opacity

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

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

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

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

This text has shadow with #85AC82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AC82.

Preview

Color preview on black background

This text has color #85AC82 on black background.


Color preview on white background

This text has color #85AC82 on white background.


Black color preview on #85AC82 background

This text has black color on #85AC82 background.


White color preview on #85AC82 background

This text has white color on #85AC82 background.


Related colors

Complementary color

Complementary color for #hex is #7A537D.


I love getcolorcode.com

Triadic colors

1 #8285AC and #AC8285 with #85AC82 are triadic colors.

2 #82AC85 and #AC8582 with #85AC82 are triadic colors.