COLOR #85CBF8

HEX: #85CBF8
RGB: (133,203,248)

Color info

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

RGB color model

#85CBF8 color RGB value is (133,203,248).

  • red value is 133;
  • green value is 203;
  • blue value is 248.
RGB:
(133,203,248)
(52%,80%,97%)

RGB channels and saturation

R 133 of 255 = 52%
G 203 of 255 = 80%
B 248 of 255 = 97%

133
203
248

R + G + B ~ 76%. #85CBF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 203 + 248 = 584 (100%)
R 133 of 584 ~ 22.77%
G 203 of 584 ~ 34.76%
B 248 of 584 ~ 42.47%

%22.77
%34.76
%42.47

CMYK color model

#85CBF8 color CMYK value is (46,18,0,3).

  • cyan value is 46.37%
  • magenta value is 18.15%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(46,18,0,3)
C46M18Y0K3 
(46%,18%,0%,3%)
(0.46/0.18/0.00/0.03)	

CMYK percentages

%46.37
%18.15
%0
%2.75

Codes

Color #85CBF8 in popluar color models

85CBF8
RGB133203248
HSL203°89.15%74.71%
HSB/HSV203°46.37%97.25%
CMYK46.37%18.15%0.00%
2.75%

Color #85CBF8 in popluar number systems.

HEX85CBF8
Decimal133203248
Binary100001011100101111111000
Octal205313370

Shades and tints

Shades of #85CBF8

#85CBF8
(133,203,248)
#79B9E2
(121,185,226)
#6DA7CC
(109,167,204)
#6195B6
(97,149,182)
#5583A0
(85,131,160)
#49718A
(73,113,138)
#3D5F74
(61,95,116)
#314D5E
(49,77,94)
#253B48
(37,59,72)
#192932
(25,41,50)
#0D171C
(13,23,28)
#000000
(0,0,0)

Tints of #85CBF8

#85CBF8
(133,203,248)
#90CFF8
(144,207,248)
#9BD3F8
(155,211,248)
#A6D7F8
(166,215,248)
#B1DBF8
(177,219,248)
#BCDFF8
(188,223,248)
#C7E3F8
(199,227,248)
#D2E7F8
(210,231,248)
#DDEBF8
(221,235,248)
#E8EFF8
(232,239,248)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CBF8 color. Also use rgb(133,203,248) instead hex code.

Text Font Color

.myTextColor { color: #85CBF8; }

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

This text font color is #85CBF8.


Background Color

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

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

This div background color is #85CBF8.


Border color

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

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

This div border color is #85CBF8.


Opacity

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

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

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

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

This text has shadow with #85CBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85CBF8 on black background.


Color preview on white background

This text has color #85CBF8 on white background.



Black color preview on #85CBF8 background

This text has black color on #85CBF8 background.


White color preview on #85CBF8 background

This text has white color on #85CBF8 background.