COLOR #85A681

HEX: #85A681 RGB: (133,166,129)

Color info

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

RGB color model

#85A681 color RGB value is (133,166,129).

RGB: (133,166,129) (52%, 65%, 51%)

RGB channels and saturation

R 133 of 255 = 52%
G 166 of 255 = 65%
B 129 of 255 = 51%

133
166
129

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

Portions of RGB colors in percentages

R + G + B = 133 + 166 + 129 = 428 (100%)
R 133 of 428 ~ 31.07%
G 166 of 428 ~ 38.79%
B 129 of 428 ~ 30.14'%

%31.07
%38.79
%30.14

CMYK color model

#85A681 color CMYK value is (20,0,22,35).

  • cyan value is 19.88%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 34.90%
CMYK: (20,0,22,35) C20M0Y22K35 (20%,0%,22%,35%) (0.20/0.00/0.22/0.35) 

CMYK percentages

%19.88
%0
%22.29
%34.9

Codes

Color #85A681 in popluar color models

85 A6 81
RGB 133 166 129
HSL 114° 17.21% 57.84%
HSB/HSV 114° 22.29% 65.10%
CMYK 19.88% 0.00% 22.29%
34.90%

Color #85A681 in popluar number systems.

HEX 85 A6 81
Decimal 133 166 129
Binary 10000101 10100110 10000001
Octal 205 246 201

Shades and tints

Shades of #85A681

#85A681
(133,166,129)
#799776
(121,151,118)
#6D886B
(109,136,107)
#617960
(97,121,96)
#556A55
(85,106,85)
#495B4A
(73,91,74)
#3D4C3F
(61,76,63)
#313D34
(49,61,52)
#252E29
(37,46,41)
#191F1E
(25,31,30)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #85A681

#85A681
(133,166,129)
#90AE8C
(144,174,140)
#9BB697
(155,182,151)
#A6BEA2
(166,190,162)
#B1C6AD
(177,198,173)
#BCCEB8
(188,206,184)
#C7D6C3
(199,214,195)
#D2DECE
(210,222,206)
#DDE6D9
(221,230,217)
#E8EEE4
(232,238,228)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A681; }

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

This text font color is #85A681.

Background Color

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

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

This div background color is #85A681.

Border color

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

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

This div border color is #85A681.

Opacity

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

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

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

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

This text has shadow with #85A681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A681.

Preview

Color preview on black background

This text has color #85A681 on black background.


Color preview on white background

This text has color #85A681 on white background.


Black color preview on #85A681 background

This text has black color on #85A681 background.


White color preview on #85A681 background

This text has white color on #85A681 background.


Related colors

Complementary color

Complementary color for #hex is #7A597E.


I love getcolorcode.com

Triadic colors

1 #8185A6 and #A68185 with #85A681 are triadic colors.

2 #81A685 and #A68581 with #85A681 are triadic colors.