COLOR #989699

HEX: #989699
RGB: (152,150,153)

Color info

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

RGB color model

#989699 color RGB value is (152,150,153).

  • red value is 152;
  • green value is 150;
  • blue value is 153.
RGB:
(152,150,153)
(60%,59%,60%)

RGB channels and saturation

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

152
150
153

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

Portions of RGB colors in percentages

R + G + B =
152 + 150 + 153 = 455 (100%)
R 152 of 455 ~ 33.41%
G 150 of 455 ~ 32.97%
B 153 of 455 ~ 33.63%

%33.41
%32.97
%33.63

CMYK color model

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

  • cyan value is 0.65%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(1,2,0,40)
C1M2Y0K40 
(1%,2%,0%,40%)
(0.01/0.02/0.00/0.40)	

CMYK percentages

%0.65
%1.96
%0
%40

Codes

Color #989699 in popluar color models

989699
RGB152150153
HSL280°1.45%59.41%
HSB/HSV280°1.96%60.00%
CMYK0.65%1.96%0.00%
40.00%

Color #989699 in popluar number systems.

HEX989699
Decimal152150153
Binary100110001001011010011001
Octal230226231

Shades and tints

Shades of #989699

#989699
(152,150,153)
#8B898C
(139,137,140)
#7E7C7F
(126,124,127)
#716F72
(113,111,114)
#646265
(100,98,101)
#575558
(87,85,88)
#4A484B
(74,72,75)
#3D3B3E
(61,59,62)
#302E31
(48,46,49)
#232124
(35,33,36)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #989699

#989699
(152,150,153)
#A19FA2
(161,159,162)
#AAA8AB
(170,168,171)
#B3B1B4
(179,177,180)
#BCBABD
(188,186,189)
#C5C3C6
(197,195,198)
#CECCCF
(206,204,207)
#D7D5D8
(215,213,216)
#E0DEE1
(224,222,225)
#E9E7EA
(233,231,234)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989699; }

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

This text font color is #989699.


Background Color

.myBgColor { background-color: #989699; }

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

This div background color is #989699.


Border color

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

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

This div border color is #989699.


Opacity

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

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

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

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

This text has shadow with #989699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989699 on black background.


Color preview on white background

This text has color #989699 on white background.



Black color preview on #989699 background

This text has black color on #989699 background.


White color preview on #989699 background

This text has white color on #989699 background.