COLOR #967CB6

HEX: #967CB6
RGB: (150,124,182)

Color info

#967CB6 contains red, green and blue colors in about the same proportion. Web safe color of #967CB6 is #9966CC (or #96C).

RGB color model

#967CB6 color RGB value is (150,124,182).

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

RGB channels and saturation

R 150 of 255 = 59%
G 124 of 255 = 49%
B 182 of 255 = 71%

150
124
182

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

Portions of RGB colors in percentages

R + G + B =
150 + 124 + 182 = 456 (100%)
R 150 of 456 ~ 32.89%
G 124 of 456 ~ 27.19%
B 182 of 456 ~ 39.91%

%32.89
%27.19
%39.91

CMYK color model

#967CB6 color CMYK value is (18,32,0,29).

  • cyan value is 17.58%
  • magenta value is 31.87%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(18,32,0,29)
C18M32Y0K29 
(18%,32%,0%,29%)
(0.18/0.32/0.00/0.29)	

CMYK percentages

%17.58
%31.87
%0
%28.63

Codes

Color #967CB6 in popluar color models

967CB6
RGB150124182
HSL267°28.43%60.00%
HSB/HSV267°31.87%71.37%
CMYK17.58%31.87%0.00%
28.63%

Color #967CB6 in popluar number systems.

HEX967CB6
Decimal150124182
Binary10010110111110010110110
Octal226174266

Shades and tints

Shades of #967CB6

#967CB6
(150,124,182)
#8971A6
(137,113,166)
#7C6696
(124,102,150)
#6F5B86
(111,91,134)
#625076
(98,80,118)
#554566
(85,69,102)
#483A56
(72,58,86)
#3B2F46
(59,47,70)
#2E2436
(46,36,54)
#211926
(33,25,38)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #967CB6

#967CB6
(150,124,182)
#9F87BC
(159,135,188)
#A892C2
(168,146,194)
#B19DC8
(177,157,200)
#BAA8CE
(186,168,206)
#C3B3D4
(195,179,212)
#CCBEDA
(204,190,218)
#D5C9E0
(213,201,224)
#DED4E6
(222,212,230)
#E7DFEC
(231,223,236)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967CB6; }

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

This text font color is #967CB6.


Background Color

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

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

This div background color is #967CB6.


Border color

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

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

This div border color is #967CB6.


Opacity

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

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

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

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

This text has shadow with #967CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967CB6 on black background.


Color preview on white background

This text has color #967CB6 on white background.



Black color preview on #967CB6 background

This text has black color on #967CB6 background.


White color preview on #967CB6 background

This text has white color on #967CB6 background.