COLOR #96898D

HEX: #96898D
RGB: (150,137,141)

Color info

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

RGB color model

#96898D color RGB value is (150,137,141).

  • red value is 150;
  • green value is 137;
  • blue value is 141.
RGB:
(150,137,141)
(59%,54%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 137 of 255 = 54%
B 141 of 255 = 55%

150
137
141

R + G + B ~ 56%. #96898D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 137 + 141 = 428 (100%)
R 150 of 428 ~ 35.05%
G 137 of 428 ~ 32.01%
B 141 of 428 ~ 32.94%

%35.05
%32.01
%32.94

CMYK color model

#96898D color CMYK value is (0,9,6,41).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 6.00%
  • key color value is 41.18%
CMYK:
(0,9,6,41)
C0M9Y6K41 
(0%,9%,6%,41%)
(0.00/0.09/0.06/0.41)	

CMYK percentages

%0
%8.67
%6
%41.18

Codes

Color #96898D in popluar color models

96898D
RGB150137141
HSL342°5.83%56.27%
HSB/HSV342°8.67%58.82%
CMYK0.00%8.67%6.00%
41.18%

Color #96898D in popluar number systems.

HEX96898D
Decimal150137141
Binary100101101000100110001101
Octal226211215

Shades and tints

Shades of #96898D

#96898D
(150,137,141)
#897D81
(137,125,129)
#7C7175
(124,113,117)
#6F6569
(111,101,105)
#62595D
(98,89,93)
#554D51
(85,77,81)
#484145
(72,65,69)
#3B3539
(59,53,57)
#2E292D
(46,41,45)
#211D21
(33,29,33)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #96898D

#96898D
(150,137,141)
#9F9397
(159,147,151)
#A89DA1
(168,157,161)
#B1A7AB
(177,167,171)
#BAB1B5
(186,177,181)
#C3BBBF
(195,187,191)
#CCC5C9
(204,197,201)
#D5CFD3
(213,207,211)
#DED9DD
(222,217,221)
#E7E3E7
(231,227,231)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96898D color. Also use rgb(150,137,141) instead hex code.

Text Font Color

.myTextColor { color: #96898D; }

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

This text font color is #96898D.


Background Color

.myBgColor { background-color: #96898D; }

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

This div background color is #96898D.


Border color

.myBorderColor { border: 1px solid #96898D; }

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

This div border color is #96898D.


Opacity

.myOpacity80 { color: #96898D; opacity: 0.8; }

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

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

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

This text has shadow with #96898D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96898D on black background.


Color preview on white background

This text has color #96898D on white background.



Black color preview on #96898D background

This text has black color on #96898D background.


White color preview on #96898D background

This text has white color on #96898D background.