COLOR #96859D

HEX: #96859D RGB: (150,133,157)

Color info

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

RGB color model

#96859D color RGB value is (150,133,157).

RGB: (150,133,157) (59%, 52%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 157 of 255 = 62%

150
133
157

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

Portions of RGB colors in percentages

R + G + B = 150 + 133 + 157 = 440 (100%)
R 150 of 440 ~ 34.09%
G 133 of 440 ~ 30.23%
B 157 of 440 ~ 35.68'%

%34.09
%30.23
%35.68

CMYK color model

#96859D color CMYK value is (4,15,0,38).

  • cyan value is 4.46%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (4,15,0,38) C4M15Y0K38 (4%,15%,0%,38%) (0.04/0.15/0.00/0.38) 

CMYK percentages

%4.46
%15.29
%0
%38.43

Codes

Color #96859D in popluar color models

96 85 9D
RGB 150 133 157
HSL 283° 10.91% 56.86%
HSB/HSV 283° 15.29% 61.57%
CMYK 4.46% 15.29% 0.00%
38.43%

Color #96859D in popluar number systems.

HEX 96 85 9D
Decimal 150 133 157
Binary 10010110 10000101 10011101
Octal 226 205 235

Shades and tints

Shades of #96859D

#96859D
(150,133,157)
#89798F
(137,121,143)
#7C6D81
(124,109,129)
#6F6173
(111,97,115)
#625565
(98,85,101)
#554957
(85,73,87)
#483D49
(72,61,73)
#3B313B
(59,49,59)
#2E252D
(46,37,45)
#21191F
(33,25,31)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #96859D

#96859D
(150,133,157)
#9F90A5
(159,144,165)
#A89BAD
(168,155,173)
#B1A6B5
(177,166,181)
#BAB1BD
(186,177,189)
#C3BCC5
(195,188,197)
#CCC7CD
(204,199,205)
#D5D2D5
(213,210,213)
#DEDDDD
(222,221,221)
#E7E8E5
(231,232,229)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96859D; }

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

This text font color is #96859D.

Background Color

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

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

This div background color is #96859D.

Border color

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

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

This div border color is #96859D.

Opacity

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

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

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

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

This text has shadow with #96859D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96859D.

Preview

Color preview on black background

This text has color #96859D on black background.


Color preview on white background

This text has color #96859D on white background.


Black color preview on #96859D background

This text has black color on #96859D background.


White color preview on #96859D background

This text has white color on #96859D background.


Related colors

Complementary color

Complementary color for #hex is #697A62.


I love getcolorcode.com

Triadic colors

1 #9D9685 and #859D96 with #96859D are triadic colors.

2 #9D8596 and #85969D with #96859D are triadic colors.