COLOR #89938C

HEX: #89938C RGB: (137,147,140)

Color info

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

RGB color model

#89938C color RGB value is (137,147,140).

RGB: (137,147,140) (54%, 58%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 147 of 255 = 58%
B 140 of 255 = 55%

137
147
140

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

Portions of RGB colors in percentages

R + G + B = 137 + 147 + 140 = 424 (100%)
R 137 of 424 ~ 32.31%
G 147 of 424 ~ 34.67%
B 140 of 424 ~ 33.02'%

%32.31
%34.67
%33.02

CMYK color model

#89938C color CMYK value is (7,0,5,42).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 42.35%
CMYK: (7,0,5,42) C7M0Y5K42 (7%,0%,5%,42%) (0.07/0.00/0.05/0.42) 

CMYK percentages

%6.8
%0
%4.76
%42.35

Codes

Color #89938C in popluar color models

89 93 8C
RGB 137 147 140
HSL 138° 4.42% 55.69%
HSB/HSV 138° 6.80% 57.65%
CMYK 6.80% 0.00% 4.76%
42.35%

Color #89938C in popluar number systems.

HEX 89 93 8C
Decimal 137 147 140
Binary 10001001 10010011 10001100
Octal 211 223 214

Shades and tints

Shades of #89938C

#89938C
(137,147,140)
#7D8680
(125,134,128)
#717974
(113,121,116)
#656C68
(101,108,104)
#595F5C
(89,95,92)
#4D5250
(77,82,80)
#414544
(65,69,68)
#353838
(53,56,56)
#292B2C
(41,43,44)
#1D1E20
(29,30,32)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #89938C

#89938C
(137,147,140)
#939C96
(147,156,150)
#9DA5A0
(157,165,160)
#A7AEAA
(167,174,170)
#B1B7B4
(177,183,180)
#BBC0BE
(187,192,190)
#C5C9C8
(197,201,200)
#CFD2D2
(207,210,210)
#D9DBDC
(217,219,220)
#E3E4E6
(227,228,230)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89938C; }

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

This text font color is #89938C.

Background Color

.myBgColor { background-color: #89938C; }

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

This div background color is #89938C.

Border color

.myBorderColor { border: 1px solid #89938C; }

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

This div border color is #89938C.

Opacity

.myOpacity80 { color: #89938C; opacity: 0.8; }

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

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

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

This text has shadow with #89938C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89938C.

Preview

Color preview on black background

This text has color #89938C on black background.


Color preview on white background

This text has color #89938C on white background.


Black color preview on #89938C background

This text has black color on #89938C background.


White color preview on #89938C background

This text has white color on #89938C background.


Related colors

Complementary color

Complementary color for #hex is #766C73.


I love getcolorcode.com

Triadic colors

1 #8C8993 and #938C89 with #89938C are triadic colors.

2 #8C9389 and #93898C with #89938C are triadic colors.