COLOR #96689D

HEX: #96689D RGB: (150,104,157)

Color info

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

RGB color model

#96689D color RGB value is (150,104,157).

RGB: (150,104,157) (59%, 41%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 104 of 255 = 41%
B 157 of 255 = 62%

150
104
157

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

Portions of RGB colors in percentages

R + G + B = 150 + 104 + 157 = 411 (100%)
R 150 of 411 ~ 36.5%
G 104 of 411 ~ 25.3%
B 157 of 411 ~ 38.2'%

%36.5
%25.3
%38.2

CMYK color model

#96689D color CMYK value is (4,34,0,38).

  • cyan value is 4.46%
  • magenta value is 33.76%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (4,34,0,38)
C4M34Y0K38 (4%, 34%, 0%, 38%)
(0.04 / 0.34 / 0.00 / 0.38)

CMYK percentages

%4.46
%33.76
%0
%38.43

Codes

Color #96689D in popluar color models

96 68 9D
RGB 150 104 157
HSL 292° 21.29% 51.18%
HSB/HSV 292° 33.76% 61.57%
CMYK 4.46% 33.76% 0.00%
38.43%

Color #96689D in popluar number systems.

HEX 96 68 9D
Decimal 150 104 157
Binary 10010110 1101000 10011101
Octal 226 150 235

Shades and tints

Shades of #96689D

#96689D
(150,104,157)
#895F8F
(137,95,143)
#7C5681
(124,86,129)
#6F4D73
(111,77,115)
#624465
(98,68,101)
#553B57
(85,59,87)
#483249
(72,50,73)
#3B293B
(59,41,59)
#2E202D
(46,32,45)
#21171F
(33,23,31)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #96689D

#96689D
(150,104,157)
#9F75A5
(159,117,165)
#A882AD
(168,130,173)
#B18FB5
(177,143,181)
#BA9CBD
(186,156,189)
#C3A9C5
(195,169,197)
#CCB6CD
(204,182,205)
#D5C3D5
(213,195,213)
#DED0DD
(222,208,221)
#E7DDE5
(231,221,229)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96689D; }

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

This text font color is #96689D.

Background Color

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

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

This div background color is #96689D.

Border color

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

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

This div border color is #96689D.

Opacity

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

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

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

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

This text has shadow with #96689D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96689D.

Preview

Color preview on black background

This text has color #96689D on black background.


Color preview on white background

This text has color #96689D on white background.


Black color preview on #96689D background

This text has black color on #96689D background.


White color preview on #96689D background

This text has white color on #96689D background.


Related colors

Complementary color

Complementary color for #hex is #699762.


I love getcolorcode.com

Triadic colors

1 #9D9668 and #689D96 with #96689D are triadic colors.

2 #9D6896 and #68969D with #96689D are triadic colors.