COLOR #85A6BA

HEX: #85A6BA
RGB: (133,166,186)

Color info

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

RGB color model

#85A6BA color RGB value is (133,166,186).

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

RGB channels and saturation

R 133 of 255 = 52%
G 166 of 255 = 65%
B 186 of 255 = 73%

133
166
186

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

Portions of RGB colors in percentages

R + G + B =
133 + 166 + 186 = 485 (100%)
R 133 of 485 ~ 27.42%
G 166 of 485 ~ 34.23%
B 186 of 485 ~ 38.35%

%27.42
%34.23
%38.35

CMYK color model

#85A6BA color CMYK value is (28,11,0,27).

  • cyan value is 28.49%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(28,11,0,27)
C28M11Y0K27 
(28%,11%,0%,27%)
(0.28/0.11/0.00/0.27)	

CMYK percentages

%28.49
%10.75
%0
%27.06

Codes

Color #85A6BA in popluar color models

85A6BA
RGB133166186
HSL203°27.75%62.55%
HSB/HSV203°28.49%72.94%
CMYK28.49%10.75%0.00%
27.06%

Color #85A6BA in popluar number systems.

HEX85A6BA
Decimal133166186
Binary100001011010011010111010
Octal205246272

Shades and tints

Shades of #85A6BA

#85A6BA
(133,166,186)
#7997AA
(121,151,170)
#6D889A
(109,136,154)
#61798A
(97,121,138)
#556A7A
(85,106,122)
#495B6A
(73,91,106)
#3D4C5A
(61,76,90)
#313D4A
(49,61,74)
#252E3A
(37,46,58)
#191F2A
(25,31,42)
#0D101A
(13,16,26)
#000000
(0,0,0)

Tints of #85A6BA

#85A6BA
(133,166,186)
#90AEC0
(144,174,192)
#9BB6C6
(155,182,198)
#A6BECC
(166,190,204)
#B1C6D2
(177,198,210)
#BCCED8
(188,206,216)
#C7D6DE
(199,214,222)
#D2DEE4
(210,222,228)
#DDE6EA
(221,230,234)
#E8EEF0
(232,238,240)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A6BA; }

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

This text font color is #85A6BA.


Background Color

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

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

This div background color is #85A6BA.


Border color

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

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

This div border color is #85A6BA.


Opacity

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

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

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

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

This text has shadow with #85A6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A6BA on black background.


Color preview on white background

This text has color #85A6BA on white background.



Black color preview on #85A6BA background

This text has black color on #85A6BA background.


White color preview on #85A6BA background

This text has white color on #85A6BA background.