COLOR #96759B

HEX: #96759B
RGB: (150,117,155)

Color info

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

RGB color model

#96759B color RGB value is (150,117,155).

  • red value is 150;
  • green value is 117;
  • blue value is 155.
RGB:
(150,117,155)
(59%,46%,61%)

RGB channels and saturation

R 150 of 255 = 59%
G 117 of 255 = 46%
B 155 of 255 = 61%

150
117
155

R + G + B ~ 55%. #96759B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 117 + 155 = 422 (100%)
R 150 of 422 ~ 35.55%
G 117 of 422 ~ 27.73%
B 155 of 422 ~ 36.73%

%35.55
%27.73
%36.73

CMYK color model

#96759B color CMYK value is (3,25,0,39).

  • cyan value is 3.23%
  • magenta value is 24.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(3,25,0,39)
C3M25Y0K39 
(3%,25%,0%,39%)
(0.03/0.25/0.00/0.39)	

CMYK percentages

%3.23
%24.52
%0
%39.22

Codes

Color #96759B in popluar color models

96759B
RGB150117155
HSL292°15.97%53.33%
HSB/HSV292°24.52%60.78%
CMYK3.23%24.52%0.00%
39.22%

Color #96759B in popluar number systems.

HEX96759B
Decimal150117155
Binary10010110111010110011011
Octal226165233

Shades and tints

Shades of #96759B

#96759B
(150,117,155)
#896B8D
(137,107,141)
#7C617F
(124,97,127)
#6F5771
(111,87,113)
#624D63
(98,77,99)
#554355
(85,67,85)
#483947
(72,57,71)
#3B2F39
(59,47,57)
#2E252B
(46,37,43)
#211B1D
(33,27,29)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #96759B

#96759B
(150,117,155)
#9F81A4
(159,129,164)
#A88DAD
(168,141,173)
#B199B6
(177,153,182)
#BAA5BF
(186,165,191)
#C3B1C8
(195,177,200)
#CCBDD1
(204,189,209)
#D5C9DA
(213,201,218)
#DED5E3
(222,213,227)
#E7E1EC
(231,225,236)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96759B color. Also use rgb(150,117,155) instead hex code.

Text Font Color

.myTextColor { color: #96759B; }

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

This text font color is #96759B.


Background Color

.myBgColor { background-color: #96759B; }

<div style="background-color:#96759B">Inner text</div>

This div background color is #96759B.


Border color

.myBorderColor { border: 1px solid #96759B; }

<div style="border:3px solid #96759B">Div</div>

This div border color is #96759B.


Opacity

.myOpacity80 { color: #96759B; opacity: 0.8; }

<p style="color:#96759B;opacity:0.8;">80%</p>

Text with #96759B 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 #96759B;}

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

This text has shadow with #96759B color.

.textShadow {text-shadow: 3px 3px 1px #96759B, 3px 3px 1px red;}

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

This text has shadow with #96759B primary color and red secondary color.


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

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

This text has shadow with #96759B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96759B on black background.


Color preview on white background

This text has color #96759B on white background.



Black color preview on #96759B background

This text has black color on #96759B background.


White color preview on #96759B background

This text has white color on #96759B background.