COLOR #96789D

HEX: #96789D RGB: (150,120,157)

Color info

#96789D contains red, green and blue colors in about the same proportion. Web safe color of #96789D is #996699 (or #969).

RGB color model

#96789D color RGB value is (150,120,157).

RGB: (150,120,157) (59%, 47%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 120 of 255 = 47%
B 157 of 255 = 62%

150
120
157

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

Portions of RGB colors in percentages

R + G + B = 150 + 120 + 157 = 427 (100%)
R 150 of 427 ~ 35.13%
G 120 of 427 ~ 28.1%
B 157 of 427 ~ 36.77'%

%35.13
%28.1
%36.77

CMYK color model

#96789D color CMYK value is (4,24,0,38).

  • cyan value is 4.46%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (4,24,0,38) C4M24Y0K38 (4%,24%,0%,38%) (0.04/0.24/0.00/0.38) 

CMYK percentages

%4.46
%23.57
%0
%38.43

Codes

Color #96789D in popluar color models

96 78 9D
RGB 150 120 157
HSL 289° 15.88% 54.31%
HSB/HSV 289° 23.57% 61.57%
CMYK 4.46% 23.57% 0.00%
38.43%

Color #96789D in popluar number systems.

HEX 96 78 9D
Decimal 150 120 157
Binary 10010110 1111000 10011101
Octal 226 170 235

Shades and tints

Shades of #96789D

#96789D
(150,120,157)
#896E8F
(137,110,143)
#7C6481
(124,100,129)
#6F5A73
(111,90,115)
#625065
(98,80,101)
#554657
(85,70,87)
#483C49
(72,60,73)
#3B323B
(59,50,59)
#2E282D
(46,40,45)
#211E1F
(33,30,31)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #96789D

#96789D
(150,120,157)
#9F84A5
(159,132,165)
#A890AD
(168,144,173)
#B19CB5
(177,156,181)
#BAA8BD
(186,168,189)
#C3B4C5
(195,180,197)
#CCC0CD
(204,192,205)
#D5CCD5
(213,204,213)
#DED8DD
(222,216,221)
#E7E4E5
(231,228,229)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96789D; }

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

This text font color is #96789D.

Background Color

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

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

This div background color is #96789D.

Border color

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

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

This div border color is #96789D.

Opacity

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

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

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

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

This text has shadow with #96789D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96789D.

Preview

Color preview on black background

This text has color #96789D on black background.


Color preview on white background

This text has color #96789D on white background.


Black color preview on #96789D background

This text has black color on #96789D background.


White color preview on #96789D background

This text has white color on #96789D background.


Related colors

Complementary color

Complementary color for #hex is #698762.


I love getcolorcode.com

Triadic colors

1 #9D9678 and #789D96 with #96789D are triadic colors.

2 #9D7896 and #78969D with #96789D are triadic colors.