COLOR #85F7C5

HEX: #85F7C5
RGB: (133,247,197)

Color info

#85F7C5 contains mainly green and blue colors. Web safe color of #85F7C5 is #99FFCC (or #9FC).

RGB color model

#85F7C5 color RGB value is (133,247,197).

  • red value is 133;
  • green value is 247;
  • blue value is 197.
RGB:
(133,247,197)
(52%,97%,77%)

RGB channels and saturation

R 133 of 255 = 52%
G 247 of 255 = 97%
B 197 of 255 = 77%

133
247
197

R + G + B ~ 75%. #85F7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 247 + 197 = 577 (100%)
R 133 of 577 ~ 23.05%
G 247 of 577 ~ 42.81%
B 197 of 577 ~ 34.14%

%23.05
%42.81
%34.14

CMYK color model

#85F7C5 color CMYK value is (46,0,20,3).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 3.14%
CMYK:
(46,0,20,3)
C46M0Y20K3 
(46%,0%,20%,3%)
(0.46/0.00/0.20/0.03)	

CMYK percentages

%46.15
%0
%20.24
%3.14

Codes

Color #85F7C5 in popluar color models

85F7C5
RGB133247197
HSL154°87.69%74.51%
HSB/HSV154°46.15%96.86%
CMYK46.15%0.00%20.24%
3.14%

Color #85F7C5 in popluar number systems.

HEX85F7C5
Decimal133247197
Binary100001011111011111000101
Octal205367305

Shades and tints

Shades of #85F7C5

#85F7C5
(133,247,197)
#79E1B4
(121,225,180)
#6DCBA3
(109,203,163)
#61B592
(97,181,146)
#559F81
(85,159,129)
#498970
(73,137,112)
#3D735F
(61,115,95)
#315D4E
(49,93,78)
#25473D
(37,71,61)
#19312C
(25,49,44)
#0D1B1B
(13,27,27)
#000000
(0,0,0)

Tints of #85F7C5

#85F7C5
(133,247,197)
#90F7CA
(144,247,202)
#9BF7CF
(155,247,207)
#A6F7D4
(166,247,212)
#B1F7D9
(177,247,217)
#BCF7DE
(188,247,222)
#C7F7E3
(199,247,227)
#D2F7E8
(210,247,232)
#DDF7ED
(221,247,237)
#E8F7F2
(232,247,242)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85F7C5; }

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

This text font color is #85F7C5.


Background Color

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

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

This div background color is #85F7C5.


Border color

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

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

This div border color is #85F7C5.


Opacity

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

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

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

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

This text has shadow with #85F7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85F7C5 on black background.


Color preview on white background

This text has color #85F7C5 on white background.



Black color preview on #85F7C5 background

This text has black color on #85F7C5 background.


White color preview on #85F7C5 background

This text has white color on #85F7C5 background.