COLOR #96709B

HEX: #96709B
RGB: (150,112,155)

Color info

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

RGB color model

#96709B color RGB value is (150,112,155).

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

RGB channels and saturation

R 150 of 255 = 59%
G 112 of 255 = 44%
B 155 of 255 = 61%

150
112
155

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

Portions of RGB colors in percentages

R + G + B =
150 + 112 + 155 = 417 (100%)
R 150 of 417 ~ 35.97%
G 112 of 417 ~ 26.86%
B 155 of 417 ~ 37.17%

%35.97
%26.86
%37.17

CMYK color model

#96709B color CMYK value is (3,28,0,39).

  • cyan value is 3.23%
  • magenta value is 27.74%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(3,28,0,39)
C3M28Y0K39 
(3%,28%,0%,39%)
(0.03/0.28/0.00/0.39)	

CMYK percentages

%3.23
%27.74
%0
%39.22

Codes

Color #96709B in popluar color models

96709B
RGB150112155
HSL293°17.70%52.35%
HSB/HSV293°27.74%60.78%
CMYK3.23%27.74%0.00%
39.22%

Color #96709B in popluar number systems.

HEX96709B
Decimal150112155
Binary10010110111000010011011
Octal226160233

Shades and tints

Shades of #96709B

#96709B
(150,112,155)
#89668D
(137,102,141)
#7C5C7F
(124,92,127)
#6F5271
(111,82,113)
#624863
(98,72,99)
#553E55
(85,62,85)
#483447
(72,52,71)
#3B2A39
(59,42,57)
#2E202B
(46,32,43)
#21161D
(33,22,29)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #96709B

#96709B
(150,112,155)
#9F7DA4
(159,125,164)
#A88AAD
(168,138,173)
#B197B6
(177,151,182)
#BAA4BF
(186,164,191)
#C3B1C8
(195,177,200)
#CCBED1
(204,190,209)
#D5CBDA
(213,203,218)
#DED8E3
(222,216,227)
#E7E5EC
(231,229,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96709B; }

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

This text font color is #96709B.


Background Color

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

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

This div background color is #96709B.


Border color

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

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

This div border color is #96709B.


Opacity

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

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

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

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

This text has shadow with #96709B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96709B on black background.


Color preview on white background

This text has color #96709B on white background.



Black color preview on #96709B background

This text has black color on #96709B background.


White color preview on #96709B background

This text has white color on #96709B background.