COLOR #898285

HEX: #898285 RGB: (137,130,133)

Color info

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

RGB color model

#898285 color RGB value is (137,130,133).

RGB: (137,130,133) (54%, 51%, 52%)

RGB channels and saturation

R 137 of 255 = 54%
G 130 of 255 = 51%
B 133 of 255 = 52%

137
130
133

R + G + B ~ 52%. #898285 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 130 + 133 = 400 (100%)
R 137 of 400 ~ 34.25%
G 130 of 400 ~ 32.5%
B 133 of 400 ~ 33.25'%

%34.25
%32.5
%33.25

CMYK color model

#898285 color CMYK value is (0,5,3,46).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 2.92%
  • key color value is 46.27%

CMYK: (0,5,3,46)
C0M5Y3K46 (0%, 5%, 3%, 46%)
(0.00 / 0.05 / 0.03 / 0.46)

CMYK percentages

%0
%5.11
%2.92
%46.27

Codes

Color #898285 in popluar color models

89 82 85
RGB 137 130 133
HSL 334° 2.88% 52.35%
HSB/HSV 334° 5.11% 53.73%
CMYK 0.00% 5.11% 2.92%
46.27%

Color #898285 in popluar number systems.

HEX 89 82 85
Decimal 137 130 133
Binary 10001001 10000010 10000101
Octal 211 202 205

Shades and tints

Shades of #898285

#898285
(137,130,133)
#7D7779
(125,119,121)
#716C6D
(113,108,109)
#656161
(101,97,97)
#595655
(89,86,85)
#4D4B49
(77,75,73)
#41403D
(65,64,61)
#353531
(53,53,49)
#292A25
(41,42,37)
#1D1F19
(29,31,25)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #898285

#898285
(137,130,133)
#938D90
(147,141,144)
#9D989B
(157,152,155)
#A7A3A6
(167,163,166)
#B1AEB1
(177,174,177)
#BBB9BC
(187,185,188)
#C5C4C7
(197,196,199)
#CFCFD2
(207,207,210)
#D9DADD
(217,218,221)
#E3E5E8
(227,229,232)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898285; }

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

This text font color is #898285.

Background Color

.myBgColor { background-color: #898285; }

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

This div background color is #898285.

Border color

.myBorderColor { border: 1px solid #898285; }

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

This div border color is #898285.

Opacity

.myOpacity80 { color: #898285; opacity: 0.8; }

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

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

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

This text has shadow with #898285 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898285.

Preview

Color preview on black background

This text has color #898285 on black background.


Color preview on white background

This text has color #898285 on white background.


Black color preview on #898285 background

This text has black color on #898285 background.


White color preview on #898285 background

This text has white color on #898285 background.


Related colors

Complementary color

Complementary color for #hex is #767D7A.


I love getcolorcode.com

Triadic colors

1 #858982 and #828589 with #898285 are triadic colors.

2 #858289 and #828985 with #898285 are triadic colors.