COLOR #85DBF9

HEX: #85DBF9
RGB: (133,219,249)

Color info

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

RGB color model

#85DBF9 color RGB value is (133,219,249).

  • red value is 133;
  • green value is 219;
  • blue value is 249.
RGB:
(133,219,249)
(52%,86%,98%)

RGB channels and saturation

R 133 of 255 = 52%
G 219 of 255 = 86%
B 249 of 255 = 98%

133
219
249

R + G + B ~ 79%. #85DBF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 219 + 249 = 601 (100%)
R 133 of 601 ~ 22.13%
G 219 of 601 ~ 36.44%
B 249 of 601 ~ 41.43%

%22.13
%36.44
%41.43

CMYK color model

#85DBF9 color CMYK value is (47,12,0,2).

  • cyan value is 46.59%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(47,12,0,2)
C47M12Y0K2 
(47%,12%,0%,2%)
(0.47/0.12/0.00/0.02)	

CMYK percentages

%46.59
%12.05
%0
%2.35

Codes

Color #85DBF9 in popluar color models

85DBF9
RGB133219249
HSL196°90.63%74.90%
HSB/HSV196°46.59%97.65%
CMYK46.59%12.05%0.00%
2.35%

Color #85DBF9 in popluar number systems.

HEX85DBF9
Decimal133219249
Binary100001011101101111111001
Octal205333371

Shades and tints

Shades of #85DBF9

#85DBF9
(133,219,249)
#79C8E3
(121,200,227)
#6DB5CD
(109,181,205)
#61A2B7
(97,162,183)
#558FA1
(85,143,161)
#497C8B
(73,124,139)
#3D6975
(61,105,117)
#31565F
(49,86,95)
#254349
(37,67,73)
#193033
(25,48,51)
#0D1D1D
(13,29,29)
#000000
(0,0,0)

Tints of #85DBF9

#85DBF9
(133,219,249)
#90DEF9
(144,222,249)
#9BE1F9
(155,225,249)
#A6E4F9
(166,228,249)
#B1E7F9
(177,231,249)
#BCEAF9
(188,234,249)
#C7EDF9
(199,237,249)
#D2F0F9
(210,240,249)
#DDF3F9
(221,243,249)
#E8F6F9
(232,246,249)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DBF9 color. Also use rgb(133,219,249) instead hex code.

Text Font Color

.myTextColor { color: #85DBF9; }

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

This text font color is #85DBF9.


Background Color

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

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

This div background color is #85DBF9.


Border color

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

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

This div border color is #85DBF9.


Opacity

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

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

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

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

This text has shadow with #85DBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DBF9 on black background.


Color preview on white background

This text has color #85DBF9 on white background.



Black color preview on #85DBF9 background

This text has black color on #85DBF9 background.


White color preview on #85DBF9 background

This text has white color on #85DBF9 background.