COLOR #989999

HEX: #989999
RGB: (152,153,153)

Color info

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

RGB color model

#989999 color RGB value is (152,153,153).

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

RGB channels and saturation

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

152
153
153

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

Portions of RGB colors in percentages

R + G + B =
152 + 153 + 153 = 458 (100%)
R 152 of 458 ~ 33.19%
G 153 of 458 ~ 33.41%
B 153 of 458 ~ 33.41%

%33.19
%33.41
%33.41

CMYK color model

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

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

CMYK percentages

%0.65
%0
%0
%40

Codes

Color #989999 in popluar color models

989999
RGB152153153
HSL180°0.49%59.80%
HSB/HSV180°0.65%60.00%
CMYK0.65%0.00%0.00%
40.00%

Color #989999 in popluar number systems.

HEX989999
Decimal152153153
Binary100110001001100110011001
Octal230231231

Shades and tints

Shades of #989999

#989999
(152,153,153)
#8B8C8C
(139,140,140)
#7E7F7F
(126,127,127)
#717272
(113,114,114)
#646565
(100,101,101)
#575858
(87,88,88)
#4A4B4B
(74,75,75)
#3D3E3E
(61,62,62)
#303131
(48,49,49)
#232424
(35,36,36)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #989999

#989999
(152,153,153)
#A1A2A2
(161,162,162)
#AAABAB
(170,171,171)
#B3B4B4
(179,180,180)
#BCBDBD
(188,189,189)
#C5C6C6
(197,198,198)
#CECFCF
(206,207,207)
#D7D8D8
(215,216,216)
#E0E1E1
(224,225,225)
#E9EAEA
(233,234,234)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989999; }

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

This text font color is #989999.


Background Color

.myBgColor { background-color: #989999; }

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

This div background color is #989999.


Border color

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

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

This div border color is #989999.


Opacity

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

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

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

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

This text has shadow with #989999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989999 on black background.


Color preview on white background

This text has color #989999 on white background.



Black color preview on #989999 background

This text has black color on #989999 background.


White color preview on #989999 background

This text has white color on #989999 background.