COLOR #967296

HEX: #967296
RGB: (150,114,150)

Color info

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

RGB color model

#967296 color RGB value is (150,114,150).

  • red value is 150;
  • green value is 114;
  • blue value is 150.
RGB:
(150,114,150)
(59%,45%,59%)

RGB channels and saturation

R 150 of 255 = 59%
G 114 of 255 = 45%
B 150 of 255 = 59%

150
114
150

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

Portions of RGB colors in percentages

R + G + B =
150 + 114 + 150 = 414 (100%)
R 150 of 414 ~ 36.23%
G 114 of 414 ~ 27.54%
B 150 of 414 ~ 36.23%

%36.23
%27.54
%36.23

CMYK color model

#967296 color CMYK value is (0,24,0,41).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(0,24,0,41)
C0M24Y0K41 
(0%,24%,0%,41%)
(0.00/0.24/0.00/0.41)	

CMYK percentages

%0
%24
%0
%41.18

Codes

Color #967296 in popluar color models

967296
RGB150114150
HSL300°14.63%51.76%
HSB/HSV300°24.00%58.82%
CMYK0.00%24.00%0.00%
41.18%

Color #967296 in popluar number systems.

HEX967296
Decimal150114150
Binary10010110111001010010110
Octal226162226

Shades and tints

Shades of #967296

#967296
(150,114,150)
#896889
(137,104,137)
#7C5E7C
(124,94,124)
#6F546F
(111,84,111)
#624A62
(98,74,98)
#554055
(85,64,85)
#483648
(72,54,72)
#3B2C3B
(59,44,59)
#2E222E
(46,34,46)
#211821
(33,24,33)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #967296

#967296
(150,114,150)
#9F7E9F
(159,126,159)
#A88AA8
(168,138,168)
#B196B1
(177,150,177)
#BAA2BA
(186,162,186)
#C3AEC3
(195,174,195)
#CCBACC
(204,186,204)
#D5C6D5
(213,198,213)
#DED2DE
(222,210,222)
#E7DEE7
(231,222,231)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967296 color. Also use rgb(150,114,150) instead hex code.

Text Font Color

.myTextColor { color: #967296; }

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

This text font color is #967296.


Background Color

.myBgColor { background-color: #967296; }

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

This div background color is #967296.


Border color

.myBorderColor { border: 1px solid #967296; }

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

This div border color is #967296.


Opacity

.myOpacity80 { color: #967296; opacity: 0.8; }

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

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

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

This text has shadow with #967296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967296 on black background.


Color preview on white background

This text has color #967296 on white background.



Black color preview on #967296 background

This text has black color on #967296 background.


White color preview on #967296 background

This text has white color on #967296 background.