COLOR #85A3D2

HEX: #85A3D2
RGB: (133,163,210)

Color info

#85A3D2 contains mainly green and blue colors. Web safe color of #85A3D2 is #9999CC (or #99C).

RGB color model

#85A3D2 color RGB value is (133,163,210).

  • red value is 133;
  • green value is 163;
  • blue value is 210.
RGB:
(133,163,210)
(52%,64%,82%)

RGB channels and saturation

R 133 of 255 = 52%
G 163 of 255 = 64%
B 210 of 255 = 82%

133
163
210

R + G + B ~ 66%. #85A3D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 163 + 210 = 506 (100%)
R 133 of 506 ~ 26.28%
G 163 of 506 ~ 32.21%
B 210 of 506 ~ 41.5%

%26.28
%32.21
%41.5

CMYK color model

#85A3D2 color CMYK value is (37,22,0,18).

  • cyan value is 36.67%
  • magenta value is 22.38%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(37,22,0,18)
C37M22Y0K18 
(37%,22%,0%,18%)
(0.37/0.22/0.00/0.18)	

CMYK percentages

%36.67
%22.38
%0
%17.65

Codes

Color #85A3D2 in popluar color models

85A3D2
RGB133163210
HSL217°46.11%67.25%
HSB/HSV217°36.67%82.35%
CMYK36.67%22.38%0.00%
17.65%

Color #85A3D2 in popluar number systems.

HEX85A3D2
Decimal133163210
Binary100001011010001111010010
Octal205243322

Shades and tints

Shades of #85A3D2

#85A3D2
(133,163,210)
#7995BF
(121,149,191)
#6D87AC
(109,135,172)
#617999
(97,121,153)
#556B86
(85,107,134)
#495D73
(73,93,115)
#3D4F60
(61,79,96)
#31414D
(49,65,77)
#25333A
(37,51,58)
#192527
(25,37,39)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #85A3D2

#85A3D2
(133,163,210)
#90ABD6
(144,171,214)
#9BB3DA
(155,179,218)
#A6BBDE
(166,187,222)
#B1C3E2
(177,195,226)
#BCCBE6
(188,203,230)
#C7D3EA
(199,211,234)
#D2DBEE
(210,219,238)
#DDE3F2
(221,227,242)
#E8EBF6
(232,235,246)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A3D2 color. Also use rgb(133,163,210) instead hex code.

Text Font Color

.myTextColor { color: #85A3D2; }

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

This text font color is #85A3D2.


Background Color

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

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

This div background color is #85A3D2.


Border color

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

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

This div border color is #85A3D2.


Opacity

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

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

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

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

This text has shadow with #85A3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A3D2 on black background.


Color preview on white background

This text has color #85A3D2 on white background.



Black color preview on #85A3D2 background

This text has black color on #85A3D2 background.


White color preview on #85A3D2 background

This text has white color on #85A3D2 background.