COLOR #85F3ED

HEX: #85F3ED
RGB: (133,243,237)

Color info

#85F3ED contains mainly green and blue colors. Web safe color of #85F3ED is #99FFFF (or #9FF).

RGB color model

#85F3ED color RGB value is (133,243,237).

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

RGB channels and saturation

R 133 of 255 = 52%
G 243 of 255 = 95%
B 237 of 255 = 93%

133
243
237

R + G + B ~ 80%. #85F3ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 243 + 237 = 613 (100%)
R 133 of 613 ~ 21.7%
G 243 of 613 ~ 39.64%
B 237 of 613 ~ 38.66%

%21.7
%39.64
%38.66

CMYK color model

#85F3ED color CMYK value is (45,0,2,5).

  • cyan value is 45.27%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 4.71%
CMYK:
(45,0,2,5)
C45M0Y2K5 
(45%,0%,2%,5%)
(0.45/0.00/0.02/0.05)	

CMYK percentages

%45.27
%0
%2.47
%4.71

Codes

Color #85F3ED in popluar color models

85F3ED
RGB133243237
HSL177°82.09%73.73%
HSB/HSV177°45.27%95.29%
CMYK45.27%0.00%2.47%
4.71%

Color #85F3ED in popluar number systems.

HEX85F3ED
Decimal133243237
Binary100001011111001111101101
Octal205363355

Shades and tints

Shades of #85F3ED

#85F3ED
(133,243,237)
#79DDD8
(121,221,216)
#6DC7C3
(109,199,195)
#61B1AE
(97,177,174)
#559B99
(85,155,153)
#498584
(73,133,132)
#3D6F6F
(61,111,111)
#31595A
(49,89,90)
#254345
(37,67,69)
#192D30
(25,45,48)
#0D171B
(13,23,27)
#000000
(0,0,0)

Tints of #85F3ED

#85F3ED
(133,243,237)
#90F4EE
(144,244,238)
#9BF5EF
(155,245,239)
#A6F6F0
(166,246,240)
#B1F7F1
(177,247,241)
#BCF8F2
(188,248,242)
#C7F9F3
(199,249,243)
#D2FAF4
(210,250,244)
#DDFBF5
(221,251,245)
#E8FCF6
(232,252,246)
#F3FDF7
(243,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85F3ED; }

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

This text font color is #85F3ED.


Background Color

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

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

This div background color is #85F3ED.


Border color

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

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

This div border color is #85F3ED.


Opacity

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

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

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

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

This text has shadow with #85F3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85F3ED on black background.


Color preview on white background

This text has color #85F3ED on white background.



Black color preview on #85F3ED background

This text has black color on #85F3ED background.


White color preview on #85F3ED background

This text has white color on #85F3ED background.