COLOR #85A7B5

HEX: #85A7B5
RGB: (133,167,181)

Color info

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

RGB color model

#85A7B5 color RGB value is (133,167,181).

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

RGB channels and saturation

R 133 of 255 = 52%
G 167 of 255 = 65%
B 181 of 255 = 71%

133
167
181

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

Portions of RGB colors in percentages

R + G + B =
133 + 167 + 181 = 481 (100%)
R 133 of 481 ~ 27.65%
G 167 of 481 ~ 34.72%
B 181 of 481 ~ 37.63%

%27.65
%34.72
%37.63

CMYK color model

#85A7B5 color CMYK value is (27,8,0,29).

  • cyan value is 26.52%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(27,8,0,29)
C27M8Y0K29 
(27%,8%,0%,29%)
(0.27/0.08/0.00/0.29)	

CMYK percentages

%26.52
%7.73
%0
%29.02

Codes

Color #85A7B5 in popluar color models

85A7B5
RGB133167181
HSL198°24.49%61.57%
HSB/HSV198°26.52%70.98%
CMYK26.52%7.73%0.00%
29.02%

Color #85A7B5 in popluar number systems.

HEX85A7B5
Decimal133167181
Binary100001011010011110110101
Octal205247265

Shades and tints

Shades of #85A7B5

#85A7B5
(133,167,181)
#7998A5
(121,152,165)
#6D8995
(109,137,149)
#617A85
(97,122,133)
#556B75
(85,107,117)
#495C65
(73,92,101)
#3D4D55
(61,77,85)
#313E45
(49,62,69)
#252F35
(37,47,53)
#192025
(25,32,37)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #85A7B5

#85A7B5
(133,167,181)
#90AFBB
(144,175,187)
#9BB7C1
(155,183,193)
#A6BFC7
(166,191,199)
#B1C7CD
(177,199,205)
#BCCFD3
(188,207,211)
#C7D7D9
(199,215,217)
#D2DFDF
(210,223,223)
#DDE7E5
(221,231,229)
#E8EFEB
(232,239,235)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A7B5; }

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

This text font color is #85A7B5.


Background Color

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

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

This div background color is #85A7B5.


Border color

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

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

This div border color is #85A7B5.


Opacity

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

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

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

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

This text has shadow with #85A7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A7B5 on black background.


Color preview on white background

This text has color #85A7B5 on white background.



Black color preview on #85A7B5 background

This text has black color on #85A7B5 background.


White color preview on #85A7B5 background

This text has white color on #85A7B5 background.