COLOR #85DCF7

HEX: #85DCF7
RGB: (133,220,247)

Color info

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

RGB color model

#85DCF7 color RGB value is (133,220,247).

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

RGB channels and saturation

R 133 of 255 = 52%
G 220 of 255 = 86%
B 247 of 255 = 97%

133
220
247

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

Portions of RGB colors in percentages

R + G + B =
133 + 220 + 247 = 600 (100%)
R 133 of 600 ~ 22.17%
G 220 of 600 ~ 36.67%
B 247 of 600 ~ 41.17%

%22.17
%36.67
%41.17

CMYK color model

#85DCF7 color CMYK value is (46,11,0,3).

  • cyan value is 46.15%
  • magenta value is 10.93%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(46,11,0,3)
C46M11Y0K3 
(46%,11%,0%,3%)
(0.46/0.11/0.00/0.03)	

CMYK percentages

%46.15
%10.93
%0
%3.14

Codes

Color #85DCF7 in popluar color models

85DCF7
RGB133220247
HSL194°87.69%74.51%
HSB/HSV194°46.15%96.86%
CMYK46.15%10.93%0.00%
3.14%

Color #85DCF7 in popluar number systems.

HEX85DCF7
Decimal133220247
Binary100001011101110011110111
Octal205334367

Shades and tints

Shades of #85DCF7

#85DCF7
(133,220,247)
#79C8E1
(121,200,225)
#6DB4CB
(109,180,203)
#61A0B5
(97,160,181)
#558C9F
(85,140,159)
#497889
(73,120,137)
#3D6473
(61,100,115)
#31505D
(49,80,93)
#253C47
(37,60,71)
#192831
(25,40,49)
#0D141B
(13,20,27)
#000000
(0,0,0)

Tints of #85DCF7

#85DCF7
(133,220,247)
#90DFF7
(144,223,247)
#9BE2F7
(155,226,247)
#A6E5F7
(166,229,247)
#B1E8F7
(177,232,247)
#BCEBF7
(188,235,247)
#C7EEF7
(199,238,247)
#D2F1F7
(210,241,247)
#DDF4F7
(221,244,247)
#E8F7F7
(232,247,247)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85DCF7; }

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

This text font color is #85DCF7.


Background Color

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

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

This div background color is #85DCF7.


Border color

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

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

This div border color is #85DCF7.


Opacity

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

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

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

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

This text has shadow with #85DCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DCF7 on black background.


Color preview on white background

This text has color #85DCF7 on white background.



Black color preview on #85DCF7 background

This text has black color on #85DCF7 background.


White color preview on #85DCF7 background

This text has white color on #85DCF7 background.