COLOR #85C5F7

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

Color info

#85C5F7 contains mainly green and blue colors. Web safe color of #85C5F7 is #99CCFF (or #9CF).

RGB color model

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

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

RGB channels and saturation

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

133
197
247

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

Portions of RGB colors in percentages

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

%23.05
%34.14
%42.81

CMYK color model

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

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

CMYK percentages

%46.15
%20.24
%0
%3.14

Codes

Color #85C5F7 in popluar color models

85C5F7
RGB133197247
HSL206°87.69%74.51%
HSB/HSV206°46.15%96.86%
CMYK46.15%20.24%0.00%
3.14%

Color #85C5F7 in popluar number systems.

HEX85C5F7
Decimal133197247
Binary100001011100010111110111
Octal205305367

Shades and tints

Shades of #85C5F7

#85C5F7
(133,197,247)
#79B4E1
(121,180,225)
#6DA3CB
(109,163,203)
#6192B5
(97,146,181)
#55819F
(85,129,159)
#497089
(73,112,137)
#3D5F73
(61,95,115)
#314E5D
(49,78,93)
#253D47
(37,61,71)
#192C31
(25,44,49)
#0D1B1B
(13,27,27)
#000000
(0,0,0)

Tints of #85C5F7

#85C5F7
(133,197,247)
#90CAF7
(144,202,247)
#9BCFF7
(155,207,247)
#A6D4F7
(166,212,247)
#B1D9F7
(177,217,247)
#BCDEF7
(188,222,247)
#C7E3F7
(199,227,247)
#D2E8F7
(210,232,247)
#DDEDF7
(221,237,247)
#E8F2F7
(232,242,247)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C5F7; }

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

This text font color is #85C5F7.


Background Color

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

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

This div background color is #85C5F7.


Border color

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

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

This div border color is #85C5F7.


Opacity

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

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

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

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

This text has shadow with #85C5F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C5F7 on black background.


Color preview on white background

This text has color #85C5F7 on white background.



Black color preview on #85C5F7 background

This text has black color on #85C5F7 background.


White color preview on #85C5F7 background

This text has white color on #85C5F7 background.