COLOR #85F0E0

HEX: #85F0E0
RGB: (133,240,224)

Color info

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

RGB color model

#85F0E0 color RGB value is (133,240,224).

  • red value is 133;
  • green value is 240;
  • blue value is 224.
RGB: (133,240,224) (52%,94%,88%)

RGB channels and saturation

R 133 of 255 = 52%
G 240 of 255 = 94%
B 224 of 255 = 88%

133
240
224

R + G + B ~ 78%. #85F0E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 240 + 224 = 597 (100%)
R 133 of 597 ~ 22.28%
G 240 of 597 ~ 40.2%
B 224 of 597 ~ 37.52%

%22.28
%40.2
%37.52

CMYK color model

#85F0E0 color CMYK value is (45,0,7,6).

  • cyan value is 44.58%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 5.88%
CMYK: (45,0,7,6) C45M0Y7K6 (45%,0%,7%,6%) (0.45/0.00/0.07/0.06)

CMYK percentages

%44.58
%0
%6.67
%5.88

Codes

Color #85F0E0 in popluar color models

85F0E0
RGB133240224
HSL171°78.10%73.14%
HSB/HSV171°44.58%94.12%
CMYK44.58%0.00%6.67%
5.88%

Color #85F0E0 in popluar number systems.

HEX85F0E0
Decimal133240224
Binary100001011111000011100000
Octal205360340

Shades and tints

Shades of #85F0E0

#85F0E0
(133,240,224)
#79DBCC
(121,219,204)
#6DC6B8
(109,198,184)
#61B1A4
(97,177,164)
#559C90
(85,156,144)
#49877C
(73,135,124)
#3D7268
(61,114,104)
#315D54
(49,93,84)
#254840
(37,72,64)
#19332C
(25,51,44)
#0D1E18
(13,30,24)
#000000
(0,0,0)

Tints of #85F0E0

#85F0E0
(133,240,224)
#90F1E2
(144,241,226)
#9BF2E4
(155,242,228)
#A6F3E6
(166,243,230)
#B1F4E8
(177,244,232)
#BCF5EA
(188,245,234)
#C7F6EC
(199,246,236)
#D2F7EE
(210,247,238)
#DDF8F0
(221,248,240)
#E8F9F2
(232,249,242)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85F0E0 color. Also use rgb(133,240,224) instead hex code.

Text Font Color

.myTextColor { color: #85F0E0; }

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

This text font color is #85F0E0.


Background Color

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

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

This div background color is #85F0E0.


Border color

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

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

This div border color is #85F0E0.


Opacity

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

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

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

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

This text has shadow with #85F0E0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #85F0E0 on black background.


Color preview on white background

This text has color #85F0E0 on white background.



Black color preview on #85F0E0 background

This text has black color on #85F0E0 background.


White color preview on #85F0E0 background

This text has white color on #85F0E0 background.