COLOR #89968C

HEX: #89968C
RGB: (137,150,140)

Color info

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

RGB color model

#89968C color RGB value is (137,150,140).

  • red value is 137;
  • green value is 150;
  • blue value is 140.
RGB:
(137,150,140)
(54%,59%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 150 of 255 = 59%
B 140 of 255 = 55%

137
150
140

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

Portions of RGB colors in percentages

R + G + B =
137 + 150 + 140 = 427 (100%)
R 137 of 427 ~ 32.08%
G 150 of 427 ~ 35.13%
B 140 of 427 ~ 32.79%

%32.08
%35.13
%32.79

CMYK color model

#89968C color CMYK value is (9,0,7,41).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 41.18%
CMYK:
(9,0,7,41)
C9M0Y7K41 
(9%,0%,7%,41%)
(0.09/0.00/0.07/0.41)	

CMYK percentages

%8.67
%0
%6.67
%41.18

Codes

Color #89968C in popluar color models

89968C
RGB137150140
HSL134°5.83%56.27%
HSB/HSV134°8.67%58.82%
CMYK8.67%0.00%6.67%
41.18%

Color #89968C in popluar number systems.

HEX89968C
Decimal137150140
Binary100010011001011010001100
Octal211226214

Shades and tints

Shades of #89968C

#89968C
(137,150,140)
#7D8980
(125,137,128)
#717C74
(113,124,116)
#656F68
(101,111,104)
#59625C
(89,98,92)
#4D5550
(77,85,80)
#414844
(65,72,68)
#353B38
(53,59,56)
#292E2C
(41,46,44)
#1D2120
(29,33,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #89968C

#89968C
(137,150,140)
#939F96
(147,159,150)
#9DA8A0
(157,168,160)
#A7B1AA
(167,177,170)
#B1BAB4
(177,186,180)
#BBC3BE
(187,195,190)
#C5CCC8
(197,204,200)
#CFD5D2
(207,213,210)
#D9DEDC
(217,222,220)
#E3E7E6
(227,231,230)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89968C; }

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

This text font color is #89968C.


Background Color

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

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

This div background color is #89968C.


Border color

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

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

This div border color is #89968C.


Opacity

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

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

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

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

This text has shadow with #89968C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89968C on black background.


Color preview on white background

This text has color #89968C on white background.



Black color preview on #89968C background

This text has black color on #89968C background.


White color preview on #89968C background

This text has white color on #89968C background.