COLOR #967BA3

HEX: #967BA3 RGB: (150,123,163)

Color info

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

RGB color model

#967BA3 color RGB value is (150,123,163).

RGB: (150,123,163) (59%, 48%, 64%)

RGB channels and saturation

R 150 of 255 = 59%
G 123 of 255 = 48%
B 163 of 255 = 64%

150
123
163

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

Portions of RGB colors in percentages

R + G + B = 150 + 123 + 163 = 436 (100%)
R 150 of 436 ~ 34.4%
G 123 of 436 ~ 28.21%
B 163 of 436 ~ 37.39'%

%34.4
%28.21
%37.39

CMYK color model

#967BA3 color CMYK value is (8,25,0,36).

  • cyan value is 7.98%
  • magenta value is 24.54%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (8,25,0,36)
C8M25Y0K36 (8%, 25%, 0%, 36%)
(0.08 / 0.25 / 0.00 / 0.36)

CMYK percentages

%7.98
%24.54
%0
%36.08

Codes

Color #967BA3 in popluar color models

96 7B A3
RGB 150 123 163
HSL 281° 17.86% 56.08%
HSB/HSV 281° 24.54% 63.92%
CMYK 7.98% 24.54% 0.00%
36.08%

Color #967BA3 in popluar number systems.

HEX 96 7B A3
Decimal 150 123 163
Binary 10010110 1111011 10100011
Octal 226 173 243

Shades and tints

Shades of #967BA3

#967BA3
(150,123,163)
#897095
(137,112,149)
#7C6587
(124,101,135)
#6F5A79
(111,90,121)
#624F6B
(98,79,107)
#55445D
(85,68,93)
#48394F
(72,57,79)
#3B2E41
(59,46,65)
#2E2333
(46,35,51)
#211825
(33,24,37)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #967BA3

#967BA3
(150,123,163)
#9F87AB
(159,135,171)
#A893B3
(168,147,179)
#B19FBB
(177,159,187)
#BAABC3
(186,171,195)
#C3B7CB
(195,183,203)
#CCC3D3
(204,195,211)
#D5CFDB
(213,207,219)
#DEDBE3
(222,219,227)
#E7E7EB
(231,231,235)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967BA3; }

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

This text font color is #967BA3.

Background Color

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

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

This div background color is #967BA3.

Border color

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

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

This div border color is #967BA3.

Opacity

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

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

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

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

This text has shadow with #967BA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967BA3.

Preview

Color preview on black background

This text has color #967BA3 on black background.


Color preview on white background

This text has color #967BA3 on white background.


Black color preview on #967BA3 background

This text has black color on #967BA3 background.


White color preview on #967BA3 background

This text has white color on #967BA3 background.


Related colors

Complementary color

Complementary color for #hex is #69845C.


I love getcolorcode.com

Triadic colors

1 #A3967B and #7BA396 with #967BA3 are triadic colors.

2 #A37B96 and #7B96A3 with #967BA3 are triadic colors.