COLOR #989C79

HEX: #989C79
RGB: (152,156,121)

Color info

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

RGB color model

#989C79 color RGB value is (152,156,121).

  • red value is 152;
  • green value is 156;
  • blue value is 121.
RGB: (152,156,121) (60%,61%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 121 of 255 = 47%

152
156
121

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

Portions of RGB colors in percentages

R + G + B =
152 + 156 + 121 = 429 (100%)
R 152 of 429 ~ 35.43%
G 156 of 429 ~ 36.36%
B 121 of 429 ~ 28.21%

%35.43
%36.36
%28.21

CMYK color model

#989C79 color CMYK value is (3,0,22,39).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 22.44%
  • key color value is 38.82%
CMYK: (3,0,22,39) C3M0Y22K39 (3%,0%,22%,39%) (0.03/0.00/0.22/0.39)

CMYK percentages

%2.56
%0
%22.44
%38.82

Codes

Color #989C79 in popluar color models

989C79
RGB152156121
HSL67°15.02%54.31%
HSB/HSV67°22.44%61.18%
CMYK2.56%0.00%22.44%
38.82%

Color #989C79 in popluar number systems.

HEX989C79
Decimal152156121
Binary10011000100111001111001
Octal230234171

Shades and tints

Shades of #989C79

#989C79
(152,156,121)
#8B8E6E
(139,142,110)
#7E8063
(126,128,99)
#717258
(113,114,88)
#64644D
(100,100,77)
#575642
(87,86,66)
#4A4837
(74,72,55)
#3D3A2C
(61,58,44)
#302C21
(48,44,33)
#231E16
(35,30,22)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #989C79

#989C79
(152,156,121)
#A1A585
(161,165,133)
#AAAE91
(170,174,145)
#B3B79D
(179,183,157)
#BCC0A9
(188,192,169)
#C5C9B5
(197,201,181)
#CED2C1
(206,210,193)
#D7DBCD
(215,219,205)
#E0E4D9
(224,228,217)
#E9EDE5
(233,237,229)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989C79 color. Also use rgb(152,156,121) instead hex code.

Text Font Color

.myTextColor { color: #989C79; }

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

This text font color is #989C79.


Background Color

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

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

This div background color is #989C79.


Border color

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

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

This div border color is #989C79.


Opacity

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

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

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

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

This text has shadow with #989C79 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #989C79 on black background.


Color preview on white background

This text has color #989C79 on white background.



Black color preview on #989C79 background

This text has black color on #989C79 background.


White color preview on #989C79 background

This text has white color on #989C79 background.