COLOR #85B287

HEX: #85B287
RGB: (133,178,135)

Color info

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

RGB color model

#85B287 color RGB value is (133,178,135).

  • red value is 133;
  • green value is 178;
  • blue value is 135.
RGB:
(133,178,135)
(52%,70%,53%)

RGB channels and saturation

R 133 of 255 = 52%
G 178 of 255 = 70%
B 135 of 255 = 53%

133
178
135

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

Portions of RGB colors in percentages

R + G + B =
133 + 178 + 135 = 446 (100%)
R 133 of 446 ~ 29.82%
G 178 of 446 ~ 39.91%
B 135 of 446 ~ 30.27%

%29.82
%39.91
%30.27

CMYK color model

#85B287 color CMYK value is (25,0,24,30).

  • cyan value is 25.28%
  • magenta value is 0.00%
  • yellow value is 24.16%
  • key color value is 30.20%
CMYK:
(25,0,24,30)
C25M0Y24K30 
(25%,0%,24%,30%)
(0.25/0.00/0.24/0.30)	

CMYK percentages

%25.28
%0
%24.16
%30.2

Codes

Color #85B287 in popluar color models

85B287
RGB133178135
HSL123°22.61%60.98%
HSB/HSV123°25.28%69.80%
CMYK25.28%0.00%24.16%
30.20%

Color #85B287 in popluar number systems.

HEX85B287
Decimal133178135
Binary100001011011001010000111
Octal205262207

Shades and tints

Shades of #85B287

#85B287
(133,178,135)
#79A27B
(121,162,123)
#6D926F
(109,146,111)
#618263
(97,130,99)
#557257
(85,114,87)
#49624B
(73,98,75)
#3D523F
(61,82,63)
#314233
(49,66,51)
#253227
(37,50,39)
#19221B
(25,34,27)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #85B287

#85B287
(133,178,135)
#90B991
(144,185,145)
#9BC09B
(155,192,155)
#A6C7A5
(166,199,165)
#B1CEAF
(177,206,175)
#BCD5B9
(188,213,185)
#C7DCC3
(199,220,195)
#D2E3CD
(210,227,205)
#DDEAD7
(221,234,215)
#E8F1E1
(232,241,225)
#F3F8EB
(243,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B287 color. Also use rgb(133,178,135) instead hex code.

Text Font Color

.myTextColor { color: #85B287; }

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

This text font color is #85B287.


Background Color

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

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

This div background color is #85B287.


Border color

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

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

This div border color is #85B287.


Opacity

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

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

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

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

This text has shadow with #85B287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B287 on black background.


Color preview on white background

This text has color #85B287 on white background.



Black color preview on #85B287 background

This text has black color on #85B287 background.


White color preview on #85B287 background

This text has white color on #85B287 background.