COLOR #85AB7B

HEX: #85AB7B
RGB: (133,171,123)

Color info

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

RGB color model

#85AB7B color RGB value is (133,171,123).

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

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 123 of 255 = 48%

133
171
123

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

Portions of RGB colors in percentages

R + G + B =
133 + 171 + 123 = 427 (100%)
R 133 of 427 ~ 31.15%
G 171 of 427 ~ 40.05%
B 123 of 427 ~ 28.81%

%31.15
%40.05
%28.81

CMYK color model

#85AB7B color CMYK value is (22,0,28,33).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 32.94%
CMYK:
(22,0,28,33)
C22M0Y28K33 
(22%,0%,28%,33%)
(0.22/0.00/0.28/0.33)	

CMYK percentages

%22.22
%0
%28.07
%32.94

Codes

Color #85AB7B in popluar color models

85AB7B
RGB133171123
HSL108°22.22%57.65%
HSB/HSV108°28.07%67.06%
CMYK22.22%0.00%28.07%
32.94%

Color #85AB7B in popluar number systems.

HEX85AB7B
Decimal133171123
Binary10000101101010111111011
Octal205253173

Shades and tints

Shades of #85AB7B

#85AB7B
(133,171,123)
#799C70
(121,156,112)
#6D8D65
(109,141,101)
#617E5A
(97,126,90)
#556F4F
(85,111,79)
#496044
(73,96,68)
#3D5139
(61,81,57)
#31422E
(49,66,46)
#253323
(37,51,35)
#192418
(25,36,24)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #85AB7B

#85AB7B
(133,171,123)
#90B287
(144,178,135)
#9BB993
(155,185,147)
#A6C09F
(166,192,159)
#B1C7AB
(177,199,171)
#BCCEB7
(188,206,183)
#C7D5C3
(199,213,195)
#D2DCCF
(210,220,207)
#DDE3DB
(221,227,219)
#E8EAE7
(232,234,231)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AB7B; }

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

This text font color is #85AB7B.


Background Color

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

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

This div background color is #85AB7B.


Border color

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

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

This div border color is #85AB7B.


Opacity

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

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

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

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

This text has shadow with #85AB7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AB7B on black background.


Color preview on white background

This text has color #85AB7B on white background.



Black color preview on #85AB7B background

This text has black color on #85AB7B background.


White color preview on #85AB7B background

This text has white color on #85AB7B background.