COLOR #85B2F6

HEX: #85B2F6
RGB: (133,178,246)

Color info

#85B2F6 contains mainly blue color. Web safe color of #85B2F6 is #9999FF (or #99F).

RGB color model

#85B2F6 color RGB value is (133,178,246).

  • red value is 133;
  • green value is 178;
  • blue value is 246.
RGB:
(133,178,246)
(52%,70%,96%)

RGB channels and saturation

R 133 of 255 = 52%
G 178 of 255 = 70%
B 246 of 255 = 96%

133
178
246

R + G + B ~ 73%. #85B2F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 178 + 246 = 557 (100%)
R 133 of 557 ~ 23.88%
G 178 of 557 ~ 31.96%
B 246 of 557 ~ 44.17%

%23.88
%31.96
%44.17

CMYK color model

#85B2F6 color CMYK value is (46,28,0,4).

  • cyan value is 45.93%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(46,28,0,4)
C46M28Y0K4 
(46%,28%,0%,4%)
(0.46/0.28/0.00/0.04)	

CMYK percentages

%45.93
%27.64
%0
%3.53

Codes

Color #85B2F6 in popluar color models

85B2F6
RGB133178246
HSL216°86.26%74.31%
HSB/HSV216°45.93%96.47%
CMYK45.93%27.64%0.00%
3.53%

Color #85B2F6 in popluar number systems.

HEX85B2F6
Decimal133178246
Binary100001011011001011110110
Octal205262366

Shades and tints

Shades of #85B2F6

#85B2F6
(133,178,246)
#79A2E0
(121,162,224)
#6D92CA
(109,146,202)
#6182B4
(97,130,180)
#55729E
(85,114,158)
#496288
(73,98,136)
#3D5272
(61,82,114)
#31425C
(49,66,92)
#253246
(37,50,70)
#192230
(25,34,48)
#0D121A
(13,18,26)
#000000
(0,0,0)

Tints of #85B2F6

#85B2F6
(133,178,246)
#90B9F6
(144,185,246)
#9BC0F6
(155,192,246)
#A6C7F6
(166,199,246)
#B1CEF6
(177,206,246)
#BCD5F6
(188,213,246)
#C7DCF6
(199,220,246)
#D2E3F6
(210,227,246)
#DDEAF6
(221,234,246)
#E8F1F6
(232,241,246)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B2F6 color. Also use rgb(133,178,246) instead hex code.

Text Font Color

.myTextColor { color: #85B2F6; }

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

This text font color is #85B2F6.


Background Color

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

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

This div background color is #85B2F6.


Border color

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

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

This div border color is #85B2F6.


Opacity

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

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

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

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

This text has shadow with #85B2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B2F6 on black background.


Color preview on white background

This text has color #85B2F6 on white background.



Black color preview on #85B2F6 background

This text has black color on #85B2F6 background.


White color preview on #85B2F6 background

This text has white color on #85B2F6 background.