COLOR #85B97B

HEX: #85B97B
RGB: (133,185,123)

Color info

#85B97B contains mainly red and green colors. Web safe color of #85B97B is #99CC66 (or #9C6).

RGB color model

#85B97B color RGB value is (133,185,123).

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

RGB channels and saturation

R 133 of 255 = 52%
G 185 of 255 = 73%
B 123 of 255 = 48%

133
185
123

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

Portions of RGB colors in percentages

R + G + B =
133 + 185 + 123 = 441 (100%)
R 133 of 441 ~ 30.16%
G 185 of 441 ~ 41.95%
B 123 of 441 ~ 27.89%

%30.16
%41.95
%27.89

CMYK color model

#85B97B color CMYK value is (28,0,34,27).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 33.51%
  • key color value is 27.45%
CMYK:
(28,0,34,27)
C28M0Y34K27 
(28%,0%,34%,27%)
(0.28/0.00/0.34/0.27)	

CMYK percentages

%28.11
%0
%33.51
%27.45

Codes

Color #85B97B in popluar color models

85B97B
RGB133185123
HSL110°30.69%60.39%
HSB/HSV110°33.51%72.55%
CMYK28.11%0.00%33.51%
27.45%

Color #85B97B in popluar number systems.

HEX85B97B
Decimal133185123
Binary10000101101110011111011
Octal205271173

Shades and tints

Shades of #85B97B

#85B97B
(133,185,123)
#79A970
(121,169,112)
#6D9965
(109,153,101)
#61895A
(97,137,90)
#55794F
(85,121,79)
#496944
(73,105,68)
#3D5939
(61,89,57)
#31492E
(49,73,46)
#253923
(37,57,35)
#192918
(25,41,24)
#0D190D
(13,25,13)
#000000
(0,0,0)

Tints of #85B97B

#85B97B
(133,185,123)
#90BF87
(144,191,135)
#9BC593
(155,197,147)
#A6CB9F
(166,203,159)
#B1D1AB
(177,209,171)
#BCD7B7
(188,215,183)
#C7DDC3
(199,221,195)
#D2E3CF
(210,227,207)
#DDE9DB
(221,233,219)
#E8EFE7
(232,239,231)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B97B; }

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

This text font color is #85B97B.


Background Color

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

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

This div background color is #85B97B.


Border color

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

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

This div border color is #85B97B.


Opacity

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

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

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

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

This text has shadow with #85B97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B97B on black background.


Color preview on white background

This text has color #85B97B on white background.



Black color preview on #85B97B background

This text has black color on #85B97B background.


White color preview on #85B97B background

This text has white color on #85B97B background.