COLOR #967F9A

HEX: #967F9A
RGB: (150,127,154)

Color info

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

RGB color model

#967F9A color RGB value is (150,127,154).

  • red value is 150;
  • green value is 127;
  • blue value is 154.
RGB:
(150,127,154)
(59%,50%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 127 of 255 = 50%
B 154 of 255 = 60%

150
127
154

R + G + B ~ 56%. #967F9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 127 + 154 = 431 (100%)
R 150 of 431 ~ 34.8%
G 127 of 431 ~ 29.47%
B 154 of 431 ~ 35.73%

%34.8
%29.47
%35.73

CMYK color model

#967F9A color CMYK value is (3,18,0,40).

  • cyan value is 2.60%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(3,18,0,40)
C3M18Y0K40 
(3%,18%,0%,40%)
(0.03/0.18/0.00/0.40)	

CMYK percentages

%2.6
%17.53
%0
%39.61

Codes

Color #967F9A in popluar color models

967F9A
RGB150127154
HSL291°11.79%55.10%
HSB/HSV291°17.53%60.39%
CMYK2.60%17.53%0.00%
39.61%

Color #967F9A in popluar number systems.

HEX967F9A
Decimal150127154
Binary10010110111111110011010
Octal226177232

Shades and tints

Shades of #967F9A

#967F9A
(150,127,154)
#89748C
(137,116,140)
#7C697E
(124,105,126)
#6F5E70
(111,94,112)
#625362
(98,83,98)
#554854
(85,72,84)
#483D46
(72,61,70)
#3B3238
(59,50,56)
#2E272A
(46,39,42)
#211C1C
(33,28,28)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #967F9A

#967F9A
(150,127,154)
#9F8AA3
(159,138,163)
#A895AC
(168,149,172)
#B1A0B5
(177,160,181)
#BAABBE
(186,171,190)
#C3B6C7
(195,182,199)
#CCC1D0
(204,193,208)
#D5CCD9
(213,204,217)
#DED7E2
(222,215,226)
#E7E2EB
(231,226,235)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967F9A color. Also use rgb(150,127,154) instead hex code.

Text Font Color

.myTextColor { color: #967F9A; }

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

This text font color is #967F9A.


Background Color

.myBgColor { background-color: #967F9A; }

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

This div background color is #967F9A.


Border color

.myBorderColor { border: 1px solid #967F9A; }

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

This div border color is #967F9A.


Opacity

.myOpacity80 { color: #967F9A; opacity: 0.8; }

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

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

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

This text has shadow with #967F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967F9A on black background.


Color preview on white background

This text has color #967F9A on white background.



Black color preview on #967F9A background

This text has black color on #967F9A background.


White color preview on #967F9A background

This text has white color on #967F9A background.