COLOR #85A3BF

HEX: #85A3BF
RGB: (133,163,191)

Color info

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

RGB color model

#85A3BF color RGB value is (133,163,191).

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

RGB channels and saturation

R 133 of 255 = 52%
G 163 of 255 = 64%
B 191 of 255 = 75%

133
163
191

R + G + B ~ 64%. #85A3BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 163 + 191 = 487 (100%)
R 133 of 487 ~ 27.31%
G 163 of 487 ~ 33.47%
B 191 of 487 ~ 39.22%

%27.31
%33.47
%39.22

CMYK color model

#85A3BF color CMYK value is (30,15,0,25).

  • cyan value is 30.37%
  • magenta value is 14.66%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(30,15,0,25)
C30M15Y0K25 
(30%,15%,0%,25%)
(0.30/0.15/0.00/0.25)	

CMYK percentages

%30.37
%14.66
%0
%25.1

Codes

Color #85A3BF in popluar color models

85A3BF
RGB133163191
HSL209°31.18%63.53%
HSB/HSV209°30.37%74.90%
CMYK30.37%14.66%0.00%
25.10%

Color #85A3BF in popluar number systems.

HEX85A3BF
Decimal133163191
Binary100001011010001110111111
Octal205243277

Shades and tints

Shades of #85A3BF

#85A3BF
(133,163,191)
#7995AE
(121,149,174)
#6D879D
(109,135,157)
#61798C
(97,121,140)
#556B7B
(85,107,123)
#495D6A
(73,93,106)
#3D4F59
(61,79,89)
#314148
(49,65,72)
#253337
(37,51,55)
#192526
(25,37,38)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #85A3BF

#85A3BF
(133,163,191)
#90ABC4
(144,171,196)
#9BB3C9
(155,179,201)
#A6BBCE
(166,187,206)
#B1C3D3
(177,195,211)
#BCCBD8
(188,203,216)
#C7D3DD
(199,211,221)
#D2DBE2
(210,219,226)
#DDE3E7
(221,227,231)
#E8EBEC
(232,235,236)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A3BF; }

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

This text font color is #85A3BF.


Background Color

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

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

This div background color is #85A3BF.


Border color

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

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

This div border color is #85A3BF.


Opacity

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

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

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

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

This text has shadow with #85A3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A3BF on black background.


Color preview on white background

This text has color #85A3BF on white background.



Black color preview on #85A3BF background

This text has black color on #85A3BF background.


White color preview on #85A3BF background

This text has white color on #85A3BF background.