COLOR #967CC6

HEX: #967CC6
RGB: (150,124,198)

Color info

#967CC6 contains mainly red and blue colors. Web safe color of #967CC6 is #9966CC (or #96C).

RGB color model

#967CC6 color RGB value is (150,124,198).

  • red value is 150;
  • green value is 124;
  • blue value is 198.
RGB:
(150,124,198)
(59%,49%,78%)

RGB channels and saturation

R 150 of 255 = 59%
G 124 of 255 = 49%
B 198 of 255 = 78%

150
124
198

R + G + B ~ 62%. #967CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 124 + 198 = 472 (100%)
R 150 of 472 ~ 31.78%
G 124 of 472 ~ 26.27%
B 198 of 472 ~ 41.95%

%31.78
%26.27
%41.95

CMYK color model

#967CC6 color CMYK value is (24,37,0,22).

  • cyan value is 24.24%
  • magenta value is 37.37%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(24,37,0,22)
C24M37Y0K22 
(24%,37%,0%,22%)
(0.24/0.37/0.00/0.22)	

CMYK percentages

%24.24
%37.37
%0
%22.35

Codes

Color #967CC6 in popluar color models

967CC6
RGB150124198
HSL261°39.36%63.14%
HSB/HSV261°37.37%77.65%
CMYK24.24%37.37%0.00%
22.35%

Color #967CC6 in popluar number systems.

HEX967CC6
Decimal150124198
Binary10010110111110011000110
Octal226174306

Shades and tints

Shades of #967CC6

#967CC6
(150,124,198)
#8971B4
(137,113,180)
#7C66A2
(124,102,162)
#6F5B90
(111,91,144)
#62507E
(98,80,126)
#55456C
(85,69,108)
#483A5A
(72,58,90)
#3B2F48
(59,47,72)
#2E2436
(46,36,54)
#211924
(33,25,36)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #967CC6

#967CC6
(150,124,198)
#9F87CB
(159,135,203)
#A892D0
(168,146,208)
#B19DD5
(177,157,213)
#BAA8DA
(186,168,218)
#C3B3DF
(195,179,223)
#CCBEE4
(204,190,228)
#D5C9E9
(213,201,233)
#DED4EE
(222,212,238)
#E7DFF3
(231,223,243)
#F0EAF8
(240,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967CC6 color. Also use rgb(150,124,198) instead hex code.

Text Font Color

.myTextColor { color: #967CC6; }

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

This text font color is #967CC6.


Background Color

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

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

This div background color is #967CC6.


Border color

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

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

This div border color is #967CC6.


Opacity

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

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

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

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

This text has shadow with #967CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967CC6 on black background.


Color preview on white background

This text has color #967CC6 on white background.



Black color preview on #967CC6 background

This text has black color on #967CC6 background.


White color preview on #967CC6 background

This text has white color on #967CC6 background.