COLOR #989495

HEX: #989495
RGB: (152,148,149)

Color info

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

RGB color model

#989495 color RGB value is (152,148,149).

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

RGB channels and saturation

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

152
148
149

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

Portions of RGB colors in percentages

R + G + B =
152 + 148 + 149 = 449 (100%)
R 152 of 449 ~ 33.85%
G 148 of 449 ~ 32.96%
B 149 of 449 ~ 33.18%

%33.85
%32.96
%33.18

CMYK color model

#989495 color CMYK value is (0,3,2,40).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 1.97%
  • key color value is 40.39%
CMYK:
(0,3,2,40)
C0M3Y2K40 
(0%,3%,2%,40%)
(0.00/0.03/0.02/0.40)	

CMYK percentages

%0
%2.63
%1.97
%40.39

Codes

Color #989495 in popluar color models

989495
RGB152148149
HSL345°1.90%58.82%
HSB/HSV345°2.63%59.61%
CMYK0.00%2.63%1.97%
40.39%

Color #989495 in popluar number systems.

HEX989495
Decimal152148149
Binary100110001001010010010101
Octal230224225

Shades and tints

Shades of #989495

#989495
(152,148,149)
#8B8788
(139,135,136)
#7E7A7B
(126,122,123)
#716D6E
(113,109,110)
#646061
(100,96,97)
#575354
(87,83,84)
#4A4647
(74,70,71)
#3D393A
(61,57,58)
#302C2D
(48,44,45)
#231F20
(35,31,32)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #989495

#989495
(152,148,149)
#A19D9E
(161,157,158)
#AAA6A7
(170,166,167)
#B3AFB0
(179,175,176)
#BCB8B9
(188,184,185)
#C5C1C2
(197,193,194)
#CECACB
(206,202,203)
#D7D3D4
(215,211,212)
#E0DCDD
(224,220,221)
#E9E5E6
(233,229,230)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989495; }

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

This text font color is #989495.


Background Color

.myBgColor { background-color: #989495; }

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

This div background color is #989495.


Border color

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

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

This div border color is #989495.


Opacity

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

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

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

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

This text has shadow with #989495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989495 on black background.


Color preview on white background

This text has color #989495 on white background.



Black color preview on #989495 background

This text has black color on #989495 background.


White color preview on #989495 background

This text has white color on #989495 background.