COLOR #85B98B

HEX: #85B98B
RGB: (133,185,139)

Color info

#85B98B contains red, green and blue colors in about the same proportion. Web safe color of #85B98B is #99CC99 (or #9C9).

RGB color model

#85B98B color RGB value is (133,185,139).

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

RGB channels and saturation

R 133 of 255 = 52%
G 185 of 255 = 73%
B 139 of 255 = 55%

133
185
139

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

Portions of RGB colors in percentages

R + G + B =
133 + 185 + 139 = 457 (100%)
R 133 of 457 ~ 29.1%
G 185 of 457 ~ 40.48%
B 139 of 457 ~ 30.42%

%29.1
%40.48
%30.42

CMYK color model

#85B98B color CMYK value is (28,0,25,27).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 27.45%
CMYK:
(28,0,25,27)
C28M0Y25K27 
(28%,0%,25%,27%)
(0.28/0.00/0.25/0.27)	

CMYK percentages

%28.11
%0
%24.86
%27.45

Codes

Color #85B98B in popluar color models

85B98B
RGB133185139
HSL127°27.08%62.35%
HSB/HSV127°28.11%72.55%
CMYK28.11%0.00%24.86%
27.45%

Color #85B98B in popluar number systems.

HEX85B98B
Decimal133185139
Binary100001011011100110001011
Octal205271213

Shades and tints

Shades of #85B98B

#85B98B
(133,185,139)
#79A97F
(121,169,127)
#6D9973
(109,153,115)
#618967
(97,137,103)
#55795B
(85,121,91)
#49694F
(73,105,79)
#3D5943
(61,89,67)
#314937
(49,73,55)
#25392B
(37,57,43)
#19291F
(25,41,31)
#0D1913
(13,25,19)
#000000
(0,0,0)

Tints of #85B98B

#85B98B
(133,185,139)
#90BF95
(144,191,149)
#9BC59F
(155,197,159)
#A6CBA9
(166,203,169)
#B1D1B3
(177,209,179)
#BCD7BD
(188,215,189)
#C7DDC7
(199,221,199)
#D2E3D1
(210,227,209)
#DDE9DB
(221,233,219)
#E8EFE5
(232,239,229)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B98B; }

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

This text font color is #85B98B.


Background Color

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

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

This div background color is #85B98B.


Border color

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

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

This div border color is #85B98B.


Opacity

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

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

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

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

This text has shadow with #85B98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B98B on black background.


Color preview on white background

This text has color #85B98B on white background.



Black color preview on #85B98B background

This text has black color on #85B98B background.


White color preview on #85B98B background

This text has white color on #85B98B background.