COLOR #967595

HEX: #967595
RGB: (150,117,149)

Color info

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

RGB color model

#967595 color RGB value is (150,117,149).

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

RGB channels and saturation

R 150 of 255 = 59%
G 117 of 255 = 46%
B 149 of 255 = 58%

150
117
149

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

Portions of RGB colors in percentages

R + G + B =
150 + 117 + 149 = 416 (100%)
R 150 of 416 ~ 36.06%
G 117 of 416 ~ 28.13%
B 149 of 416 ~ 35.82%

%36.06
%28.13
%35.82

CMYK color model

#967595 color CMYK value is (0,22,1,41).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 0.67%
  • key color value is 41.18%
CMYK:
(0,22,1,41)
C0M22Y1K41 
(0%,22%,1%,41%)
(0.00/0.22/0.01/0.41)	

CMYK percentages

%0
%22
%0.67
%41.18

Codes

Color #967595 in popluar color models

967595
RGB150117149
HSL302°13.58%52.35%
HSB/HSV302°22.00%58.82%
CMYK0.00%22.00%0.67%
41.18%

Color #967595 in popluar number systems.

HEX967595
Decimal150117149
Binary10010110111010110010101
Octal226165225

Shades and tints

Shades of #967595

#967595
(150,117,149)
#896B88
(137,107,136)
#7C617B
(124,97,123)
#6F576E
(111,87,110)
#624D61
(98,77,97)
#554354
(85,67,84)
#483947
(72,57,71)
#3B2F3A
(59,47,58)
#2E252D
(46,37,45)
#211B20
(33,27,32)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #967595

#967595
(150,117,149)
#9F819E
(159,129,158)
#A88DA7
(168,141,167)
#B199B0
(177,153,176)
#BAA5B9
(186,165,185)
#C3B1C2
(195,177,194)
#CCBDCB
(204,189,203)
#D5C9D4
(213,201,212)
#DED5DD
(222,213,221)
#E7E1E6
(231,225,230)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967595; }

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

This text font color is #967595.


Background Color

.myBgColor { background-color: #967595; }

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

This div background color is #967595.


Border color

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

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

This div border color is #967595.


Opacity

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

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

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

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

This text has shadow with #967595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967595 on black background.


Color preview on white background

This text has color #967595 on white background.



Black color preview on #967595 background

This text has black color on #967595 background.


White color preview on #967595 background

This text has white color on #967595 background.