COLOR #85A6CE

HEX: #85A6CE
RGB: (133,166,206)

Color info

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

RGB color model

#85A6CE color RGB value is (133,166,206).

  • red value is 133;
  • green value is 166;
  • blue value is 206.
RGB:
(133,166,206)
(52%,65%,81%)

RGB channels and saturation

R 133 of 255 = 52%
G 166 of 255 = 65%
B 206 of 255 = 81%

133
166
206

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

Portions of RGB colors in percentages

R + G + B =
133 + 166 + 206 = 505 (100%)
R 133 of 505 ~ 26.34%
G 166 of 505 ~ 32.87%
B 206 of 505 ~ 40.79%

%26.34
%32.87
%40.79

CMYK color model

#85A6CE color CMYK value is (35,19,0,19).

  • cyan value is 35.44%
  • magenta value is 19.42%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(35,19,0,19)
C35M19Y0K19 
(35%,19%,0%,19%)
(0.35/0.19/0.00/0.19)	

CMYK percentages

%35.44
%19.42
%0
%19.22

Codes

Color #85A6CE in popluar color models

85A6CE
RGB133166206
HSL213°42.69%66.47%
HSB/HSV213°35.44%80.78%
CMYK35.44%19.42%0.00%
19.22%

Color #85A6CE in popluar number systems.

HEX85A6CE
Decimal133166206
Binary100001011010011011001110
Octal205246316

Shades and tints

Shades of #85A6CE

#85A6CE
(133,166,206)
#7997BC
(121,151,188)
#6D88AA
(109,136,170)
#617998
(97,121,152)
#556A86
(85,106,134)
#495B74
(73,91,116)
#3D4C62
(61,76,98)
#313D50
(49,61,80)
#252E3E
(37,46,62)
#191F2C
(25,31,44)
#0D101A
(13,16,26)
#000000
(0,0,0)

Tints of #85A6CE

#85A6CE
(133,166,206)
#90AED2
(144,174,210)
#9BB6D6
(155,182,214)
#A6BEDA
(166,190,218)
#B1C6DE
(177,198,222)
#BCCEE2
(188,206,226)
#C7D6E6
(199,214,230)
#D2DEEA
(210,222,234)
#DDE6EE
(221,230,238)
#E8EEF2
(232,238,242)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A6CE color. Also use rgb(133,166,206) instead hex code.

Text Font Color

.myTextColor { color: #85A6CE; }

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

This text font color is #85A6CE.


Background Color

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

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

This div background color is #85A6CE.


Border color

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

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

This div border color is #85A6CE.


Opacity

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

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

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

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

This text has shadow with #85A6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A6CE on black background.


Color preview on white background

This text has color #85A6CE on white background.



Black color preview on #85A6CE background

This text has black color on #85A6CE background.


White color preview on #85A6CE background

This text has white color on #85A6CE background.