COLOR #85C08F

HEX: #85C08F
RGB: (133,192,143)

Color info

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

RGB color model

#85C08F color RGB value is (133,192,143).

  • red value is 133;
  • green value is 192;
  • blue value is 143.
RGB:
(133,192,143)
(52%,75%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 192 of 255 = 75%
B 143 of 255 = 56%

133
192
143

R + G + B ~ 61%. #85C08F is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 192 + 143 = 468 (100%)
R 133 of 468 ~ 28.42%
G 192 of 468 ~ 41.03%
B 143 of 468 ~ 30.56%

%28.42
%41.03
%30.56

CMYK color model

#85C08F color CMYK value is (31,0,26,25).

  • cyan value is 30.73%
  • magenta value is 0.00%
  • yellow value is 25.52%
  • key color value is 24.71%
CMYK:
(31,0,26,25)
C31M0Y26K25 
(31%,0%,26%,25%)
(0.31/0.00/0.26/0.25)	

CMYK percentages

%30.73
%0
%25.52
%24.71

Codes

Color #85C08F in popluar color models

85C08F
RGB133192143
HSL130°31.89%63.73%
HSB/HSV130°30.73%75.29%
CMYK30.73%0.00%25.52%
24.71%

Color #85C08F in popluar number systems.

HEX85C08F
Decimal133192143
Binary100001011100000010001111
Octal205300217

Shades and tints

Shades of #85C08F

#85C08F
(133,192,143)
#79AF82
(121,175,130)
#6D9E75
(109,158,117)
#618D68
(97,141,104)
#557C5B
(85,124,91)
#496B4E
(73,107,78)
#3D5A41
(61,90,65)
#314934
(49,73,52)
#253827
(37,56,39)
#19271A
(25,39,26)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #85C08F

#85C08F
(133,192,143)
#90C599
(144,197,153)
#9BCAA3
(155,202,163)
#A6CFAD
(166,207,173)
#B1D4B7
(177,212,183)
#BCD9C1
(188,217,193)
#C7DECB
(199,222,203)
#D2E3D5
(210,227,213)
#DDE8DF
(221,232,223)
#E8EDE9
(232,237,233)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C08F; }

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

This text font color is #85C08F.


Background Color

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

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

This div background color is #85C08F.


Border color

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

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

This div border color is #85C08F.


Opacity

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

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

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

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

This text has shadow with #85C08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C08F on black background.


Color preview on white background

This text has color #85C08F on white background.



Black color preview on #85C08F background

This text has black color on #85C08F background.


White color preview on #85C08F background

This text has white color on #85C08F background.