COLOR #85F3B9

HEX: #85F3B9
RGB: (133,243,185)

Color info

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

RGB color model

#85F3B9 color RGB value is (133,243,185).

  • red value is 133;
  • green value is 243;
  • blue value is 185.
RGB:
(133,243,185)
(52%,95%,73%)

RGB channels and saturation

R 133 of 255 = 52%
G 243 of 255 = 95%
B 185 of 255 = 73%

133
243
185

R + G + B ~ 73%. #85F3B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 243 + 185 = 561 (100%)
R 133 of 561 ~ 23.71%
G 243 of 561 ~ 43.32%
B 185 of 561 ~ 32.98%

%23.71
%43.32
%32.98

CMYK color model

#85F3B9 color CMYK value is (45,0,24,5).

  • cyan value is 45.27%
  • magenta value is 0.00%
  • yellow value is 23.87%
  • key color value is 4.71%
CMYK:
(45,0,24,5)
C45M0Y24K5 
(45%,0%,24%,5%)
(0.45/0.00/0.24/0.05)	

CMYK percentages

%45.27
%0
%23.87
%4.71

Codes

Color #85F3B9 in popluar color models

85F3B9
RGB133243185
HSL148°82.09%73.73%
HSB/HSV148°45.27%95.29%
CMYK45.27%0.00%23.87%
4.71%

Color #85F3B9 in popluar number systems.

HEX85F3B9
Decimal133243185
Binary100001011111001110111001
Octal205363271

Shades and tints

Shades of #85F3B9

#85F3B9
(133,243,185)
#79DDA9
(121,221,169)
#6DC799
(109,199,153)
#61B189
(97,177,137)
#559B79
(85,155,121)
#498569
(73,133,105)
#3D6F59
(61,111,89)
#315949
(49,89,73)
#254339
(37,67,57)
#192D29
(25,45,41)
#0D1719
(13,23,25)
#000000
(0,0,0)

Tints of #85F3B9

#85F3B9
(133,243,185)
#90F4BF
(144,244,191)
#9BF5C5
(155,245,197)
#A6F6CB
(166,246,203)
#B1F7D1
(177,247,209)
#BCF8D7
(188,248,215)
#C7F9DD
(199,249,221)
#D2FAE3
(210,250,227)
#DDFBE9
(221,251,233)
#E8FCEF
(232,252,239)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85F3B9; }

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

This text font color is #85F3B9.


Background Color

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

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

This div background color is #85F3B9.


Border color

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

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

This div border color is #85F3B9.


Opacity

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

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

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

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

This text has shadow with #85F3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85F3B9 on black background.


Color preview on white background

This text has color #85F3B9 on white background.



Black color preview on #85F3B9 background

This text has black color on #85F3B9 background.


White color preview on #85F3B9 background

This text has white color on #85F3B9 background.