COLOR #85A29D

HEX: #85A29D RGB: (133,162,157)

Color info

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

RGB color model

#85A29D color RGB value is (133,162,157).

RGB: (133,162,157) (52%, 64%, 62%)

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 157 of 255 = 62%

133
162
157

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

Portions of RGB colors in percentages

R + G + B = 133 + 162 + 157 = 452 (100%)
R 133 of 452 ~ 29.42%
G 162 of 452 ~ 35.84%
B 157 of 452 ~ 34.73'%

%29.42
%35.84
%34.73

CMYK color model

#85A29D color CMYK value is (18,0,3,36).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 36.47%
CMYK: (18,0,3,36) C18M0Y3K36 (18%,0%,3%,36%) (0.18/0.00/0.03/0.36) 

CMYK percentages

%17.9
%0
%3.09
%36.47

Codes

Color #85A29D in popluar color models

85 A2 9D
RGB 133 162 157
HSL 170° 13.49% 57.84%
HSB/HSV 170° 17.90% 63.53%
CMYK 17.90% 0.00% 3.09%
36.47%

Color #85A29D in popluar number systems.

HEX 85 A2 9D
Decimal 133 162 157
Binary 10000101 10100010 10011101
Octal 205 242 235

Shades and tints

Shades of #85A29D

#85A29D
(133,162,157)
#79948F
(121,148,143)
#6D8681
(109,134,129)
#617873
(97,120,115)
#556A65
(85,106,101)
#495C57
(73,92,87)
#3D4E49
(61,78,73)
#31403B
(49,64,59)
#25322D
(37,50,45)
#19241F
(25,36,31)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #85A29D

#85A29D
(133,162,157)
#90AAA5
(144,170,165)
#9BB2AD
(155,178,173)
#A6BAB5
(166,186,181)
#B1C2BD
(177,194,189)
#BCCAC5
(188,202,197)
#C7D2CD
(199,210,205)
#D2DAD5
(210,218,213)
#DDE2DD
(221,226,221)
#E8EAE5
(232,234,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A29D; }

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

This text font color is #85A29D.

Background Color

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

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

This div background color is #85A29D.

Border color

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

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

This div border color is #85A29D.

Opacity

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

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

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

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

This text has shadow with #85A29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A29D.

Preview

Color preview on black background

This text has color #85A29D on black background.


Color preview on white background

This text has color #85A29D on white background.


Black color preview on #85A29D background

This text has black color on #85A29D background.


White color preview on #85A29D background

This text has white color on #85A29D background.


Related colors

Complementary color

Complementary color for #hex is #7A5D62.


I love getcolorcode.com

Triadic colors

1 #9D85A2 and #A29D85 with #85A29D are triadic colors.

2 #9DA285 and #A2859D with #85A29D are triadic colors.