COLOR #85A5AD

HEX: #85A5AD
RGB: (133,165,173)

Color info

#85A5AD contains red, green and blue colors in about the same proportion. Web safe color of #85A5AD is #999999 (or #999).

RGB color model

#85A5AD color RGB value is (133,165,173).

  • red value is 133;
  • green value is 165;
  • blue value is 173.
RGB:
(133,165,173)
(52%,65%,68%)

RGB channels and saturation

R 133 of 255 = 52%
G 165 of 255 = 65%
B 173 of 255 = 68%

133
165
173

R + G + B ~ 62%. #85A5AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 165 + 173 = 471 (100%)
R 133 of 471 ~ 28.24%
G 165 of 471 ~ 35.03%
B 173 of 471 ~ 36.73%

%28.24
%35.03
%36.73

CMYK color model

#85A5AD color CMYK value is (23,5,0,32).

  • cyan value is 23.12%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(23,5,0,32)
C23M5Y0K32 
(23%,5%,0%,32%)
(0.23/0.05/0.00/0.32)	

CMYK percentages

%23.12
%4.62
%0
%32.16

Codes

Color #85A5AD in popluar color models

85A5AD
RGB133165173
HSL192°19.61%60.00%
HSB/HSV192°23.12%67.84%
CMYK23.12%4.62%0.00%
32.16%

Color #85A5AD in popluar number systems.

HEX85A5AD
Decimal133165173
Binary100001011010010110101101
Octal205245255

Shades and tints

Shades of #85A5AD

#85A5AD
(133,165,173)
#79969E
(121,150,158)
#6D878F
(109,135,143)
#617880
(97,120,128)
#556971
(85,105,113)
#495A62
(73,90,98)
#3D4B53
(61,75,83)
#313C44
(49,60,68)
#252D35
(37,45,53)
#191E26
(25,30,38)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #85A5AD

#85A5AD
(133,165,173)
#90ADB4
(144,173,180)
#9BB5BB
(155,181,187)
#A6BDC2
(166,189,194)
#B1C5C9
(177,197,201)
#BCCDD0
(188,205,208)
#C7D5D7
(199,213,215)
#D2DDDE
(210,221,222)
#DDE5E5
(221,229,229)
#E8EDEC
(232,237,236)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A5AD color. Also use rgb(133,165,173) instead hex code.

Text Font Color

.myTextColor { color: #85A5AD; }

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

This text font color is #85A5AD.


Background Color

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

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

This div background color is #85A5AD.


Border color

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

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

This div border color is #85A5AD.


Opacity

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

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

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

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

This text has shadow with #85A5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A5AD on black background.


Color preview on white background

This text has color #85A5AD on white background.



Black color preview on #85A5AD background

This text has black color on #85A5AD background.


White color preview on #85A5AD background

This text has white color on #85A5AD background.