COLOR #85AA81

HEX: #85AA81 RGB: (133,170,129)

Color info

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

RGB color model

#85AA81 color RGB value is (133,170,129).

RGB: (133,170,129) (52%, 67%, 51%)

RGB channels and saturation

R 133 of 255 = 52%
G 170 of 255 = 67%
B 129 of 255 = 51%

133
170
129

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

Portions of RGB colors in percentages

R + G + B = 133 + 170 + 129 = 432 (100%)
R 133 of 432 ~ 30.79%
G 170 of 432 ~ 39.35%
B 129 of 432 ~ 29.86'%

%30.79
%39.35
%29.86

CMYK color model

#85AA81 color CMYK value is (22,0,24,33).

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

CMYK: (22,0,24,33)
C22M0Y24K33 (22%, 0%, 24%, 33%)
(0.22 / 0.00 / 0.24 / 0.33)

CMYK percentages

%21.76
%0
%24.12
%33.33

Codes

Color #85AA81 in popluar color models

85 AA 81
RGB 133 170 129
HSL 114° 19.43% 58.63%
HSB/HSV 114° 24.12% 66.67%
CMYK 21.76% 0.00% 24.12%
33.33%

Color #85AA81 in popluar number systems.

HEX 85 AA 81
Decimal 133 170 129
Binary 10000101 10101010 10000001
Octal 205 252 201

Shades and tints

Shades of #85AA81

#85AA81
(133,170,129)
#799B76
(121,155,118)
#6D8C6B
(109,140,107)
#617D60
(97,125,96)
#556E55
(85,110,85)
#495F4A
(73,95,74)
#3D503F
(61,80,63)
#314134
(49,65,52)
#253229
(37,50,41)
#19231E
(25,35,30)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #85AA81

#85AA81
(133,170,129)
#90B18C
(144,177,140)
#9BB897
(155,184,151)
#A6BFA2
(166,191,162)
#B1C6AD
(177,198,173)
#BCCDB8
(188,205,184)
#C7D4C3
(199,212,195)
#D2DBCE
(210,219,206)
#DDE2D9
(221,226,217)
#E8E9E4
(232,233,228)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AA81; }

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

This text font color is #85AA81.

Background Color

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

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

This div background color is #85AA81.

Border color

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

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

This div border color is #85AA81.

Opacity

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

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

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

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

This text has shadow with #85AA81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AA81.

Preview

Color preview on black background

This text has color #85AA81 on black background.


Color preview on white background

This text has color #85AA81 on white background.


Black color preview on #85AA81 background

This text has black color on #85AA81 background.


White color preview on #85AA81 background

This text has white color on #85AA81 background.


Related colors

Complementary color

Complementary color for #hex is #7A557E.


I love getcolorcode.com

Triadic colors

1 #8185AA and #AA8185 with #85AA81 are triadic colors.

2 #81AA85 and #AA8581 with #85AA81 are triadic colors.