COLOR #967FCE

HEX: #967FCE
RGB: (150,127,206)

Color info

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

RGB color model

#967FCE color RGB value is (150,127,206).

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

RGB channels and saturation

R 150 of 255 = 59%
G 127 of 255 = 50%
B 206 of 255 = 81%

150
127
206

R + G + B ~ 63%. #967FCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 127 + 206 = 483 (100%)
R 150 of 483 ~ 31.06%
G 127 of 483 ~ 26.29%
B 206 of 483 ~ 42.65%

%31.06
%26.29
%42.65

CMYK color model

#967FCE color CMYK value is (27,38,0,19).

  • cyan value is 27.18%
  • magenta value is 38.35%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(27,38,0,19)
C27M38Y0K19 
(27%,38%,0%,19%)
(0.27/0.38/0.00/0.19)	

CMYK percentages

%27.18
%38.35
%0
%19.22

Codes

Color #967FCE in popluar color models

967FCE
RGB150127206
HSL257°44.63%65.29%
HSB/HSV257°38.35%80.78%
CMYK27.18%38.35%0.00%
19.22%

Color #967FCE in popluar number systems.

HEX967FCE
Decimal150127206
Binary10010110111111111001110
Octal226177316

Shades and tints

Shades of #967FCE

#967FCE
(150,127,206)
#8974BC
(137,116,188)
#7C69AA
(124,105,170)
#6F5E98
(111,94,152)
#625386
(98,83,134)
#554874
(85,72,116)
#483D62
(72,61,98)
#3B3250
(59,50,80)
#2E273E
(46,39,62)
#211C2C
(33,28,44)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #967FCE

#967FCE
(150,127,206)
#9F8AD2
(159,138,210)
#A895D6
(168,149,214)
#B1A0DA
(177,160,218)
#BAABDE
(186,171,222)
#C3B6E2
(195,182,226)
#CCC1E6
(204,193,230)
#D5CCEA
(213,204,234)
#DED7EE
(222,215,238)
#E7E2F2
(231,226,242)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967FCE; }

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

This text font color is #967FCE.


Background Color

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

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

This div background color is #967FCE.


Border color

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

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

This div border color is #967FCE.


Opacity

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

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

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

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

This text has shadow with #967FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967FCE on black background.


Color preview on white background

This text has color #967FCE on white background.



Black color preview on #967FCE background

This text has black color on #967FCE background.


White color preview on #967FCE background

This text has white color on #967FCE background.