COLOR #989C6C

HEX: #989C6C RGB: (152,156,108)

Color info

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

RGB color model

#989C6C color RGB value is (152,156,108).

RGB: (152,156,108) (60%, 61%, 42%)

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 108 of 255 = 42%

152
156
108

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

Portions of RGB colors in percentages

R + G + B = 152 + 156 + 108 = 416 (100%)
R 152 of 416 ~ 36.54%
G 156 of 416 ~ 37.5%
B 108 of 416 ~ 25.96'%

%36.54
%37.5
%25.96

CMYK color model

#989C6C color CMYK value is (3,0,31,39).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 38.82%

CMYK: (3,0,31,39)
C3M0Y31K39 (3%, 0%, 31%, 39%)
(0.03 / 0.00 / 0.31 / 0.39)

CMYK percentages

%2.56
%0
%30.77
%38.82

Codes

Color #989C6C in popluar color models

98 9C 6C
RGB 152 156 108
HSL 65° 19.51% 51.76%
HSB/HSV 65° 30.77% 61.18%
CMYK 2.56% 0.00% 30.77%
38.82%

Color #989C6C in popluar number systems.

HEX 98 9C 6C
Decimal 152 156 108
Binary 10011000 10011100 1101100
Octal 230 234 154

Shades and tints

Shades of #989C6C

#989C6C
(152,156,108)
#8B8E63
(139,142,99)
#7E805A
(126,128,90)
#717251
(113,114,81)
#646448
(100,100,72)
#57563F
(87,86,63)
#4A4836
(74,72,54)
#3D3A2D
(61,58,45)
#302C24
(48,44,36)
#231E1B
(35,30,27)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #989C6C

#989C6C
(152,156,108)
#A1A579
(161,165,121)
#AAAE86
(170,174,134)
#B3B793
(179,183,147)
#BCC0A0
(188,192,160)
#C5C9AD
(197,201,173)
#CED2BA
(206,210,186)
#D7DBC7
(215,219,199)
#E0E4D4
(224,228,212)
#E9EDE1
(233,237,225)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989C6C; }

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

This text font color is #989C6C.

Background Color

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

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

This div background color is #989C6C.

Border color

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

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

This div border color is #989C6C.

Opacity

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

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

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

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

This text has shadow with #989C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989C6C.

Preview

Color preview on black background

This text has color #989C6C on black background.


Color preview on white background

This text has color #989C6C on white background.


Black color preview on #989C6C background

This text has black color on #989C6C background.


White color preview on #989C6C background

This text has white color on #989C6C background.


Related colors

Complementary color

Complementary color for #hex is #676393.


I love getcolorcode.com

Triadic colors

1 #6C989C and #9C6C98 with #989C6C are triadic colors.

2 #6C9C98 and #9C986C with #989C6C are triadic colors.