COLOR #85A9B5

HEX: #85A9B5
RGB: (133,169,181)

Color info

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

RGB color model

#85A9B5 color RGB value is (133,169,181).

  • red value is 133;
  • green value is 169;
  • blue value is 181.
RGB:
(133,169,181)
(52%,66%,71%)

RGB channels and saturation

R 133 of 255 = 52%
G 169 of 255 = 66%
B 181 of 255 = 71%

133
169
181

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

Portions of RGB colors in percentages

R + G + B =
133 + 169 + 181 = 483 (100%)
R 133 of 483 ~ 27.54%
G 169 of 483 ~ 34.99%
B 181 of 483 ~ 37.47%

%27.54
%34.99
%37.47

CMYK color model

#85A9B5 color CMYK value is (27,7,0,29).

  • cyan value is 26.52%
  • magenta value is 6.63%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(27,7,0,29)
C27M7Y0K29 
(27%,7%,0%,29%)
(0.27/0.07/0.00/0.29)	

CMYK percentages

%26.52
%6.63
%0
%29.02

Codes

Color #85A9B5 in popluar color models

85A9B5
RGB133169181
HSL195°24.49%61.57%
HSB/HSV195°26.52%70.98%
CMYK26.52%6.63%0.00%
29.02%

Color #85A9B5 in popluar number systems.

HEX85A9B5
Decimal133169181
Binary100001011010100110110101
Octal205251265

Shades and tints

Shades of #85A9B5

#85A9B5
(133,169,181)
#799AA5
(121,154,165)
#6D8B95
(109,139,149)
#617C85
(97,124,133)
#556D75
(85,109,117)
#495E65
(73,94,101)
#3D4F55
(61,79,85)
#314045
(49,64,69)
#253135
(37,49,53)
#192225
(25,34,37)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #85A9B5

#85A9B5
(133,169,181)
#90B0BB
(144,176,187)
#9BB7C1
(155,183,193)
#A6BEC7
(166,190,199)
#B1C5CD
(177,197,205)
#BCCCD3
(188,204,211)
#C7D3D9
(199,211,217)
#D2DADF
(210,218,223)
#DDE1E5
(221,225,229)
#E8E8EB
(232,232,235)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A9B5 color. Also use rgb(133,169,181) instead hex code.

Text Font Color

.myTextColor { color: #85A9B5; }

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

This text font color is #85A9B5.


Background Color

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

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

This div background color is #85A9B5.


Border color

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

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

This div border color is #85A9B5.


Opacity

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

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

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

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

This text has shadow with #85A9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A9B5 on black background.


Color preview on white background

This text has color #85A9B5 on white background.



Black color preview on #85A9B5 background

This text has black color on #85A9B5 background.


White color preview on #85A9B5 background

This text has white color on #85A9B5 background.