COLOR #989E8C

HEX: #989E8C
RGB: (152,158,140)

Color info

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

RGB color model

#989E8C color RGB value is (152,158,140).

  • red value is 152;
  • green value is 158;
  • blue value is 140.
RGB:
(152,158,140)
(60%,62%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 140 of 255 = 55%

152
158
140

R + G + B ~ 59%. #989E8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 158 + 140 = 450 (100%)
R 152 of 450 ~ 33.78%
G 158 of 450 ~ 35.11%
B 140 of 450 ~ 31.11%

%33.78
%35.11
%31.11

CMYK color model

#989E8C color CMYK value is (4,0,11,38).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 38.04%
CMYK:
(4,0,11,38)
C4M0Y11K38 
(4%,0%,11%,38%)
(0.04/0.00/0.11/0.38)	

CMYK percentages

%3.8
%0
%11.39
%38.04

Codes

Color #989E8C in popluar color models

989E8C
RGB152158140
HSL80°8.49%58.43%
HSB/HSV80°11.39%61.96%
CMYK3.80%0.00%11.39%
38.04%

Color #989E8C in popluar number systems.

HEX989E8C
Decimal152158140
Binary100110001001111010001100
Octal230236214

Shades and tints

Shades of #989E8C

#989E8C
(152,158,140)
#8B9080
(139,144,128)
#7E8274
(126,130,116)
#717468
(113,116,104)
#64665C
(100,102,92)
#575850
(87,88,80)
#4A4A44
(74,74,68)
#3D3C38
(61,60,56)
#302E2C
(48,46,44)
#232020
(35,32,32)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #989E8C

#989E8C
(152,158,140)
#A1A696
(161,166,150)
#AAAEA0
(170,174,160)
#B3B6AA
(179,182,170)
#BCBEB4
(188,190,180)
#C5C6BE
(197,198,190)
#CECEC8
(206,206,200)
#D7D6D2
(215,214,210)
#E0DEDC
(224,222,220)
#E9E6E6
(233,230,230)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989E8C color. Also use rgb(152,158,140) instead hex code.

Text Font Color

.myTextColor { color: #989E8C; }

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

This text font color is #989E8C.


Background Color

.myBgColor { background-color: #989E8C; }

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

This div background color is #989E8C.


Border color

.myBorderColor { border: 1px solid #989E8C; }

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

This div border color is #989E8C.


Opacity

.myOpacity80 { color: #989E8C; opacity: 0.8; }

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

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

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

This text has shadow with #989E8C color.

.textShadow {text-shadow: 3px 3px 1px #989E8C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989E8C on black background.


Color preview on white background

This text has color #989E8C on white background.



Black color preview on #989E8C background

This text has black color on #989E8C background.


White color preview on #989E8C background

This text has white color on #989E8C background.