COLOR #898189

HEX: #898189
RGB: (137,129,137)

Color info

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

RGB color model

#898189 color RGB value is (137,129,137).

  • red value is 137;
  • green value is 129;
  • blue value is 137.
RGB:
(137,129,137)
(54%,51%,54%)

RGB channels and saturation

R 137 of 255 = 54%
G 129 of 255 = 51%
B 137 of 255 = 54%

137
129
137

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

Portions of RGB colors in percentages

R + G + B =
137 + 129 + 137 = 403 (100%)
R 137 of 403 ~ 34%
G 129 of 403 ~ 32.01%
B 137 of 403 ~ 34%

%34
%32.01
%34

CMYK color model

#898189 color CMYK value is (0,6,0,46).

  • cyan value is 0.00%
  • magenta value is 5.84%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(0,6,0,46)
C0M6Y0K46 
(0%,6%,0%,46%)
(0.00/0.06/0.00/0.46)	

CMYK percentages

%0
%5.84
%0
%46.27

Codes

Color #898189 in popluar color models

898189
RGB137129137
HSL300°3.28%52.16%
HSB/HSV300°5.84%53.73%
CMYK0.00%5.84%0.00%
46.27%

Color #898189 in popluar number systems.

HEX898189
Decimal137129137
Binary100010011000000110001001
Octal211201211

Shades and tints

Shades of #898189

#898189
(137,129,137)
#7D767D
(125,118,125)
#716B71
(113,107,113)
#656065
(101,96,101)
#595559
(89,85,89)
#4D4A4D
(77,74,77)
#413F41
(65,63,65)
#353435
(53,52,53)
#292929
(41,41,41)
#1D1E1D
(29,30,29)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #898189

#898189
(137,129,137)
#938C93
(147,140,147)
#9D979D
(157,151,157)
#A7A2A7
(167,162,167)
#B1ADB1
(177,173,177)
#BBB8BB
(187,184,187)
#C5C3C5
(197,195,197)
#CFCECF
(207,206,207)
#D9D9D9
(217,217,217)
#E3E4E3
(227,228,227)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898189; }

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

This text font color is #898189.


Background Color

.myBgColor { background-color: #898189; }

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

This div background color is #898189.


Border color

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

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

This div border color is #898189.


Opacity

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

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

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

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

This text has shadow with #898189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898189 on black background.


Color preview on white background

This text has color #898189 on white background.



Black color preview on #898189 background

This text has black color on #898189 background.


White color preview on #898189 background

This text has white color on #898189 background.