COLOR #85A59C

HEX: #85A59C RGB: (133,165,156)

Color info

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

RGB color model

#85A59C color RGB value is (133,165,156).

RGB: (133,165,156) (52%, 65%, 61%)

RGB channels and saturation

R 133 of 255 = 52%
G 165 of 255 = 65%
B 156 of 255 = 61%

133
165
156

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

Portions of RGB colors in percentages

R + G + B = 133 + 165 + 156 = 454 (100%)
R 133 of 454 ~ 29.3%
G 165 of 454 ~ 36.34%
B 156 of 454 ~ 34.36'%

%29.3
%36.34
%34.36

CMYK color model

#85A59C color CMYK value is (19,0,5,35).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 35.29%

CMYK: (19,0,5,35)
C19M0Y5K35 (19%, 0%, 5%, 35%)
(0.19 / 0.00 / 0.05 / 0.35)

CMYK percentages

%19.39
%0
%5.45
%35.29

Codes

Color #85A59C in popluar color models

85 A5 9C
RGB 133 165 156
HSL 163° 15.09% 58.43%
HSB/HSV 163° 19.39% 64.71%
CMYK 19.39% 0.00% 5.45%
35.29%

Color #85A59C in popluar number systems.

HEX 85 A5 9C
Decimal 133 165 156
Binary 10000101 10100101 10011100
Octal 205 245 234

Shades and tints

Shades of #85A59C

#85A59C
(133,165,156)
#79968E
(121,150,142)
#6D8780
(109,135,128)
#617872
(97,120,114)
#556964
(85,105,100)
#495A56
(73,90,86)
#3D4B48
(61,75,72)
#313C3A
(49,60,58)
#252D2C
(37,45,44)
#191E1E
(25,30,30)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #85A59C

#85A59C
(133,165,156)
#90ADA5
(144,173,165)
#9BB5AE
(155,181,174)
#A6BDB7
(166,189,183)
#B1C5C0
(177,197,192)
#BCCDC9
(188,205,201)
#C7D5D2
(199,213,210)
#D2DDDB
(210,221,219)
#DDE5E4
(221,229,228)
#E8EDED
(232,237,237)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A59C color. Also use rgb(133,165,156) instead hex code.

Text Font Color

.myTextColor { color: #85A59C; }

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

This text font color is #85A59C.

Background Color

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

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

This div background color is #85A59C.

Border color

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

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

This div border color is #85A59C.

Opacity

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

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

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

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

This text has shadow with #85A59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A59C.

Preview

Color preview on black background

This text has color #85A59C on black background.


Color preview on white background

This text has color #85A59C on white background.


Black color preview on #85A59C background

This text has black color on #85A59C background.


White color preview on #85A59C background

This text has white color on #85A59C background.


Related colors

Complementary color

Complementary color for #hex is #7A5A63.


I love getcolorcode.com

Triadic colors

1 #9C85A5 and #A59C85 with #85A59C are triadic colors.

2 #9CA585 and #A5859C with #85A59C are triadic colors.