COLOR #85A1CE

HEX: #85A1CE
RGB: (133,161,206)

Color info

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

RGB color model

#85A1CE color RGB value is (133,161,206).

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

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 206 of 255 = 81%

133
161
206

R + G + B ~ 65%. #85A1CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 161 + 206 = 500 (100%)
R 133 of 500 ~ 26.6%
G 161 of 500 ~ 32.2%
B 206 of 500 ~ 41.2%

%26.6
%32.2
%41.2

CMYK color model

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

  • cyan value is 35.44%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(35,22,0,19)
C35M22Y0K19 
(35%,22%,0%,19%)
(0.35/0.22/0.00/0.19)	

CMYK percentages

%35.44
%21.84
%0
%19.22

Codes

Color #85A1CE in popluar color models

85A1CE
RGB133161206
HSL217°42.69%66.47%
HSB/HSV217°35.44%80.78%
CMYK35.44%21.84%0.00%
19.22%

Color #85A1CE in popluar number systems.

HEX85A1CE
Decimal133161206
Binary100001011010000111001110
Octal205241316

Shades and tints

Shades of #85A1CE

#85A1CE
(133,161,206)
#7993BC
(121,147,188)
#6D85AA
(109,133,170)
#617798
(97,119,152)
#556986
(85,105,134)
#495B74
(73,91,116)
#3D4D62
(61,77,98)
#313F50
(49,63,80)
#25313E
(37,49,62)
#19232C
(25,35,44)
#0D151A
(13,21,26)
#000000
(0,0,0)

Tints of #85A1CE

#85A1CE
(133,161,206)
#90A9D2
(144,169,210)
#9BB1D6
(155,177,214)
#A6B9DA
(166,185,218)
#B1C1DE
(177,193,222)
#BCC9E2
(188,201,226)
#C7D1E6
(199,209,230)
#D2D9EA
(210,217,234)
#DDE1EE
(221,225,238)
#E8E9F2
(232,233,242)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A1CE; }

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

This text font color is #85A1CE.


Background Color

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

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

This div background color is #85A1CE.


Border color

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

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

This div border color is #85A1CE.


Opacity

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

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

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

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

This text has shadow with #85A1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A1CE on black background.


Color preview on white background

This text has color #85A1CE on white background.



Black color preview on #85A1CE background

This text has black color on #85A1CE background.


White color preview on #85A1CE background

This text has white color on #85A1CE background.