COLOR #85A3BC

HEX: #85A3BC RGB: (133,163,188)

Color info

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

RGB color model

#85A3BC color RGB value is (133,163,188).

RGB: (133,163,188) (52%, 64%, 74%)

RGB channels and saturation

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

133
163
188

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

Portions of RGB colors in percentages

R + G + B = 133 + 163 + 188 = 484 (100%)
R 133 of 484 ~ 27.48%
G 163 of 484 ~ 33.68%
B 188 of 484 ~ 38.84'%

%27.48
%33.68
%38.84

CMYK color model

#85A3BC color CMYK value is (29,13,0,26).

  • cyan value is 29.26%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (29,13,0,26)
C29M13Y0K26 (29%, 13%, 0%, 26%)
(0.29 / 0.13 / 0.00 / 0.26)

CMYK percentages

%29.26
%13.3
%0
%26.27

Codes

Color #85A3BC in popluar color models

85 A3 BC
RGB 133 163 188
HSL 207° 29.10% 62.94%
HSB/HSV 207° 29.26% 73.73%
CMYK 29.26% 13.30% 0.00%
26.27%

Color #85A3BC in popluar number systems.

HEX 85 A3 BC
Decimal 133 163 188
Binary 10000101 10100011 10111100
Octal 205 243 274

Shades and tints

Shades of #85A3BC

#85A3BC
(133,163,188)
#7995AB
(121,149,171)
#6D879A
(109,135,154)
#617989
(97,121,137)
#556B78
(85,107,120)
#495D67
(73,93,103)
#3D4F56
(61,79,86)
#314145
(49,65,69)
#253334
(37,51,52)
#192523
(25,37,35)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #85A3BC

#85A3BC
(133,163,188)
#90ABC2
(144,171,194)
#9BB3C8
(155,179,200)
#A6BBCE
(166,187,206)
#B1C3D4
(177,195,212)
#BCCBDA
(188,203,218)
#C7D3E0
(199,211,224)
#D2DBE6
(210,219,230)
#DDE3EC
(221,227,236)
#E8EBF2
(232,235,242)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A3BC; }

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

This text font color is #85A3BC.

Background Color

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

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

This div background color is #85A3BC.

Border color

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

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

This div border color is #85A3BC.

Opacity

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

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

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

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

This text has shadow with #85A3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A3BC.

Preview

Color preview on black background

This text has color #85A3BC on black background.


Color preview on white background

This text has color #85A3BC on white background.


Black color preview on #85A3BC background

This text has black color on #85A3BC background.


White color preview on #85A3BC background

This text has white color on #85A3BC background.


Related colors

Complementary color

Complementary color for #hex is #7A5C43.


I love getcolorcode.com

Triadic colors

1 #BC85A3 and #A3BC85 with #85A3BC are triadic colors.

2 #BCA385 and #A385BC with #85A3BC are triadic colors.