COLOR #85A6B6

HEX: #85A6B6
RGB: (133,166,182)

Color info

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

RGB color model

#85A6B6 color RGB value is (133,166,182).

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

RGB channels and saturation

R 133 of 255 = 52%
G 166 of 255 = 65%
B 182 of 255 = 71%

133
166
182

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

Portions of RGB colors in percentages

R + G + B =
133 + 166 + 182 = 481 (100%)
R 133 of 481 ~ 27.65%
G 166 of 481 ~ 34.51%
B 182 of 481 ~ 37.84%

%27.65
%34.51
%37.84

CMYK color model

#85A6B6 color CMYK value is (27,9,0,29).

  • cyan value is 26.92%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(27,9,0,29)
C27M9Y0K29 
(27%,9%,0%,29%)
(0.27/0.09/0.00/0.29)	

CMYK percentages

%26.92
%8.79
%0
%28.63

Codes

Color #85A6B6 in popluar color models

85A6B6
RGB133166182
HSL200°25.13%61.76%
HSB/HSV200°26.92%71.37%
CMYK26.92%8.79%0.00%
28.63%

Color #85A6B6 in popluar number systems.

HEX85A6B6
Decimal133166182
Binary100001011010011010110110
Octal205246266

Shades and tints

Shades of #85A6B6

#85A6B6
(133,166,182)
#7997A6
(121,151,166)
#6D8896
(109,136,150)
#617986
(97,121,134)
#556A76
(85,106,118)
#495B66
(73,91,102)
#3D4C56
(61,76,86)
#313D46
(49,61,70)
#252E36
(37,46,54)
#191F26
(25,31,38)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #85A6B6

#85A6B6
(133,166,182)
#90AEBC
(144,174,188)
#9BB6C2
(155,182,194)
#A6BEC8
(166,190,200)
#B1C6CE
(177,198,206)
#BCCED4
(188,206,212)
#C7D6DA
(199,214,218)
#D2DEE0
(210,222,224)
#DDE6E6
(221,230,230)
#E8EEEC
(232,238,236)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A6B6; }

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

This text font color is #85A6B6.


Background Color

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

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

This div background color is #85A6B6.


Border color

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

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

This div border color is #85A6B6.


Opacity

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

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

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

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

This text has shadow with #85A6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A6B6 on black background.


Color preview on white background

This text has color #85A6B6 on white background.



Black color preview on #85A6B6 background

This text has black color on #85A6B6 background.


White color preview on #85A6B6 background

This text has white color on #85A6B6 background.