COLOR #85A2E0

HEX: #85A2E0
RGB: (133,162,224)

Color info

#85A2E0 contains mainly blue color. Web safe color of #85A2E0 is #9999CC (or #99C).

RGB color model

#85A2E0 color RGB value is (133,162,224).

  • red value is 133;
  • green value is 162;
  • blue value is 224.
RGB:
(133,162,224)
(52%,64%,88%)

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 224 of 255 = 88%

133
162
224

R + G + B ~ 68%. #85A2E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 162 + 224 = 519 (100%)
R 133 of 519 ~ 25.63%
G 162 of 519 ~ 31.21%
B 224 of 519 ~ 43.16%

%25.63
%31.21
%43.16

CMYK color model

#85A2E0 color CMYK value is (41,28,0,12).

  • cyan value is 40.63%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(41,28,0,12)
C41M28Y0K12 
(41%,28%,0%,12%)
(0.41/0.28/0.00/0.12)	

CMYK percentages

%40.63
%27.68
%0
%12.16

Codes

Color #85A2E0 in popluar color models

85A2E0
RGB133162224
HSL221°59.48%70.00%
HSB/HSV221°40.63%87.84%
CMYK40.63%27.68%0.00%
12.16%

Color #85A2E0 in popluar number systems.

HEX85A2E0
Decimal133162224
Binary100001011010001011100000
Octal205242340

Shades and tints

Shades of #85A2E0

#85A2E0
(133,162,224)
#7994CC
(121,148,204)
#6D86B8
(109,134,184)
#6178A4
(97,120,164)
#556A90
(85,106,144)
#495C7C
(73,92,124)
#3D4E68
(61,78,104)
#314054
(49,64,84)
#253240
(37,50,64)
#19242C
(25,36,44)
#0D1618
(13,22,24)
#000000
(0,0,0)

Tints of #85A2E0

#85A2E0
(133,162,224)
#90AAE2
(144,170,226)
#9BB2E4
(155,178,228)
#A6BAE6
(166,186,230)
#B1C2E8
(177,194,232)
#BCCAEA
(188,202,234)
#C7D2EC
(199,210,236)
#D2DAEE
(210,218,238)
#DDE2F0
(221,226,240)
#E8EAF2
(232,234,242)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A2E0 color. Also use rgb(133,162,224) instead hex code.

Text Font Color

.myTextColor { color: #85A2E0; }

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

This text font color is #85A2E0.


Background Color

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

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

This div background color is #85A2E0.


Border color

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

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

This div border color is #85A2E0.


Opacity

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

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

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

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

This text has shadow with #85A2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A2E0 on black background.


Color preview on white background

This text has color #85A2E0 on white background.



Black color preview on #85A2E0 background

This text has black color on #85A2E0 background.


White color preview on #85A2E0 background

This text has white color on #85A2E0 background.