COLOR #85A9D8

HEX: #85A9D8
RGB: (133,169,216)

Color info

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

RGB color model

#85A9D8 color RGB value is (133,169,216).

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

RGB channels and saturation

R 133 of 255 = 52%
G 169 of 255 = 66%
B 216 of 255 = 85%

133
169
216

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

Portions of RGB colors in percentages

R + G + B =
133 + 169 + 216 = 518 (100%)
R 133 of 518 ~ 25.68%
G 169 of 518 ~ 32.63%
B 216 of 518 ~ 41.7%

%25.68
%32.63
%41.7

CMYK color model

#85A9D8 color CMYK value is (38,22,0,15).

  • cyan value is 38.43%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(38,22,0,15)
C38M22Y0K15 
(38%,22%,0%,15%)
(0.38/0.22/0.00/0.15)	

CMYK percentages

%38.43
%21.76
%0
%15.29

Codes

Color #85A9D8 in popluar color models

85A9D8
RGB133169216
HSL214°51.55%68.43%
HSB/HSV214°38.43%84.71%
CMYK38.43%21.76%0.00%
15.29%

Color #85A9D8 in popluar number systems.

HEX85A9D8
Decimal133169216
Binary100001011010100111011000
Octal205251330

Shades and tints

Shades of #85A9D8

#85A9D8
(133,169,216)
#799AC5
(121,154,197)
#6D8BB2
(109,139,178)
#617C9F
(97,124,159)
#556D8C
(85,109,140)
#495E79
(73,94,121)
#3D4F66
(61,79,102)
#314053
(49,64,83)
#253140
(37,49,64)
#19222D
(25,34,45)
#0D131A
(13,19,26)
#000000
(0,0,0)

Tints of #85A9D8

#85A9D8
(133,169,216)
#90B0DB
(144,176,219)
#9BB7DE
(155,183,222)
#A6BEE1
(166,190,225)
#B1C5E4
(177,197,228)
#BCCCE7
(188,204,231)
#C7D3EA
(199,211,234)
#D2DAED
(210,218,237)
#DDE1F0
(221,225,240)
#E8E8F3
(232,232,243)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A9D8; }

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

This text font color is #85A9D8.


Background Color

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

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

This div background color is #85A9D8.


Border color

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

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

This div border color is #85A9D8.


Opacity

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

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

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

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

This text has shadow with #85A9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A9D8 on black background.


Color preview on white background

This text has color #85A9D8 on white background.



Black color preview on #85A9D8 background

This text has black color on #85A9D8 background.


White color preview on #85A9D8 background

This text has white color on #85A9D8 background.