COLOR #85C8EF

HEX: #85C8EF
RGB: (133,200,239)

Color info

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

RGB color model

#85C8EF color RGB value is (133,200,239).

  • red value is 133;
  • green value is 200;
  • blue value is 239.
RGB:
(133,200,239)
(52%,78%,94%)

RGB channels and saturation

R 133 of 255 = 52%
G 200 of 255 = 78%
B 239 of 255 = 94%

133
200
239

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

Portions of RGB colors in percentages

R + G + B =
133 + 200 + 239 = 572 (100%)
R 133 of 572 ~ 23.25%
G 200 of 572 ~ 34.97%
B 239 of 572 ~ 41.78%

%23.25
%34.97
%41.78

CMYK color model

#85C8EF color CMYK value is (44,16,0,6).

  • cyan value is 44.35%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(44,16,0,6)
C44M16Y0K6 
(44%,16%,0%,6%)
(0.44/0.16/0.00/0.06)	

CMYK percentages

%44.35
%16.32
%0
%6.27

Codes

Color #85C8EF in popluar color models

85C8EF
RGB133200239
HSL202°76.81%72.94%
HSB/HSV202°44.35%93.73%
CMYK44.35%16.32%0.00%
6.27%

Color #85C8EF in popluar number systems.

HEX85C8EF
Decimal133200239
Binary100001011100100011101111
Octal205310357

Shades and tints

Shades of #85C8EF

#85C8EF
(133,200,239)
#79B6DA
(121,182,218)
#6DA4C5
(109,164,197)
#6192B0
(97,146,176)
#55809B
(85,128,155)
#496E86
(73,110,134)
#3D5C71
(61,92,113)
#314A5C
(49,74,92)
#253847
(37,56,71)
#192632
(25,38,50)
#0D141D
(13,20,29)
#000000
(0,0,0)

Tints of #85C8EF

#85C8EF
(133,200,239)
#90CDF0
(144,205,240)
#9BD2F1
(155,210,241)
#A6D7F2
(166,215,242)
#B1DCF3
(177,220,243)
#BCE1F4
(188,225,244)
#C7E6F5
(199,230,245)
#D2EBF6
(210,235,246)
#DDF0F7
(221,240,247)
#E8F5F8
(232,245,248)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C8EF color. Also use rgb(133,200,239) instead hex code.

Text Font Color

.myTextColor { color: #85C8EF; }

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

This text font color is #85C8EF.


Background Color

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

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

This div background color is #85C8EF.


Border color

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

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

This div border color is #85C8EF.


Opacity

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

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

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

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

This text has shadow with #85C8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C8EF on black background.


Color preview on white background

This text has color #85C8EF on white background.



Black color preview on #85C8EF background

This text has black color on #85C8EF background.


White color preview on #85C8EF background

This text has white color on #85C8EF background.