COLOR #989B7B

HEX: #989B7B
RGB: (152,155,123)

Color info

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

RGB color model

#989B7B color RGB value is (152,155,123).

  • red value is 152;
  • green value is 155;
  • blue value is 123.
RGB:
(152,155,123)
(60%,61%,48%)

RGB channels and saturation

R 152 of 255 = 60%
G 155 of 255 = 61%
B 123 of 255 = 48%

152
155
123

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

Portions of RGB colors in percentages

R + G + B =
152 + 155 + 123 = 430 (100%)
R 152 of 430 ~ 35.35%
G 155 of 430 ~ 36.05%
B 123 of 430 ~ 28.6%

%35.35
%36.05
%28.6

CMYK color model

#989B7B color CMYK value is (2,0,21,39).

  • cyan value is 1.94%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 39.22%
CMYK:
(2,0,21,39)
C2M0Y21K39 
(2%,0%,21%,39%)
(0.02/0.00/0.21/0.39)	

CMYK percentages

%1.94
%0
%20.65
%39.22

Codes

Color #989B7B in popluar color models

989B7B
RGB152155123
HSL66°13.79%54.51%
HSB/HSV66°20.65%60.78%
CMYK1.94%0.00%20.65%
39.22%

Color #989B7B in popluar number systems.

HEX989B7B
Decimal152155123
Binary10011000100110111111011
Octal230233173

Shades and tints

Shades of #989B7B

#989B7B
(152,155,123)
#8B8D70
(139,141,112)
#7E7F65
(126,127,101)
#71715A
(113,113,90)
#64634F
(100,99,79)
#575544
(87,85,68)
#4A4739
(74,71,57)
#3D392E
(61,57,46)
#302B23
(48,43,35)
#231D18
(35,29,24)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #989B7B

#989B7B
(152,155,123)
#A1A487
(161,164,135)
#AAAD93
(170,173,147)
#B3B69F
(179,182,159)
#BCBFAB
(188,191,171)
#C5C8B7
(197,200,183)
#CED1C3
(206,209,195)
#D7DACF
(215,218,207)
#E0E3DB
(224,227,219)
#E9ECE7
(233,236,231)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989B7B color. Also use rgb(152,155,123) instead hex code.

Text Font Color

.myTextColor { color: #989B7B; }

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

This text font color is #989B7B.


Background Color

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

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

This div background color is #989B7B.


Border color

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

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

This div border color is #989B7B.


Opacity

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

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

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

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

This text has shadow with #989B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989B7B on black background.


Color preview on white background

This text has color #989B7B on white background.



Black color preview on #989B7B background

This text has black color on #989B7B background.


White color preview on #989B7B background

This text has white color on #989B7B background.