COLOR #85A3BD

HEX: #85A3BD
RGB: (133,163,189)

Color info

#85A3BD contains red, green and blue colors in about the same proportion. Web safe color of #85A3BD is #9999CC (or #99C).

RGB color model

#85A3BD color RGB value is (133,163,189).

  • red value is 133;
  • green value is 163;
  • blue value is 189.
RGB:
(133,163,189)
(52%,64%,74%)

RGB channels and saturation

R 133 of 255 = 52%
G 163 of 255 = 64%
B 189 of 255 = 74%

133
163
189

R + G + B ~ 63%. #85A3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 163 + 189 = 485 (100%)
R 133 of 485 ~ 27.42%
G 163 of 485 ~ 33.61%
B 189 of 485 ~ 38.97%

%27.42
%33.61
%38.97

CMYK color model

#85A3BD color CMYK value is (30,14,0,26).

  • cyan value is 29.63%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(30,14,0,26)
C30M14Y0K26 
(30%,14%,0%,26%)
(0.30/0.14/0.00/0.26)	

CMYK percentages

%29.63
%13.76
%0
%25.88

Codes

Color #85A3BD in popluar color models

85A3BD
RGB133163189
HSL208°29.79%63.14%
HSB/HSV208°29.63%74.12%
CMYK29.63%13.76%0.00%
25.88%

Color #85A3BD in popluar number systems.

HEX85A3BD
Decimal133163189
Binary100001011010001110111101
Octal205243275

Shades and tints

Shades of #85A3BD

#85A3BD
(133,163,189)
#7995AC
(121,149,172)
#6D879B
(109,135,155)
#61798A
(97,121,138)
#556B79
(85,107,121)
#495D68
(73,93,104)
#3D4F57
(61,79,87)
#314146
(49,65,70)
#253335
(37,51,53)
#192524
(25,37,36)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #85A3BD

#85A3BD
(133,163,189)
#90ABC3
(144,171,195)
#9BB3C9
(155,179,201)
#A6BBCF
(166,187,207)
#B1C3D5
(177,195,213)
#BCCBDB
(188,203,219)
#C7D3E1
(199,211,225)
#D2DBE7
(210,219,231)
#DDE3ED
(221,227,237)
#E8EBF3
(232,235,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A3BD color. Also use rgb(133,163,189) instead hex code.

Text Font Color

.myTextColor { color: #85A3BD; }

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

This text font color is #85A3BD.


Background Color

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

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

This div background color is #85A3BD.


Border color

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

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

This div border color is #85A3BD.


Opacity

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

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

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

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

This text has shadow with #85A3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A3BD on black background.


Color preview on white background

This text has color #85A3BD on white background.



Black color preview on #85A3BD background

This text has black color on #85A3BD background.


White color preview on #85A3BD background

This text has white color on #85A3BD background.