COLOR #967CB2

HEX: #967CB2 RGB: (150,124,178)

Color info

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

RGB color model

#967CB2 color RGB value is (150,124,178).

RGB: (150,124,178) (59%, 49%, 70%)

RGB channels and saturation

R 150 of 255 = 59%
G 124 of 255 = 49%
B 178 of 255 = 70%

150
124
178

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

Portions of RGB colors in percentages

R + G + B = 150 + 124 + 178 = 452 (100%)
R 150 of 452 ~ 33.19%
G 124 of 452 ~ 27.43%
B 178 of 452 ~ 39.38'%

%33.19
%27.43
%39.38

CMYK color model

#967CB2 color CMYK value is (16,30,0,30).

  • cyan value is 15.73%
  • magenta value is 30.34%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (16,30,0,30)
C16M30Y0K30 (16%, 30%, 0%, 30%)
(0.16 / 0.30 / 0.00 / 0.30)

CMYK percentages

%15.73
%30.34
%0
%30.2

Codes

Color #967CB2 in popluar color models

96 7C B2
RGB 150 124 178
HSL 269° 25.96% 59.22%
HSB/HSV 269° 30.34% 69.80%
CMYK 15.73% 30.34% 0.00%
30.20%

Color #967CB2 in popluar number systems.

HEX 96 7C B2
Decimal 150 124 178
Binary 10010110 1111100 10110010
Octal 226 174 262

Shades and tints

Shades of #967CB2

#967CB2
(150,124,178)
#8971A2
(137,113,162)
#7C6692
(124,102,146)
#6F5B82
(111,91,130)
#625072
(98,80,114)
#554562
(85,69,98)
#483A52
(72,58,82)
#3B2F42
(59,47,66)
#2E2432
(46,36,50)
#211922
(33,25,34)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #967CB2

#967CB2
(150,124,178)
#9F87B9
(159,135,185)
#A892C0
(168,146,192)
#B19DC7
(177,157,199)
#BAA8CE
(186,168,206)
#C3B3D5
(195,179,213)
#CCBEDC
(204,190,220)
#D5C9E3
(213,201,227)
#DED4EA
(222,212,234)
#E7DFF1
(231,223,241)
#F0EAF8
(240,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967CB2; }

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

This text font color is #967CB2.

Background Color

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

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

This div background color is #967CB2.

Border color

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

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

This div border color is #967CB2.

Opacity

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

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

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

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

This text has shadow with #967CB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967CB2.

Preview

Color preview on black background

This text has color #967CB2 on black background.


Color preview on white background

This text has color #967CB2 on white background.


Black color preview on #967CB2 background

This text has black color on #967CB2 background.


White color preview on #967CB2 background

This text has white color on #967CB2 background.


Related colors

Complementary color

Complementary color for #hex is #69834D.


I love getcolorcode.com

Triadic colors

1 #B2967C and #7CB296 with #967CB2 are triadic colors.

2 #B27C96 and #7C96B2 with #967CB2 are triadic colors.