COLOR #85A189

HEX: #85A189 RGB: (133,161,137)

Color info

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

RGB color model

#85A189 color RGB value is (133,161,137).

RGB: (133,161,137) (52%, 63%, 54%)

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 137 of 255 = 54%

133
161
137

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

Portions of RGB colors in percentages

R + G + B = 133 + 161 + 137 = 431 (100%)
R 133 of 431 ~ 30.86%
G 161 of 431 ~ 37.35%
B 137 of 431 ~ 31.79'%

%30.86
%37.35
%31.79

CMYK color model

#85A189 color CMYK value is (17,0,15,37).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 14.91%
  • key color value is 36.86%

CMYK: (17,0,15,37)
C17M0Y15K37 (17%, 0%, 15%, 37%)
(0.17 / 0.00 / 0.15 / 0.37)

CMYK percentages

%17.39
%0
%14.91
%36.86

Codes

Color #85A189 in popluar color models

85 A1 89
RGB 133 161 137
HSL 129° 12.96% 57.65%
HSB/HSV 129° 17.39% 63.14%
CMYK 17.39% 0.00% 14.91%
36.86%

Color #85A189 in popluar number systems.

HEX 85 A1 89
Decimal 133 161 137
Binary 10000101 10100001 10001001
Octal 205 241 211

Shades and tints

Shades of #85A189

#85A189
(133,161,137)
#79937D
(121,147,125)
#6D8571
(109,133,113)
#617765
(97,119,101)
#556959
(85,105,89)
#495B4D
(73,91,77)
#3D4D41
(61,77,65)
#313F35
(49,63,53)
#253129
(37,49,41)
#19231D
(25,35,29)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #85A189

#85A189
(133,161,137)
#90A993
(144,169,147)
#9BB19D
(155,177,157)
#A6B9A7
(166,185,167)
#B1C1B1
(177,193,177)
#BCC9BB
(188,201,187)
#C7D1C5
(199,209,197)
#D2D9CF
(210,217,207)
#DDE1D9
(221,225,217)
#E8E9E3
(232,233,227)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A189 color. Also use rgb(133,161,137) instead hex code.

Text Font Color

.myTextColor { color: #85A189; }

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

This text font color is #85A189.

Background Color

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

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

This div background color is #85A189.

Border color

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

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

This div border color is #85A189.

Opacity

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

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

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

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

This text has shadow with #85A189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A189.

Preview

Color preview on black background

This text has color #85A189 on black background.


Color preview on white background

This text has color #85A189 on white background.


Black color preview on #85A189 background

This text has black color on #85A189 background.


White color preview on #85A189 background

This text has white color on #85A189 background.


Related colors

Complementary color

Complementary color for #hex is #7A5E76.


I love getcolorcode.com

Triadic colors

1 #8985A1 and #A18985 with #85A189 are triadic colors.

2 #89A185 and #A18589 with #85A189 are triadic colors.