COLOR #85A2A3

HEX: #85A2A3 RGB: (133,162,163)

Color info

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

RGB color model

#85A2A3 color RGB value is (133,162,163).

RGB: (133,162,163) (52%, 64%, 64%)

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 163 of 255 = 64%

133
162
163

R + G + B ~ 60%. #85A2A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 162 + 163 = 458 (100%)
R 133 of 458 ~ 29.04%
G 162 of 458 ~ 35.37%
B 163 of 458 ~ 35.59'%

%29.04
%35.37
%35.59

CMYK color model

#85A2A3 color CMYK value is (18,1,0,36).

  • cyan value is 18.40%
  • magenta value is 0.61%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (18,1,0,36)
C18M1Y0K36 (18%, 1%, 0%, 36%)
(0.18 / 0.01 / 0.00 / 0.36)

CMYK percentages

%18.4
%0.61
%0
%36.08

Codes

Color #85A2A3 in popluar color models

85 A2 A3
RGB 133 162 163
HSL 182° 14.02% 58.04%
HSB/HSV 182° 18.40% 63.92%
CMYK 18.40% 0.61% 0.00%
36.08%

Color #85A2A3 in popluar number systems.

HEX 85 A2 A3
Decimal 133 162 163
Binary 10000101 10100010 10100011
Octal 205 242 243

Shades and tints

Shades of #85A2A3

#85A2A3
(133,162,163)
#799495
(121,148,149)
#6D8687
(109,134,135)
#617879
(97,120,121)
#556A6B
(85,106,107)
#495C5D
(73,92,93)
#3D4E4F
(61,78,79)
#314041
(49,64,65)
#253233
(37,50,51)
#192425
(25,36,37)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #85A2A3

#85A2A3
(133,162,163)
#90AAAB
(144,170,171)
#9BB2B3
(155,178,179)
#A6BABB
(166,186,187)
#B1C2C3
(177,194,195)
#BCCACB
(188,202,203)
#C7D2D3
(199,210,211)
#D2DADB
(210,218,219)
#DDE2E3
(221,226,227)
#E8EAEB
(232,234,235)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A2A3; }

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

This text font color is #85A2A3.

Background Color

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

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

This div background color is #85A2A3.

Border color

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

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

This div border color is #85A2A3.

Opacity

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

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

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

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

This text has shadow with #85A2A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A2A3.

Preview

Color preview on black background

This text has color #85A2A3 on black background.


Color preview on white background

This text has color #85A2A3 on white background.


Black color preview on #85A2A3 background

This text has black color on #85A2A3 background.


White color preview on #85A2A3 background

This text has white color on #85A2A3 background.


Related colors

Complementary color

Complementary color for #hex is #7A5D5C.


I love getcolorcode.com

Triadic colors

1 #A385A2 and #A2A385 with #85A2A3 are triadic colors.

2 #A3A285 and #A285A3 with #85A2A3 are triadic colors.