COLOR #85AB70

HEX: #85AB70
RGB: (133,171,112)

Color info

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

RGB color model

#85AB70 color RGB value is (133,171,112).

  • red value is 133;
  • green value is 171;
  • blue value is 112.
RGB:
(133,171,112)
(52%,67%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 112 of 255 = 44%

133
171
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 171 + 112 = 416 (100%)
R 133 of 416 ~ 31.97%
G 171 of 416 ~ 41.11%
B 112 of 416 ~ 26.92%

%31.97
%41.11
%26.92

CMYK color model

#85AB70 color CMYK value is (22,0,35,33).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 34.50%
  • key color value is 32.94%
CMYK:
(22,0,35,33)
C22M0Y35K33 
(22%,0%,35%,33%)
(0.22/0.00/0.35/0.33)	

CMYK percentages

%22.22
%0
%34.5
%32.94

Codes

Color #85AB70 in popluar color models

85AB70
RGB133171112
HSL99°25.99%55.49%
HSB/HSV99°34.50%67.06%
CMYK22.22%0.00%34.50%
32.94%

Color #85AB70 in popluar number systems.

HEX85AB70
Decimal133171112
Binary10000101101010111110000
Octal205253160

Shades and tints

Shades of #85AB70

#85AB70
(133,171,112)
#799C66
(121,156,102)
#6D8D5C
(109,141,92)
#617E52
(97,126,82)
#556F48
(85,111,72)
#49603E
(73,96,62)
#3D5134
(61,81,52)
#31422A
(49,66,42)
#253320
(37,51,32)
#192416
(25,36,22)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #85AB70

#85AB70
(133,171,112)
#90B27D
(144,178,125)
#9BB98A
(155,185,138)
#A6C097
(166,192,151)
#B1C7A4
(177,199,164)
#BCCEB1
(188,206,177)
#C7D5BE
(199,213,190)
#D2DCCB
(210,220,203)
#DDE3D8
(221,227,216)
#E8EAE5
(232,234,229)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AB70 color. Also use rgb(133,171,112) instead hex code.

Text Font Color

.myTextColor { color: #85AB70; }

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

This text font color is #85AB70.


Background Color

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

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

This div background color is #85AB70.


Border color

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

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

This div border color is #85AB70.


Opacity

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

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

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

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

This text has shadow with #85AB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AB70 on black background.


Color preview on white background

This text has color #85AB70 on white background.



Black color preview on #85AB70 background

This text has black color on #85AB70 background.


White color preview on #85AB70 background

This text has white color on #85AB70 background.