COLOR #85F7CF

HEX: #85F7CF
RGB: (133,247,207)

Color info

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

RGB color model

#85F7CF color RGB value is (133,247,207).

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

RGB channels and saturation

R 133 of 255 = 52%
G 247 of 255 = 97%
B 207 of 255 = 81%

133
247
207

R + G + B ~ 77%. #85F7CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 247 + 207 = 587 (100%)
R 133 of 587 ~ 22.66%
G 247 of 587 ~ 42.08%
B 207 of 587 ~ 35.26%

%22.66
%42.08
%35.26

CMYK color model

#85F7CF color CMYK value is (46,0,16,3).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 16.19%
  • key color value is 3.14%
CMYK:
(46,0,16,3)
C46M0Y16K3 
(46%,0%,16%,3%)
(0.46/0.00/0.16/0.03)	

CMYK percentages

%46.15
%0
%16.19
%3.14

Codes

Color #85F7CF in popluar color models

85F7CF
RGB133247207
HSL159°87.69%74.51%
HSB/HSV159°46.15%96.86%
CMYK46.15%0.00%16.19%
3.14%

Color #85F7CF in popluar number systems.

HEX85F7CF
Decimal133247207
Binary100001011111011111001111
Octal205367317

Shades and tints

Shades of #85F7CF

#85F7CF
(133,247,207)
#79E1BD
(121,225,189)
#6DCBAB
(109,203,171)
#61B599
(97,181,153)
#559F87
(85,159,135)
#498975
(73,137,117)
#3D7363
(61,115,99)
#315D51
(49,93,81)
#25473F
(37,71,63)
#19312D
(25,49,45)
#0D1B1B
(13,27,27)
#000000
(0,0,0)

Tints of #85F7CF

#85F7CF
(133,247,207)
#90F7D3
(144,247,211)
#9BF7D7
(155,247,215)
#A6F7DB
(166,247,219)
#B1F7DF
(177,247,223)
#BCF7E3
(188,247,227)
#C7F7E7
(199,247,231)
#D2F7EB
(210,247,235)
#DDF7EF
(221,247,239)
#E8F7F3
(232,247,243)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85F7CF; }

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

This text font color is #85F7CF.


Background Color

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

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

This div background color is #85F7CF.


Border color

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

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

This div border color is #85F7CF.


Opacity

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

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

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

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

This text has shadow with #85F7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85F7CF on black background.


Color preview on white background

This text has color #85F7CF on white background.



Black color preview on #85F7CF background

This text has black color on #85F7CF background.


White color preview on #85F7CF background

This text has white color on #85F7CF background.