COLOR #85C185

HEX: #85C185
RGB: (133,193,133)

Color info

#85C185 contains mainly green color. Web safe color of #85C185 is #99CC99 (or #9C9).

RGB color model

#85C185 color RGB value is (133,193,133).

  • red value is 133;
  • green value is 193;
  • blue value is 133.
RGB:
(133,193,133)
(52%,76%,52%)

RGB channels and saturation

R 133 of 255 = 52%
G 193 of 255 = 76%
B 133 of 255 = 52%

133
193
133

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

Portions of RGB colors in percentages

R + G + B =
133 + 193 + 133 = 459 (100%)
R 133 of 459 ~ 28.98%
G 193 of 459 ~ 42.05%
B 133 of 459 ~ 28.98%

%28.98
%42.05
%28.98

CMYK color model

#85C185 color CMYK value is (31,0,31,24).

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 31.09%
  • key color value is 24.31%
CMYK:
(31,0,31,24)
C31M0Y31K24 
(31%,0%,31%,24%)
(0.31/0.00/0.31/0.24)	

CMYK percentages

%31.09
%0
%31.09
%24.31

Codes

Color #85C185 in popluar color models

85C185
RGB133193133
HSL120°32.61%63.92%
HSB/HSV120°31.09%75.69%
CMYK31.09%0.00%31.09%
24.31%

Color #85C185 in popluar number systems.

HEX85C185
Decimal133193133
Binary100001011100000110000101
Octal205301205

Shades and tints

Shades of #85C185

#85C185
(133,193,133)
#79B079
(121,176,121)
#6D9F6D
(109,159,109)
#618E61
(97,142,97)
#557D55
(85,125,85)
#496C49
(73,108,73)
#3D5B3D
(61,91,61)
#314A31
(49,74,49)
#253925
(37,57,37)
#192819
(25,40,25)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #85C185

#85C185
(133,193,133)
#90C690
(144,198,144)
#9BCB9B
(155,203,155)
#A6D0A6
(166,208,166)
#B1D5B1
(177,213,177)
#BCDABC
(188,218,188)
#C7DFC7
(199,223,199)
#D2E4D2
(210,228,210)
#DDE9DD
(221,233,221)
#E8EEE8
(232,238,232)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C185; }

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

This text font color is #85C185.


Background Color

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

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

This div background color is #85C185.


Border color

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

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

This div border color is #85C185.


Opacity

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

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

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

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

This text has shadow with #85C185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C185 on black background.


Color preview on white background

This text has color #85C185 on white background.



Black color preview on #85C185 background

This text has black color on #85C185 background.


White color preview on #85C185 background

This text has white color on #85C185 background.