COLOR #96839D

HEX: #96839D
RGB: (150,131,157)

Color info

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

RGB color model

#96839D color RGB value is (150,131,157).

  • red value is 150;
  • green value is 131;
  • blue value is 157.
RGB:
(150,131,157)
(59%,51%,62%)

RGB channels and saturation

R 150 of 255 = 59%
G 131 of 255 = 51%
B 157 of 255 = 62%

150
131
157

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

Portions of RGB colors in percentages

R + G + B =
150 + 131 + 157 = 438 (100%)
R 150 of 438 ~ 34.25%
G 131 of 438 ~ 29.91%
B 157 of 438 ~ 35.84%

%34.25
%29.91
%35.84

CMYK color model

#96839D color CMYK value is (4,17,0,38).

  • cyan value is 4.46%
  • magenta value is 16.56%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(4,17,0,38)
C4M17Y0K38 
(4%,17%,0%,38%)
(0.04/0.17/0.00/0.38)	

CMYK percentages

%4.46
%16.56
%0
%38.43

Codes

Color #96839D in popluar color models

96839D
RGB150131157
HSL284°11.71%56.47%
HSB/HSV284°16.56%61.57%
CMYK4.46%16.56%0.00%
38.43%

Color #96839D in popluar number systems.

HEX96839D
Decimal150131157
Binary100101101000001110011101
Octal226203235

Shades and tints

Shades of #96839D

#96839D
(150,131,157)
#89788F
(137,120,143)
#7C6D81
(124,109,129)
#6F6273
(111,98,115)
#625765
(98,87,101)
#554C57
(85,76,87)
#484149
(72,65,73)
#3B363B
(59,54,59)
#2E2B2D
(46,43,45)
#21201F
(33,32,31)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #96839D

#96839D
(150,131,157)
#9F8EA5
(159,142,165)
#A899AD
(168,153,173)
#B1A4B5
(177,164,181)
#BAAFBD
(186,175,189)
#C3BAC5
(195,186,197)
#CCC5CD
(204,197,205)
#D5D0D5
(213,208,213)
#DEDBDD
(222,219,221)
#E7E6E5
(231,230,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96839D color. Also use rgb(150,131,157) instead hex code.

Text Font Color

.myTextColor { color: #96839D; }

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

This text font color is #96839D.


Background Color

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

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

This div background color is #96839D.


Border color

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

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

This div border color is #96839D.


Opacity

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

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

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

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

This text has shadow with #96839D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96839D on black background.


Color preview on white background

This text has color #96839D on white background.



Black color preview on #96839D background

This text has black color on #96839D background.


White color preview on #96839D background

This text has white color on #96839D background.