COLOR #967395

HEX: #967395
RGB: (150,115,149)

Color info

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

RGB color model

#967395 color RGB value is (150,115,149).

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

RGB channels and saturation

R 150 of 255 = 59%
G 115 of 255 = 45%
B 149 of 255 = 58%

150
115
149

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

Portions of RGB colors in percentages

R + G + B =
150 + 115 + 149 = 414 (100%)
R 150 of 414 ~ 36.23%
G 115 of 414 ~ 27.78%
B 149 of 414 ~ 35.99%

%36.23
%27.78
%35.99

CMYK color model

#967395 color CMYK value is (0,23,1,41).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 0.67%
  • key color value is 41.18%
CMYK:
(0,23,1,41)
C0M23Y1K41 
(0%,23%,1%,41%)
(0.00/0.23/0.01/0.41)	

CMYK percentages

%0
%23.33
%0.67
%41.18

Codes

Color #967395 in popluar color models

967395
RGB150115149
HSL302°14.29%51.96%
HSB/HSV302°23.33%58.82%
CMYK0.00%23.33%0.67%
41.18%

Color #967395 in popluar number systems.

HEX967395
Decimal150115149
Binary10010110111001110010101
Octal226163225

Shades and tints

Shades of #967395

#967395
(150,115,149)
#896988
(137,105,136)
#7C5F7B
(124,95,123)
#6F556E
(111,85,110)
#624B61
(98,75,97)
#554154
(85,65,84)
#483747
(72,55,71)
#3B2D3A
(59,45,58)
#2E232D
(46,35,45)
#211920
(33,25,32)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #967395

#967395
(150,115,149)
#9F7F9E
(159,127,158)
#A88BA7
(168,139,167)
#B197B0
(177,151,176)
#BAA3B9
(186,163,185)
#C3AFC2
(195,175,194)
#CCBBCB
(204,187,203)
#D5C7D4
(213,199,212)
#DED3DD
(222,211,221)
#E7DFE6
(231,223,230)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967395; }

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

This text font color is #967395.


Background Color

.myBgColor { background-color: #967395; }

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

This div background color is #967395.


Border color

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

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

This div border color is #967395.


Opacity

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

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

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

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

This text has shadow with #967395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967395 on black background.


Color preview on white background

This text has color #967395 on white background.



Black color preview on #967395 background

This text has black color on #967395 background.


White color preview on #967395 background

This text has white color on #967395 background.