COLOR #967CA5

HEX: #967CA5
RGB: (150,124,165)

Color info

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

RGB color model

#967CA5 color RGB value is (150,124,165).

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

RGB channels and saturation

R 150 of 255 = 59%
G 124 of 255 = 49%
B 165 of 255 = 65%

150
124
165

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

Portions of RGB colors in percentages

R + G + B =
150 + 124 + 165 = 439 (100%)
R 150 of 439 ~ 34.17%
G 124 of 439 ~ 28.25%
B 165 of 439 ~ 37.59%

%34.17
%28.25
%37.59

CMYK color model

#967CA5 color CMYK value is (9,25,0,35).

  • cyan value is 9.09%
  • magenta value is 24.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(9,25,0,35)
C9M25Y0K35 
(9%,25%,0%,35%)
(0.09/0.25/0.00/0.35)	

CMYK percentages

%9.09
%24.85
%0
%35.29

Codes

Color #967CA5 in popluar color models

967CA5
RGB150124165
HSL278°18.55%56.67%
HSB/HSV278°24.85%64.71%
CMYK9.09%24.85%0.00%
35.29%

Color #967CA5 in popluar number systems.

HEX967CA5
Decimal150124165
Binary10010110111110010100101
Octal226174245

Shades and tints

Shades of #967CA5

#967CA5
(150,124,165)
#897196
(137,113,150)
#7C6687
(124,102,135)
#6F5B78
(111,91,120)
#625069
(98,80,105)
#55455A
(85,69,90)
#483A4B
(72,58,75)
#3B2F3C
(59,47,60)
#2E242D
(46,36,45)
#21191E
(33,25,30)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #967CA5

#967CA5
(150,124,165)
#9F87AD
(159,135,173)
#A892B5
(168,146,181)
#B19DBD
(177,157,189)
#BAA8C5
(186,168,197)
#C3B3CD
(195,179,205)
#CCBED5
(204,190,213)
#D5C9DD
(213,201,221)
#DED4E5
(222,212,229)
#E7DFED
(231,223,237)
#F0EAF5
(240,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967CA5; }

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

This text font color is #967CA5.


Background Color

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

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

This div background color is #967CA5.


Border color

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

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

This div border color is #967CA5.


Opacity

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

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

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

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

This text has shadow with #967CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967CA5 on black background.


Color preview on white background

This text has color #967CA5 on white background.



Black color preview on #967CA5 background

This text has black color on #967CA5 background.


White color preview on #967CA5 background

This text has white color on #967CA5 background.