COLOR #989297

HEX: #989297
RGB: (152,146,151)

Color info

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

RGB color model

#989297 color RGB value is (152,146,151).

  • red value is 152;
  • green value is 146;
  • blue value is 151.
RGB:
(152,146,151)
(60%,57%,59%)

RGB channels and saturation

R 152 of 255 = 60%
G 146 of 255 = 57%
B 151 of 255 = 59%

152
146
151

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

Portions of RGB colors in percentages

R + G + B =
152 + 146 + 151 = 449 (100%)
R 152 of 449 ~ 33.85%
G 146 of 449 ~ 32.52%
B 151 of 449 ~ 33.63%

%33.85
%32.52
%33.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 0.66%
  • key color value is 40.39%
CMYK:
(0,4,1,40)
C0M4Y1K40 
(0%,4%,1%,40%)
(0.00/0.04/0.01/0.40)	

CMYK percentages

%0
%3.95
%0.66
%40.39

Codes

Color #989297 in popluar color models

989297
RGB152146151
HSL310°2.83%58.43%
HSB/HSV310°3.95%59.61%
CMYK0.00%3.95%0.66%
40.39%

Color #989297 in popluar number systems.

HEX989297
Decimal152146151
Binary100110001001001010010111
Octal230222227

Shades and tints

Shades of #989297

#989297
(152,146,151)
#8B858A
(139,133,138)
#7E787D
(126,120,125)
#716B70
(113,107,112)
#645E63
(100,94,99)
#575156
(87,81,86)
#4A4449
(74,68,73)
#3D373C
(61,55,60)
#302A2F
(48,42,47)
#231D22
(35,29,34)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #989297

#989297
(152,146,151)
#A19BA0
(161,155,160)
#AAA4A9
(170,164,169)
#B3ADB2
(179,173,178)
#BCB6BB
(188,182,187)
#C5BFC4
(197,191,196)
#CEC8CD
(206,200,205)
#D7D1D6
(215,209,214)
#E0DADF
(224,218,223)
#E9E3E8
(233,227,232)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989297; }

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

This text font color is #989297.


Background Color

.myBgColor { background-color: #989297; }

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

This div background color is #989297.


Border color

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

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

This div border color is #989297.


Opacity

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

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

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

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

This text has shadow with #989297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989297 on black background.


Color preview on white background

This text has color #989297 on white background.



Black color preview on #989297 background

This text has black color on #989297 background.


White color preview on #989297 background

This text has white color on #989297 background.