COLOR #96829D

HEX: #96829D
RGB: (150,130,157)

Color info

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

RGB color model

#96829D color RGB value is (150,130,157).

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

RGB channels and saturation

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

150
130
157

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

Portions of RGB colors in percentages

R + G + B =
150 + 130 + 157 = 437 (100%)
R 150 of 437 ~ 34.32%
G 130 of 437 ~ 29.75%
B 157 of 437 ~ 35.93%

%34.32
%29.75
%35.93

CMYK color model

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

  • cyan value is 4.46%
  • magenta value is 17.20%
  • 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
%17.2
%0
%38.43

Codes

Color #96829D in popluar color models

96829D
RGB150130157
HSL284°12.11%56.27%
HSB/HSV284°17.20%61.57%
CMYK4.46%17.20%0.00%
38.43%

Color #96829D in popluar number systems.

HEX96829D
Decimal150130157
Binary100101101000001010011101
Octal226202235

Shades and tints

Shades of #96829D

#96829D
(150,130,157)
#89778F
(137,119,143)
#7C6C81
(124,108,129)
#6F6173
(111,97,115)
#625665
(98,86,101)
#554B57
(85,75,87)
#484049
(72,64,73)
#3B353B
(59,53,59)
#2E2A2D
(46,42,45)
#211F1F
(33,31,31)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #96829D

#96829D
(150,130,157)
#9F8DA5
(159,141,165)
#A898AD
(168,152,173)
#B1A3B5
(177,163,181)
#BAAEBD
(186,174,189)
#C3B9C5
(195,185,197)
#CCC4CD
(204,196,205)
#D5CFD5
(213,207,213)
#DEDADD
(222,218,221)
#E7E5E5
(231,229,229)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96829D; }

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

This text font color is #96829D.


Background Color

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

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

This div background color is #96829D.


Border color

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

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

This div border color is #96829D.


Opacity

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

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

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

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

This text has shadow with #96829D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96829D on black background.


Color preview on white background

This text has color #96829D on white background.



Black color preview on #96829D background

This text has black color on #96829D background.


White color preview on #96829D background

This text has white color on #96829D background.