COLOR #899293

HEX: #899293 RGB: (137,146,147)

Color info

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

RGB color model

#899293 color RGB value is (137,146,147).

RGB: (137,146,147) (54%, 57%, 58%)

RGB channels and saturation

R 137 of 255 = 54%
G 146 of 255 = 57%
B 147 of 255 = 58%

137
146
147

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

Portions of RGB colors in percentages

R + G + B = 137 + 146 + 147 = 430 (100%)
R 137 of 430 ~ 31.86%
G 146 of 430 ~ 33.95%
B 147 of 430 ~ 34.19'%

%31.86
%33.95
%34.19

CMYK color model

#899293 color CMYK value is (7,1,0,42).

  • cyan value is 6.80%
  • magenta value is 0.68%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (7,1,0,42)
C7M1Y0K42 (7%, 1%, 0%, 42%)
(0.07 / 0.01 / 0.00 / 0.42)

CMYK percentages

%6.8
%0.68
%0
%42.35

Codes

Color #899293 in popluar color models

89 92 93
RGB 137 146 147
HSL 186° 4.42% 55.69%
HSB/HSV 186° 6.80% 57.65%
CMYK 6.80% 0.68% 0.00%
42.35%

Color #899293 in popluar number systems.

HEX 89 92 93
Decimal 137 146 147
Binary 10001001 10010010 10010011
Octal 211 222 223

Shades and tints

Shades of #899293

#899293
(137,146,147)
#7D8586
(125,133,134)
#717879
(113,120,121)
#656B6C
(101,107,108)
#595E5F
(89,94,95)
#4D5152
(77,81,82)
#414445
(65,68,69)
#353738
(53,55,56)
#292A2B
(41,42,43)
#1D1D1E
(29,29,30)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #899293

#899293
(137,146,147)
#939B9C
(147,155,156)
#9DA4A5
(157,164,165)
#A7ADAE
(167,173,174)
#B1B6B7
(177,182,183)
#BBBFC0
(187,191,192)
#C5C8C9
(197,200,201)
#CFD1D2
(207,209,210)
#D9DADB
(217,218,219)
#E3E3E4
(227,227,228)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899293; }

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

This text font color is #899293.

Background Color

.myBgColor { background-color: #899293; }

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

This div background color is #899293.

Border color

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

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

This div border color is #899293.

Opacity

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

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

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

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

This text has shadow with #899293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899293.

Preview

Color preview on black background

This text has color #899293 on black background.


Color preview on white background

This text has color #899293 on white background.


Black color preview on #899293 background

This text has black color on #899293 background.


White color preview on #899293 background

This text has white color on #899293 background.


Related colors

Complementary color

Complementary color for #hex is #766D6C.


I love getcolorcode.com

Triadic colors

1 #938992 and #929389 with #899293 are triadic colors.

2 #939289 and #928993 with #899293 are triadic colors.