COLOR #85A8AF

HEX: #85A8AF
RGB: (133,168,175)

Color info

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

RGB color model

#85A8AF color RGB value is (133,168,175).

  • red value is 133;
  • green value is 168;
  • blue value is 175.
RGB:
(133,168,175)
(52%,66%,69%)

RGB channels and saturation

R 133 of 255 = 52%
G 168 of 255 = 66%
B 175 of 255 = 69%

133
168
175

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

Portions of RGB colors in percentages

R + G + B =
133 + 168 + 175 = 476 (100%)
R 133 of 476 ~ 27.94%
G 168 of 476 ~ 35.29%
B 175 of 476 ~ 36.76%

%27.94
%35.29
%36.76

CMYK color model

#85A8AF color CMYK value is (24,4,0,31).

  • cyan value is 24.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(24,4,0,31)
C24M4Y0K31 
(24%,4%,0%,31%)
(0.24/0.04/0.00/0.31)	

CMYK percentages

%24
%4
%0
%31.37

Codes

Color #85A8AF in popluar color models

85A8AF
RGB133168175
HSL190°20.79%60.39%
HSB/HSV190°24.00%68.63%
CMYK24.00%4.00%0.00%
31.37%

Color #85A8AF in popluar number systems.

HEX85A8AF
Decimal133168175
Binary100001011010100010101111
Octal205250257

Shades and tints

Shades of #85A8AF

#85A8AF
(133,168,175)
#7999A0
(121,153,160)
#6D8A91
(109,138,145)
#617B82
(97,123,130)
#556C73
(85,108,115)
#495D64
(73,93,100)
#3D4E55
(61,78,85)
#313F46
(49,63,70)
#253037
(37,48,55)
#192128
(25,33,40)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #85A8AF

#85A8AF
(133,168,175)
#90AFB6
(144,175,182)
#9BB6BD
(155,182,189)
#A6BDC4
(166,189,196)
#B1C4CB
(177,196,203)
#BCCBD2
(188,203,210)
#C7D2D9
(199,210,217)
#D2D9E0
(210,217,224)
#DDE0E7
(221,224,231)
#E8E7EE
(232,231,238)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A8AF color. Also use rgb(133,168,175) instead hex code.

Text Font Color

.myTextColor { color: #85A8AF; }

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

This text font color is #85A8AF.


Background Color

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

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

This div background color is #85A8AF.


Border color

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

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

This div border color is #85A8AF.


Opacity

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

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

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

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

This text has shadow with #85A8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A8AF on black background.


Color preview on white background

This text has color #85A8AF on white background.



Black color preview on #85A8AF background

This text has black color on #85A8AF background.


White color preview on #85A8AF background

This text has white color on #85A8AF background.