COLOR #898D92

HEX: #898D92
RGB: (137,141,146)

Color info

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

RGB color model

#898D92 color RGB value is (137,141,146).

  • red value is 137;
  • green value is 141;
  • blue value is 146.
RGB:
(137,141,146)
(54%,55%,57%)

RGB channels and saturation

R 137 of 255 = 54%
G 141 of 255 = 55%
B 146 of 255 = 57%

137
141
146

R + G + B ~ 55%. #898D92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 141 + 146 = 424 (100%)
R 137 of 424 ~ 32.31%
G 141 of 424 ~ 33.25%
B 146 of 424 ~ 34.43%

%32.31
%33.25
%34.43

CMYK color model

#898D92 color CMYK value is (6,3,0,43).

  • cyan value is 6.16%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(6,3,0,43)
C6M3Y0K43 
(6%,3%,0%,43%)
(0.06/0.03/0.00/0.43)	

CMYK percentages

%6.16
%3.42
%0
%42.75

Codes

Color #898D92 in popluar color models

898D92
RGB137141146
HSL213°3.96%55.49%
HSB/HSV213°6.16%57.25%
CMYK6.16%3.42%0.00%
42.75%

Color #898D92 in popluar number systems.

HEX898D92
Decimal137141146
Binary100010011000110110010010
Octal211215222

Shades and tints

Shades of #898D92

#898D92
(137,141,146)
#7D8185
(125,129,133)
#717578
(113,117,120)
#65696B
(101,105,107)
#595D5E
(89,93,94)
#4D5151
(77,81,81)
#414544
(65,69,68)
#353937
(53,57,55)
#292D2A
(41,45,42)
#1D211D
(29,33,29)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #898D92

#898D92
(137,141,146)
#93979B
(147,151,155)
#9DA1A4
(157,161,164)
#A7ABAD
(167,171,173)
#B1B5B6
(177,181,182)
#BBBFBF
(187,191,191)
#C5C9C8
(197,201,200)
#CFD3D1
(207,211,209)
#D9DDDA
(217,221,218)
#E3E7E3
(227,231,227)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898D92 color. Also use rgb(137,141,146) instead hex code.

Text Font Color

.myTextColor { color: #898D92; }

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

This text font color is #898D92.


Background Color

.myBgColor { background-color: #898D92; }

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

This div background color is #898D92.


Border color

.myBorderColor { border: 1px solid #898D92; }

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

This div border color is #898D92.


Opacity

.myOpacity80 { color: #898D92; opacity: 0.8; }

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

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

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

This text has shadow with #898D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898D92 on black background.


Color preview on white background

This text has color #898D92 on white background.



Black color preview on #898D92 background

This text has black color on #898D92 background.


White color preview on #898D92 background

This text has white color on #898D92 background.