COLOR #989A6D

HEX: #989A6D
RGB: (152,154,109)

Color info

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

RGB color model

#989A6D color RGB value is (152,154,109).

  • red value is 152;
  • green value is 154;
  • blue value is 109.
RGB:
(152,154,109)
(60%,60%,43%)

RGB channels and saturation

R 152 of 255 = 60%
G 154 of 255 = 60%
B 109 of 255 = 43%

152
154
109

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

Portions of RGB colors in percentages

R + G + B =
152 + 154 + 109 = 415 (100%)
R 152 of 415 ~ 36.63%
G 154 of 415 ~ 37.11%
B 109 of 415 ~ 26.27%

%36.63
%37.11
%26.27

CMYK color model

#989A6D color CMYK value is (1,0,29,40).

  • cyan value is 1.30%
  • magenta value is 0.00%
  • yellow value is 29.22%
  • key color value is 39.61%
CMYK:
(1,0,29,40)
C1M0Y29K40 
(1%,0%,29%,40%)
(0.01/0.00/0.29/0.40)	

CMYK percentages

%1.3
%0
%29.22
%39.61

Codes

Color #989A6D in popluar color models

989A6D
RGB152154109
HSL63°18.22%51.57%
HSB/HSV63°29.22%60.39%
CMYK1.30%0.00%29.22%
39.61%

Color #989A6D in popluar number systems.

HEX989A6D
Decimal152154109
Binary10011000100110101101101
Octal230232155

Shades and tints

Shades of #989A6D

#989A6D
(152,154,109)
#8B8C64
(139,140,100)
#7E7E5B
(126,126,91)
#717052
(113,112,82)
#646249
(100,98,73)
#575440
(87,84,64)
#4A4637
(74,70,55)
#3D382E
(61,56,46)
#302A25
(48,42,37)
#231C1C
(35,28,28)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #989A6D

#989A6D
(152,154,109)
#A1A37A
(161,163,122)
#AAAC87
(170,172,135)
#B3B594
(179,181,148)
#BCBEA1
(188,190,161)
#C5C7AE
(197,199,174)
#CED0BB
(206,208,187)
#D7D9C8
(215,217,200)
#E0E2D5
(224,226,213)
#E9EBE2
(233,235,226)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989A6D color. Also use rgb(152,154,109) instead hex code.

Text Font Color

.myTextColor { color: #989A6D; }

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

This text font color is #989A6D.


Background Color

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

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

This div background color is #989A6D.


Border color

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

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

This div border color is #989A6D.


Opacity

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

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

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

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

This text has shadow with #989A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989A6D on black background.


Color preview on white background

This text has color #989A6D on white background.



Black color preview on #989A6D background

This text has black color on #989A6D background.


White color preview on #989A6D background

This text has white color on #989A6D background.