COLOR #989F6F

HEX: #989F6F
RGB: (152,159,111)

Color info

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

RGB color model

#989F6F color RGB value is (152,159,111).

  • red value is 152;
  • green value is 159;
  • blue value is 111.
RGB:
(152,159,111)
(60%,62%,44%)

RGB channels and saturation

R 152 of 255 = 60%
G 159 of 255 = 62%
B 111 of 255 = 44%

152
159
111

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

Portions of RGB colors in percentages

R + G + B =
152 + 159 + 111 = 422 (100%)
R 152 of 422 ~ 36.02%
G 159 of 422 ~ 37.68%
B 111 of 422 ~ 26.3%

%36.02
%37.68
%26.3

CMYK color model

#989F6F color CMYK value is (4,0,30,38).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 30.19%
  • key color value is 37.65%
CMYK:
(4,0,30,38)
C4M0Y30K38 
(4%,0%,30%,38%)
(0.04/0.00/0.30/0.38)	

CMYK percentages

%4.4
%0
%30.19
%37.65

Codes

Color #989F6F in popluar color models

989F6F
RGB152159111
HSL69°20.00%52.94%
HSB/HSV69°30.19%62.35%
CMYK4.40%0.00%30.19%
37.65%

Color #989F6F in popluar number systems.

HEX989F6F
Decimal152159111
Binary10011000100111111101111
Octal230237157

Shades and tints

Shades of #989F6F

#989F6F
(152,159,111)
#8B9165
(139,145,101)
#7E835B
(126,131,91)
#717551
(113,117,81)
#646747
(100,103,71)
#57593D
(87,89,61)
#4A4B33
(74,75,51)
#3D3D29
(61,61,41)
#302F1F
(48,47,31)
#232115
(35,33,21)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #989F6F

#989F6F
(152,159,111)
#A1A77C
(161,167,124)
#AAAF89
(170,175,137)
#B3B796
(179,183,150)
#BCBFA3
(188,191,163)
#C5C7B0
(197,199,176)
#CECFBD
(206,207,189)
#D7D7CA
(215,215,202)
#E0DFD7
(224,223,215)
#E9E7E4
(233,231,228)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989F6F color. Also use rgb(152,159,111) instead hex code.

Text Font Color

.myTextColor { color: #989F6F; }

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

This text font color is #989F6F.


Background Color

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

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

This div background color is #989F6F.


Border color

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

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

This div border color is #989F6F.


Opacity

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

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

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

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

This text has shadow with #989F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989F6F on black background.


Color preview on white background

This text has color #989F6F on white background.



Black color preview on #989F6F background

This text has black color on #989F6F background.


White color preview on #989F6F background

This text has white color on #989F6F background.