COLOR #85A999

HEX: #85A999 RGB: (133,169,153)

Color info

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

RGB color model

#85A999 color RGB value is (133,169,153).

RGB: (133,169,153) (52%, 66%, 60%)

RGB channels and saturation

R 133 of 255 = 52%
G 169 of 255 = 66%
B 153 of 255 = 60%

133
169
153

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

Portions of RGB colors in percentages

R + G + B = 133 + 169 + 153 = 455 (100%)
R 133 of 455 ~ 29.23%
G 169 of 455 ~ 37.14%
B 153 of 455 ~ 33.63'%

%29.23
%37.14
%33.63

CMYK color model

#85A999 color CMYK value is (21,0,9,34).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 33.73%

CMYK: (21,0,9,34)
C21M0Y9K34 (21%, 0%, 9%, 34%)
(0.21 / 0.00 / 0.09 / 0.34)

CMYK percentages

%21.3
%0
%9.47
%33.73

Codes

Color #85A999 in popluar color models

85 A9 99
RGB 133 169 153
HSL 153° 17.31% 59.22%
HSB/HSV 153° 21.30% 66.27%
CMYK 21.30% 0.00% 9.47%
33.73%

Color #85A999 in popluar number systems.

HEX 85 A9 99
Decimal 133 169 153
Binary 10000101 10101001 10011001
Octal 205 251 231

Shades and tints

Shades of #85A999

#85A999
(133,169,153)
#799A8C
(121,154,140)
#6D8B7F
(109,139,127)
#617C72
(97,124,114)
#556D65
(85,109,101)
#495E58
(73,94,88)
#3D4F4B
(61,79,75)
#31403E
(49,64,62)
#253131
(37,49,49)
#192224
(25,34,36)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #85A999

#85A999
(133,169,153)
#90B0A2
(144,176,162)
#9BB7AB
(155,183,171)
#A6BEB4
(166,190,180)
#B1C5BD
(177,197,189)
#BCCCC6
(188,204,198)
#C7D3CF
(199,211,207)
#D2DAD8
(210,218,216)
#DDE1E1
(221,225,225)
#E8E8EA
(232,232,234)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A999 color. Also use rgb(133,169,153) instead hex code.

Text Font Color

.myTextColor { color: #85A999; }

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

This text font color is #85A999.

Background Color

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

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

This div background color is #85A999.

Border color

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

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

This div border color is #85A999.

Opacity

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

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

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

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

This text has shadow with #85A999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A999.

Preview

Color preview on black background

This text has color #85A999 on black background.


Color preview on white background

This text has color #85A999 on white background.


Black color preview on #85A999 background

This text has black color on #85A999 background.


White color preview on #85A999 background

This text has white color on #85A999 background.


Related colors

Complementary color

Complementary color for #hex is #7A5666.


I love getcolorcode.com

Triadic colors

1 #9985A9 and #A99985 with #85A999 are triadic colors.

2 #99A985 and #A98599 with #85A999 are triadic colors.