COLOR #85AC8B

HEX: #85AC8B
RGB: (133,172,139)

Color info

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

RGB color model

#85AC8B color RGB value is (133,172,139).

  • red value is 133;
  • green value is 172;
  • blue value is 139.
RGB:
(133,172,139)
(52%,67%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 172 of 255 = 67%
B 139 of 255 = 55%

133
172
139

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

Portions of RGB colors in percentages

R + G + B =
133 + 172 + 139 = 444 (100%)
R 133 of 444 ~ 29.95%
G 172 of 444 ~ 38.74%
B 139 of 444 ~ 31.31%

%29.95
%38.74
%31.31

CMYK color model

#85AC8B color CMYK value is (23,0,19,33).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 19.19%
  • key color value is 32.55%
CMYK:
(23,0,19,33)
C23M0Y19K33 
(23%,0%,19%,33%)
(0.23/0.00/0.19/0.33)	

CMYK percentages

%22.67
%0
%19.19
%32.55

Codes

Color #85AC8B in popluar color models

85AC8B
RGB133172139
HSL129°19.02%59.80%
HSB/HSV129°22.67%67.45%
CMYK22.67%0.00%19.19%
32.55%

Color #85AC8B in popluar number systems.

HEX85AC8B
Decimal133172139
Binary100001011010110010001011
Octal205254213

Shades and tints

Shades of #85AC8B

#85AC8B
(133,172,139)
#799D7F
(121,157,127)
#6D8E73
(109,142,115)
#617F67
(97,127,103)
#55705B
(85,112,91)
#49614F
(73,97,79)
#3D5243
(61,82,67)
#314337
(49,67,55)
#25342B
(37,52,43)
#19251F
(25,37,31)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #85AC8B

#85AC8B
(133,172,139)
#90B395
(144,179,149)
#9BBA9F
(155,186,159)
#A6C1A9
(166,193,169)
#B1C8B3
(177,200,179)
#BCCFBD
(188,207,189)
#C7D6C7
(199,214,199)
#D2DDD1
(210,221,209)
#DDE4DB
(221,228,219)
#E8EBE5
(232,235,229)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AC8B color. Also use rgb(133,172,139) instead hex code.

Text Font Color

.myTextColor { color: #85AC8B; }

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

This text font color is #85AC8B.


Background Color

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

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

This div background color is #85AC8B.


Border color

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

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

This div border color is #85AC8B.


Opacity

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

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

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

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

This text has shadow with #85AC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AC8B on black background.


Color preview on white background

This text has color #85AC8B on white background.



Black color preview on #85AC8B background

This text has black color on #85AC8B background.


White color preview on #85AC8B background

This text has white color on #85AC8B background.