COLOR #85A9F6

HEX: #85A9F6
RGB: (133,169,246)

Color info

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

RGB color model

#85A9F6 color RGB value is (133,169,246).

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

RGB channels and saturation

R 133 of 255 = 52%
G 169 of 255 = 66%
B 246 of 255 = 96%

133
169
246

R + G + B ~ 71%. #85A9F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 169 + 246 = 548 (100%)
R 133 of 548 ~ 24.27%
G 169 of 548 ~ 30.84%
B 246 of 548 ~ 44.89%

%24.27
%30.84
%44.89

CMYK color model

#85A9F6 color CMYK value is (46,31,0,4).

  • cyan value is 45.93%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(46,31,0,4)
C46M31Y0K4 
(46%,31%,0%,4%)
(0.46/0.31/0.00/0.04)	

CMYK percentages

%45.93
%31.3
%0
%3.53

Codes

Color #85A9F6 in popluar color models

85A9F6
RGB133169246
HSL221°86.26%74.31%
HSB/HSV221°45.93%96.47%
CMYK45.93%31.30%0.00%
3.53%

Color #85A9F6 in popluar number systems.

HEX85A9F6
Decimal133169246
Binary100001011010100111110110
Octal205251366

Shades and tints

Shades of #85A9F6

#85A9F6
(133,169,246)
#799AE0
(121,154,224)
#6D8BCA
(109,139,202)
#617CB4
(97,124,180)
#556D9E
(85,109,158)
#495E88
(73,94,136)
#3D4F72
(61,79,114)
#31405C
(49,64,92)
#253146
(37,49,70)
#192230
(25,34,48)
#0D131A
(13,19,26)
#000000
(0,0,0)

Tints of #85A9F6

#85A9F6
(133,169,246)
#90B0F6
(144,176,246)
#9BB7F6
(155,183,246)
#A6BEF6
(166,190,246)
#B1C5F6
(177,197,246)
#BCCCF6
(188,204,246)
#C7D3F6
(199,211,246)
#D2DAF6
(210,218,246)
#DDE1F6
(221,225,246)
#E8E8F6
(232,232,246)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A9F6; }

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

This text font color is #85A9F6.


Background Color

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

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

This div background color is #85A9F6.


Border color

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

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

This div border color is #85A9F6.


Opacity

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

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

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

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

This text has shadow with #85A9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A9F6 on black background.


Color preview on white background

This text has color #85A9F6 on white background.



Black color preview on #85A9F6 background

This text has black color on #85A9F6 background.


White color preview on #85A9F6 background

This text has white color on #85A9F6 background.