COLOR #899193

HEX: #899193 RGB: (137,145,147)

Color info

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

RGB color model

#899193 color RGB value is (137,145,147).

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

RGB channels and saturation

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

137
145
147

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

Portions of RGB colors in percentages

R + G + B = 137 + 145 + 147 = 429 (100%)
R 137 of 429 ~ 31.93%
G 145 of 429 ~ 33.8%
B 147 of 429 ~ 34.27'%

%31.93
%33.8
%34.27

CMYK color model

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

  • cyan value is 6.80%
  • magenta value is 1.36%
  • 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
%1.36
%0
%42.35

Codes

Color #899193 in popluar color models

89 91 93
RGB 137 145 147
HSL 192° 4.42% 55.69%
HSB/HSV 192° 6.80% 57.65%
CMYK 6.80% 1.36% 0.00%
42.35%

Color #899193 in popluar number systems.

HEX 89 91 93
Decimal 137 145 147
Binary 10001001 10010001 10010011
Octal 211 221 223

Shades and tints

Shades of #899193

#899193
(137,145,147)
#7D8486
(125,132,134)
#717779
(113,119,121)
#656A6C
(101,106,108)
#595D5F
(89,93,95)
#4D5052
(77,80,82)
#414345
(65,67,69)
#353638
(53,54,56)
#29292B
(41,41,43)
#1D1C1E
(29,28,30)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #899193

#899193
(137,145,147)
#939B9C
(147,155,156)
#9DA5A5
(157,165,165)
#A7AFAE
(167,175,174)
#B1B9B7
(177,185,183)
#BBC3C0
(187,195,192)
#C5CDC9
(197,205,201)
#CFD7D2
(207,215,210)
#D9E1DB
(217,225,219)
#E3EBE4
(227,235,228)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899193; }

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

This text font color is #899193.

Background Color

.myBgColor { background-color: #899193; }

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

This div background color is #899193.

Border color

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

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

This div border color is #899193.

Opacity

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

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

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

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

This text has shadow with #899193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899193.

Preview

Color preview on black background

This text has color #899193 on black background.


Color preview on white background

This text has color #899193 on white background.


Black color preview on #899193 background

This text has black color on #899193 background.


White color preview on #899193 background

This text has white color on #899193 background.


Related colors

Complementary color

Complementary color for #hex is #766E6C.


I love getcolorcode.com

Triadic colors

1 #938991 and #919389 with #899193 are triadic colors.

2 #939189 and #918993 with #899193 are triadic colors.