COLOR #967EBE

HEX: #967EBE RGB: (150,126,190)

Color info

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

RGB color model

#967EBE color RGB value is (150,126,190).

RGB: (150,126,190) (59%, 49%, 75%)

RGB channels and saturation

R 150 of 255 = 59%
G 126 of 255 = 49%
B 190 of 255 = 75%

150
126
190

R + G + B ~ 61%. #967EBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 126 + 190 = 466 (100%)
R 150 of 466 ~ 32.19%
G 126 of 466 ~ 27.04%
B 190 of 466 ~ 40.77'%

%32.19
%27.04
%40.77

CMYK color model

#967EBE color CMYK value is (21,34,0,25).

  • cyan value is 21.05%
  • magenta value is 33.68%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (21,34,0,25)
C21M34Y0K25 (21%, 34%, 0%, 25%)
(0.21 / 0.34 / 0.00 / 0.25)

CMYK percentages

%21.05
%33.68
%0
%25.49

Codes

Color #967EBE in popluar color models

96 7E BE
RGB 150 126 190
HSL 263° 32.99% 61.96%
HSB/HSV 263° 33.68% 74.51%
CMYK 21.05% 33.68% 0.00%
25.49%

Color #967EBE in popluar number systems.

HEX 96 7E BE
Decimal 150 126 190
Binary 10010110 1111110 10111110
Octal 226 176 276

Shades and tints

Shades of #967EBE

#967EBE
(150,126,190)
#8973AD
(137,115,173)
#7C689C
(124,104,156)
#6F5D8B
(111,93,139)
#62527A
(98,82,122)
#554769
(85,71,105)
#483C58
(72,60,88)
#3B3147
(59,49,71)
#2E2636
(46,38,54)
#211B25
(33,27,37)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #967EBE

#967EBE
(150,126,190)
#9F89C3
(159,137,195)
#A894C8
(168,148,200)
#B19FCD
(177,159,205)
#BAAAD2
(186,170,210)
#C3B5D7
(195,181,215)
#CCC0DC
(204,192,220)
#D5CBE1
(213,203,225)
#DED6E6
(222,214,230)
#E7E1EB
(231,225,235)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967EBE color. Also use rgb(150,126,190) instead hex code.

Text Font Color

.myTextColor { color: #967EBE; }

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

This text font color is #967EBE.

Background Color

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

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

This div background color is #967EBE.

Border color

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

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

This div border color is #967EBE.

Opacity

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

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

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

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

This text has shadow with #967EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967EBE.

Preview

Color preview on black background

This text has color #967EBE on black background.


Color preview on white background

This text has color #967EBE on white background.


Black color preview on #967EBE background

This text has black color on #967EBE background.


White color preview on #967EBE background

This text has white color on #967EBE background.


Related colors

Complementary color

Complementary color for #hex is #698141.


I love getcolorcode.com

Triadic colors

1 #BE967E and #7EBE96 with #967EBE are triadic colors.

2 #BE7E96 and #7E96BE with #967EBE are triadic colors.