COLOR #989C68

HEX: #989C68 RGB: (152,156,104)

Color info

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

RGB color model

#989C68 color RGB value is (152,156,104).

RGB: (152,156,104) (60%, 61%, 41%)

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 104 of 255 = 41%

152
156
104

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

Portions of RGB colors in percentages

R + G + B = 152 + 156 + 104 = 412 (100%)
R 152 of 412 ~ 36.89%
G 156 of 412 ~ 37.86%
B 104 of 412 ~ 25.24'%

%36.89
%37.86
%25.24

CMYK color model

#989C68 color CMYK value is (3,0,33,39).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 38.82%
CMYK: (3,0,33,39) C3M0Y33K39 (3%,0%,33%,39%) (0.03/0.00/0.33/0.39) 

CMYK percentages

%2.56
%0
%33.33
%38.82

Codes

Color #989C68 in popluar color models

98 9C 68
RGB 152 156 104
HSL 65° 20.80% 50.98%
HSB/HSV 65° 33.33% 61.18%
CMYK 2.56% 0.00% 33.33%
38.82%

Color #989C68 in popluar number systems.

HEX 98 9C 68
Decimal 152 156 104
Binary 10011000 10011100 1101000
Octal 230 234 150

Shades and tints

Shades of #989C68

#989C68
(152,156,104)
#8B8E5F
(139,142,95)
#7E8056
(126,128,86)
#71724D
(113,114,77)
#646444
(100,100,68)
#57563B
(87,86,59)
#4A4832
(74,72,50)
#3D3A29
(61,58,41)
#302C20
(48,44,32)
#231E17
(35,30,23)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #989C68

#989C68
(152,156,104)
#A1A575
(161,165,117)
#AAAE82
(170,174,130)
#B3B78F
(179,183,143)
#BCC09C
(188,192,156)
#C5C9A9
(197,201,169)
#CED2B6
(206,210,182)
#D7DBC3
(215,219,195)
#E0E4D0
(224,228,208)
#E9EDDD
(233,237,221)
#F2F6EA
(242,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989C68; }

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

This text font color is #989C68.

Background Color

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

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

This div background color is #989C68.

Border color

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

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

This div border color is #989C68.

Opacity

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

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

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

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

This text has shadow with #989C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989C68.

Preview

Color preview on black background

This text has color #989C68 on black background.


Color preview on white background

This text has color #989C68 on white background.


Black color preview on #989C68 background

This text has black color on #989C68 background.


White color preview on #989C68 background

This text has white color on #989C68 background.


Related colors

Complementary color

Complementary color for #hex is #676397.


I love getcolorcode.com

Triadic colors

1 #68989C and #9C6898 with #989C68 are triadic colors.

2 #689C98 and #9C9868 with #989C68 are triadic colors.