COLOR #85AB7F

HEX: #85AB7F
RGB: (133,171,127)

Color info

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

RGB color model

#85AB7F color RGB value is (133,171,127).

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

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 127 of 255 = 50%

133
171
127

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

Portions of RGB colors in percentages

R + G + B =
133 + 171 + 127 = 431 (100%)
R 133 of 431 ~ 30.86%
G 171 of 431 ~ 39.68%
B 127 of 431 ~ 29.47%

%30.86
%39.68
%29.47

CMYK color model

#85AB7F color CMYK value is (22,0,26,33).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 25.73%
  • key color value is 32.94%
CMYK:
(22,0,26,33)
C22M0Y26K33 
(22%,0%,26%,33%)
(0.22/0.00/0.26/0.33)	

CMYK percentages

%22.22
%0
%25.73
%32.94

Codes

Color #85AB7F in popluar color models

85AB7F
RGB133171127
HSL112°20.75%58.43%
HSB/HSV112°25.73%67.06%
CMYK22.22%0.00%25.73%
32.94%

Color #85AB7F in popluar number systems.

HEX85AB7F
Decimal133171127
Binary10000101101010111111111
Octal205253177

Shades and tints

Shades of #85AB7F

#85AB7F
(133,171,127)
#799C74
(121,156,116)
#6D8D69
(109,141,105)
#617E5E
(97,126,94)
#556F53
(85,111,83)
#496048
(73,96,72)
#3D513D
(61,81,61)
#314232
(49,66,50)
#253327
(37,51,39)
#19241C
(25,36,28)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #85AB7F

#85AB7F
(133,171,127)
#90B28A
(144,178,138)
#9BB995
(155,185,149)
#A6C0A0
(166,192,160)
#B1C7AB
(177,199,171)
#BCCEB6
(188,206,182)
#C7D5C1
(199,213,193)
#D2DCCC
(210,220,204)
#DDE3D7
(221,227,215)
#E8EAE2
(232,234,226)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AB7F; }

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

This text font color is #85AB7F.


Background Color

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

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

This div background color is #85AB7F.


Border color

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

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

This div border color is #85AB7F.


Opacity

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

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

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

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

This text has shadow with #85AB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AB7F on black background.


Color preview on white background

This text has color #85AB7F on white background.



Black color preview on #85AB7F background

This text has black color on #85AB7F background.


White color preview on #85AB7F background

This text has white color on #85AB7F background.