COLOR #989796

HEX: #989796 RGB: (152,151,150)

Color info

#989796 contains red, green and blue colors in about the same proportion. Web safe color of #989796 is #999999 (or #999).

RGB color model

#989796 color RGB value is (152,151,150).

RGB: (152,151,150) (60%, 59%, 59%)

RGB channels and saturation

R 152 of 255 = 60%
G 151 of 255 = 59%
B 150 of 255 = 59%

152
151
150

R + G + B ~ 59%. #989796 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 151 + 150 = 453 (100%)
R 152 of 453 ~ 33.55%
G 151 of 453 ~ 33.33%
B 150 of 453 ~ 33.11'%

%33.55
%33.33
%33.11

CMYK color model

#989796 color CMYK value is (0,1,1,40).

  • cyan value is 0.00%
  • magenta value is 0.66%
  • yellow value is 1.32%
  • key color value is 40.39%

CMYK: (0,1,1,40)
C0M1Y1K40 (0%, 1%, 1%, 40%)
(0.00 / 0.01 / 0.01 / 0.40)

CMYK percentages

%0
%0.66
%1.32
%40.39

Codes

Color #989796 in popluar color models

98 97 96
RGB 152 151 150
HSL 30° 0.96% 59.22%
HSB/HSV 30° 1.32% 59.61%
CMYK 0.00% 0.66% 1.32%
40.39%

Color #989796 in popluar number systems.

HEX 98 97 96
Decimal 152 151 150
Binary 10011000 10010111 10010110
Octal 230 227 226

Shades and tints

Shades of #989796

#989796
(152,151,150)
#8B8A89
(139,138,137)
#7E7D7C
(126,125,124)
#71706F
(113,112,111)
#646362
(100,99,98)
#575655
(87,86,85)
#4A4948
(74,73,72)
#3D3C3B
(61,60,59)
#302F2E
(48,47,46)
#232221
(35,34,33)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #989796

#989796
(152,151,150)
#A1A09F
(161,160,159)
#AAA9A8
(170,169,168)
#B3B2B1
(179,178,177)
#BCBBBA
(188,187,186)
#C5C4C3
(197,196,195)
#CECDCC
(206,205,204)
#D7D6D5
(215,214,213)
#E0DFDE
(224,223,222)
#E9E8E7
(233,232,231)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989796 color. Also use rgb(152,151,150) instead hex code.

Text Font Color

.myTextColor { color: #989796; }

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

This text font color is #989796.

Background Color

.myBgColor { background-color: #989796; }

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

This div background color is #989796.

Border color

.myBorderColor { border: 1px solid #989796; }

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

This div border color is #989796.

Opacity

.myOpacity80 { color: #989796; opacity: 0.8; }

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

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

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

This text has shadow with #989796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989796.

Preview

Color preview on black background

This text has color #989796 on black background.


Color preview on white background

This text has color #989796 on white background.


Black color preview on #989796 background

This text has black color on #989796 background.


White color preview on #989796 background

This text has white color on #989796 background.


Related colors

Complementary color

Complementary color for #hex is #676869.


I love getcolorcode.com

Triadic colors

1 #969897 and #979698 with #989796 are triadic colors.

2 #969798 and #979896 with #989796 are triadic colors.