COLOR #85A2D1

HEX: #85A2D1
RGB: (133,162,209)

Color info

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

RGB color model

#85A2D1 color RGB value is (133,162,209).

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

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 209 of 255 = 82%

133
162
209

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

Portions of RGB colors in percentages

R + G + B =
133 + 162 + 209 = 504 (100%)
R 133 of 504 ~ 26.39%
G 162 of 504 ~ 32.14%
B 209 of 504 ~ 41.47%

%26.39
%32.14
%41.47

CMYK color model

#85A2D1 color CMYK value is (36,22,0,18).

  • cyan value is 36.36%
  • magenta value is 22.49%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(36,22,0,18)
C36M22Y0K18 
(36%,22%,0%,18%)
(0.36/0.22/0.00/0.18)	

CMYK percentages

%36.36
%22.49
%0
%18.04

Codes

Color #85A2D1 in popluar color models

85A2D1
RGB133162209
HSL217°45.24%67.06%
HSB/HSV217°36.36%81.96%
CMYK36.36%22.49%0.00%
18.04%

Color #85A2D1 in popluar number systems.

HEX85A2D1
Decimal133162209
Binary100001011010001011010001
Octal205242321

Shades and tints

Shades of #85A2D1

#85A2D1
(133,162,209)
#7994BE
(121,148,190)
#6D86AB
(109,134,171)
#617898
(97,120,152)
#556A85
(85,106,133)
#495C72
(73,92,114)
#3D4E5F
(61,78,95)
#31404C
(49,64,76)
#253239
(37,50,57)
#192426
(25,36,38)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #85A2D1

#85A2D1
(133,162,209)
#90AAD5
(144,170,213)
#9BB2D9
(155,178,217)
#A6BADD
(166,186,221)
#B1C2E1
(177,194,225)
#BCCAE5
(188,202,229)
#C7D2E9
(199,210,233)
#D2DAED
(210,218,237)
#DDE2F1
(221,226,241)
#E8EAF5
(232,234,245)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A2D1; }

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

This text font color is #85A2D1.


Background Color

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

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

This div background color is #85A2D1.


Border color

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

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

This div border color is #85A2D1.


Opacity

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

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

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

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

This text has shadow with #85A2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A2D1 on black background.


Color preview on white background

This text has color #85A2D1 on white background.



Black color preview on #85A2D1 background

This text has black color on #85A2D1 background.


White color preview on #85A2D1 background

This text has white color on #85A2D1 background.