COLOR #989995

HEX: #989995
RGB: (152,153,149)

Color info

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

RGB color model

#989995 color RGB value is (152,153,149).

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

RGB channels and saturation

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

152
153
149

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

Portions of RGB colors in percentages

R + G + B =
152 + 153 + 149 = 454 (100%)
R 152 of 454 ~ 33.48%
G 153 of 454 ~ 33.7%
B 149 of 454 ~ 32.82%

%33.48
%33.7
%32.82

CMYK color model

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

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

CMYK percentages

%0.65
%0
%2.61
%40

Codes

Color #989995 in popluar color models

989995
RGB152153149
HSL75°1.92%59.22%
HSB/HSV75°2.61%60.00%
CMYK0.65%0.00%2.61%
40.00%

Color #989995 in popluar number systems.

HEX989995
Decimal152153149
Binary100110001001100110010101
Octal230231225

Shades and tints

Shades of #989995

#989995
(152,153,149)
#8B8C88
(139,140,136)
#7E7F7B
(126,127,123)
#71726E
(113,114,110)
#646561
(100,101,97)
#575854
(87,88,84)
#4A4B47
(74,75,71)
#3D3E3A
(61,62,58)
#30312D
(48,49,45)
#232420
(35,36,32)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #989995

#989995
(152,153,149)
#A1A29E
(161,162,158)
#AAABA7
(170,171,167)
#B3B4B0
(179,180,176)
#BCBDB9
(188,189,185)
#C5C6C2
(197,198,194)
#CECFCB
(206,207,203)
#D7D8D4
(215,216,212)
#E0E1DD
(224,225,221)
#E9EAE6
(233,234,230)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989995; }

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

This text font color is #989995.


Background Color

.myBgColor { background-color: #989995; }

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

This div background color is #989995.


Border color

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

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

This div border color is #989995.


Opacity

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

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

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

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

This text has shadow with #989995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989995 on black background.


Color preview on white background

This text has color #989995 on white background.



Black color preview on #989995 background

This text has black color on #989995 background.


White color preview on #989995 background

This text has white color on #989995 background.