COLOR #85A9D2

HEX: #85A9D2 RGB: (133,169,210)

Color info

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

RGB color model

#85A9D2 color RGB value is (133,169,210).

RGB: (133,169,210) (52%, 66%, 82%)

RGB channels and saturation

R 133 of 255 = 52%
G 169 of 255 = 66%
B 210 of 255 = 82%

133
169
210

R + G + B ~ 67%. #85A9D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 169 + 210 = 512 (100%)
R 133 of 512 ~ 25.98%
G 169 of 512 ~ 33.01%
B 210 of 512 ~ 41.02'%

%25.98
%33.01
%41.02

CMYK color model

#85A9D2 color CMYK value is (37,20,0,18).

  • cyan value is 36.67%
  • magenta value is 19.52%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (37,20,0,18)
C37M20Y0K18 (37%, 20%, 0%, 18%)
(0.37 / 0.20 / 0.00 / 0.18)

CMYK percentages

%36.67
%19.52
%0
%17.65

Codes

Color #85A9D2 in popluar color models

85 A9 D2
RGB 133 169 210
HSL 212° 46.11% 67.25%
HSB/HSV 212° 36.67% 82.35%
CMYK 36.67% 19.52% 0.00%
17.65%

Color #85A9D2 in popluar number systems.

HEX 85 A9 D2
Decimal 133 169 210
Binary 10000101 10101001 11010010
Octal 205 251 322

Shades and tints

Shades of #85A9D2

#85A9D2
(133,169,210)
#799ABF
(121,154,191)
#6D8BAC
(109,139,172)
#617C99
(97,124,153)
#556D86
(85,109,134)
#495E73
(73,94,115)
#3D4F60
(61,79,96)
#31404D
(49,64,77)
#25313A
(37,49,58)
#192227
(25,34,39)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #85A9D2

#85A9D2
(133,169,210)
#90B0D6
(144,176,214)
#9BB7DA
(155,183,218)
#A6BEDE
(166,190,222)
#B1C5E2
(177,197,226)
#BCCCE6
(188,204,230)
#C7D3EA
(199,211,234)
#D2DAEE
(210,218,238)
#DDE1F2
(221,225,242)
#E8E8F6
(232,232,246)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A9D2; }

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

This text font color is #85A9D2.

Background Color

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

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

This div background color is #85A9D2.

Border color

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

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

This div border color is #85A9D2.

Opacity

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

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

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

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

This text has shadow with #85A9D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A9D2.

Preview

Color preview on black background

This text has color #85A9D2 on black background.


Color preview on white background

This text has color #85A9D2 on white background.


Black color preview on #85A9D2 background

This text has black color on #85A9D2 background.


White color preview on #85A9D2 background

This text has white color on #85A9D2 background.


Related colors

Complementary color

Complementary color for #hex is #7A562D.


I love getcolorcode.com

Triadic colors

1 #D285A9 and #A9D285 with #85A9D2 are triadic colors.

2 #D2A985 and #A985D2 with #85A9D2 are triadic colors.