COLOR #85ACA3

HEX: #85ACA3
RGB: (133,172,163)

Color info

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

RGB color model

#85ACA3 color RGB value is (133,172,163).

  • red value is 133;
  • green value is 172;
  • blue value is 163.
RGB:
(133,172,163)
(52%,67%,64%)

RGB channels and saturation

R 133 of 255 = 52%
G 172 of 255 = 67%
B 163 of 255 = 64%

133
172
163

R + G + B ~ 61%. #85ACA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 172 + 163 = 468 (100%)
R 133 of 468 ~ 28.42%
G 172 of 468 ~ 36.75%
B 163 of 468 ~ 34.83%

%28.42
%36.75
%34.83

CMYK color model

#85ACA3 color CMYK value is (23,0,5,33).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 5.23%
  • key color value is 32.55%
CMYK:
(23,0,5,33)
C23M0Y5K33 
(23%,0%,5%,33%)
(0.23/0.00/0.05/0.33)	

CMYK percentages

%22.67
%0
%5.23
%32.55

Codes

Color #85ACA3 in popluar color models

85ACA3
RGB133172163
HSL166°19.02%59.80%
HSB/HSV166°22.67%67.45%
CMYK22.67%0.00%5.23%
32.55%

Color #85ACA3 in popluar number systems.

HEX85ACA3
Decimal133172163
Binary100001011010110010100011
Octal205254243

Shades and tints

Shades of #85ACA3

#85ACA3
(133,172,163)
#799D95
(121,157,149)
#6D8E87
(109,142,135)
#617F79
(97,127,121)
#55706B
(85,112,107)
#49615D
(73,97,93)
#3D524F
(61,82,79)
#314341
(49,67,65)
#253433
(37,52,51)
#192525
(25,37,37)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #85ACA3

#85ACA3
(133,172,163)
#90B3AB
(144,179,171)
#9BBAB3
(155,186,179)
#A6C1BB
(166,193,187)
#B1C8C3
(177,200,195)
#BCCFCB
(188,207,203)
#C7D6D3
(199,214,211)
#D2DDDB
(210,221,219)
#DDE4E3
(221,228,227)
#E8EBEB
(232,235,235)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85ACA3 color. Also use rgb(133,172,163) instead hex code.

Text Font Color

.myTextColor { color: #85ACA3; }

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

This text font color is #85ACA3.


Background Color

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

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

This div background color is #85ACA3.


Border color

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

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

This div border color is #85ACA3.


Opacity

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

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

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

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

This text has shadow with #85ACA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85ACA3 on black background.


Color preview on white background

This text has color #85ACA3 on white background.



Black color preview on #85ACA3 background

This text has black color on #85ACA3 background.


White color preview on #85ACA3 background

This text has white color on #85ACA3 background.