COLOR #989E7E

HEX: #989E7E
RGB: (152,158,126)

Color info

#989E7E contains red, green and blue colors in about the same proportion. Web safe color of #989E7E is #999966 (or #996).

RGB color model

#989E7E color RGB value is (152,158,126).

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

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 126 of 255 = 49%

152
158
126

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

Portions of RGB colors in percentages

R + G + B =
152 + 158 + 126 = 436 (100%)
R 152 of 436 ~ 34.86%
G 158 of 436 ~ 36.24%
B 126 of 436 ~ 28.9%

%34.86
%36.24
%28.9

CMYK color model

#989E7E color CMYK value is (4,0,20,38).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 38.04%
CMYK:
(4,0,20,38)
C4M0Y20K38 
(4%,0%,20%,38%)
(0.04/0.00/0.20/0.38)	

CMYK percentages

%3.8
%0
%20.25
%38.04

Codes

Color #989E7E in popluar color models

989E7E
RGB152158126
HSL71°14.16%55.69%
HSB/HSV71°20.25%61.96%
CMYK3.80%0.00%20.25%
38.04%

Color #989E7E in popluar number systems.

HEX989E7E
Decimal152158126
Binary10011000100111101111110
Octal230236176

Shades and tints

Shades of #989E7E

#989E7E
(152,158,126)
#8B9073
(139,144,115)
#7E8268
(126,130,104)
#71745D
(113,116,93)
#646652
(100,102,82)
#575847
(87,88,71)
#4A4A3C
(74,74,60)
#3D3C31
(61,60,49)
#302E26
(48,46,38)
#23201B
(35,32,27)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #989E7E

#989E7E
(152,158,126)
#A1A689
(161,166,137)
#AAAE94
(170,174,148)
#B3B69F
(179,182,159)
#BCBEAA
(188,190,170)
#C5C6B5
(197,198,181)
#CECEC0
(206,206,192)
#D7D6CB
(215,214,203)
#E0DED6
(224,222,214)
#E9E6E1
(233,230,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989E7E; }

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

This text font color is #989E7E.


Background Color

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

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

This div background color is #989E7E.


Border color

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

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

This div border color is #989E7E.


Opacity

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

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

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

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

This text has shadow with #989E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989E7E on black background.


Color preview on white background

This text has color #989E7E on white background.



Black color preview on #989E7E background

This text has black color on #989E7E background.


White color preview on #989E7E background

This text has white color on #989E7E background.