COLOR #967BA5

HEX: #967BA5 RGB: (150,123,165)

Color info

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

RGB color model

#967BA5 color RGB value is (150,123,165).

RGB: (150,123,165) (59%, 48%, 65%)

RGB channels and saturation

R 150 of 255 = 59%
G 123 of 255 = 48%
B 165 of 255 = 65%

150
123
165

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

Portions of RGB colors in percentages

R + G + B = 150 + 123 + 165 = 438 (100%)
R 150 of 438 ~ 34.25%
G 123 of 438 ~ 28.08%
B 165 of 438 ~ 37.67'%

%34.25
%28.08
%37.67

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 25.45%
  • 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
%25.45
%0
%35.29

Codes

Color #967BA5 in popluar color models

96 7B A5
RGB 150 123 165
HSL 279° 18.92% 56.47%
HSB/HSV 279° 25.45% 64.71%
CMYK 9.09% 25.45% 0.00%
35.29%

Color #967BA5 in popluar number systems.

HEX 96 7B A5
Decimal 150 123 165
Binary 10010110 1111011 10100101
Octal 226 173 245

Shades and tints

Shades of #967BA5

#967BA5
(150,123,165)
#897096
(137,112,150)
#7C6587
(124,101,135)
#6F5A78
(111,90,120)
#624F69
(98,79,105)
#55445A
(85,68,90)
#48394B
(72,57,75)
#3B2E3C
(59,46,60)
#2E232D
(46,35,45)
#21181E
(33,24,30)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #967BA5

#967BA5
(150,123,165)
#9F87AD
(159,135,173)
#A893B5
(168,147,181)
#B19FBD
(177,159,189)
#BAABC5
(186,171,197)
#C3B7CD
(195,183,205)
#CCC3D5
(204,195,213)
#D5CFDD
(213,207,221)
#DEDBE5
(222,219,229)
#E7E7ED
(231,231,237)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967BA5; }

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

This text font color is #967BA5.

Background Color

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

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

This div background color is #967BA5.

Border color

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

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

This div border color is #967BA5.

Opacity

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

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

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

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

This text has shadow with #967BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967BA5.

Preview

Color preview on black background

This text has color #967BA5 on black background.


Color preview on white background

This text has color #967BA5 on white background.


Black color preview on #967BA5 background

This text has black color on #967BA5 background.


White color preview on #967BA5 background

This text has white color on #967BA5 background.


Related colors

Complementary color

Complementary color for #hex is #69845A.


I love getcolorcode.com

Triadic colors

1 #A5967B and #7BA596 with #967BA5 are triadic colors.

2 #A57B96 and #7B96A5 with #967BA5 are triadic colors.