COLOR #967CA9

HEX: #967CA9 RGB: (150,124,169)

Color info

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

RGB color model

#967CA9 color RGB value is (150,124,169).

RGB: (150,124,169) (59%, 49%, 66%)

RGB channels and saturation

R 150 of 255 = 59%
G 124 of 255 = 49%
B 169 of 255 = 66%

150
124
169

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

Portions of RGB colors in percentages

R + G + B = 150 + 124 + 169 = 443 (100%)
R 150 of 443 ~ 33.86%
G 124 of 443 ~ 27.99%
B 169 of 443 ~ 38.15'%

%33.86
%27.99
%38.15

CMYK color model

#967CA9 color CMYK value is (11,27,0,34).

  • cyan value is 11.24%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK: (11,27,0,34) C11M27Y0K34 (11%,27%,0%,34%) (0.11/0.27/0.00/0.34) 

CMYK percentages

%11.24
%26.63
%0
%33.73

Codes

Color #967CA9 in popluar color models

96 7C A9
RGB 150 124 169
HSL 275° 20.74% 57.45%
HSB/HSV 275° 26.63% 66.27%
CMYK 11.24% 26.63% 0.00%
33.73%

Color #967CA9 in popluar number systems.

HEX 96 7C A9
Decimal 150 124 169
Binary 10010110 1111100 10101001
Octal 226 174 251

Shades and tints

Shades of #967CA9

#967CA9
(150,124,169)
#89719A
(137,113,154)
#7C668B
(124,102,139)
#6F5B7C
(111,91,124)
#62506D
(98,80,109)
#55455E
(85,69,94)
#483A4F
(72,58,79)
#3B2F40
(59,47,64)
#2E2431
(46,36,49)
#211922
(33,25,34)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #967CA9

#967CA9
(150,124,169)
#9F87B0
(159,135,176)
#A892B7
(168,146,183)
#B19DBE
(177,157,190)
#BAA8C5
(186,168,197)
#C3B3CC
(195,179,204)
#CCBED3
(204,190,211)
#D5C9DA
(213,201,218)
#DED4E1
(222,212,225)
#E7DFE8
(231,223,232)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967CA9; }

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

This text font color is #967CA9.

Background Color

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

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

This div background color is #967CA9.

Border color

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

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

This div border color is #967CA9.

Opacity

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

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

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

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

This text has shadow with #967CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967CA9.

Preview

Color preview on black background

This text has color #967CA9 on black background.


Color preview on white background

This text has color #967CA9 on white background.


Black color preview on #967CA9 background

This text has black color on #967CA9 background.


White color preview on #967CA9 background

This text has white color on #967CA9 background.


Related colors

Complementary color

Complementary color for #hex is #698356.


I love getcolorcode.com

Triadic colors

1 #A9967C and #7CA996 with #967CA9 are triadic colors.

2 #A97C96 and #7C96A9 with #967CA9 are triadic colors.