COLOR #967A8D

HEX: #967A8D RGB: (150,122,141)

Color info

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

RGB color model

#967A8D color RGB value is (150,122,141).

RGB: (150,122,141) (59%, 48%, 55%)

RGB channels and saturation

R 150 of 255 = 59%
G 122 of 255 = 48%
B 141 of 255 = 55%

150
122
141

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

Portions of RGB colors in percentages

R + G + B = 150 + 122 + 141 = 413 (100%)
R 150 of 413 ~ 36.32%
G 122 of 413 ~ 29.54%
B 141 of 413 ~ 34.14'%

%36.32
%29.54
%34.14

CMYK color model

#967A8D color CMYK value is (0,19,6,41).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 6.00%
  • key color value is 41.18%

CMYK: (0,19,6,41)
C0M19Y6K41 (0%, 19%, 6%, 41%)
(0.00 / 0.19 / 0.06 / 0.41)

CMYK percentages

%0
%18.67
%6
%41.18

Codes

Color #967A8D in popluar color models

96 7A 8D
RGB 150 122 141
HSL 319° 11.76% 53.33%
HSB/HSV 319° 18.67% 58.82%
CMYK 0.00% 18.67% 6.00%
41.18%

Color #967A8D in popluar number systems.

HEX 96 7A 8D
Decimal 150 122 141
Binary 10010110 1111010 10001101
Octal 226 172 215

Shades and tints

Shades of #967A8D

#967A8D
(150,122,141)
#896F81
(137,111,129)
#7C6475
(124,100,117)
#6F5969
(111,89,105)
#624E5D
(98,78,93)
#554351
(85,67,81)
#483845
(72,56,69)
#3B2D39
(59,45,57)
#2E222D
(46,34,45)
#211721
(33,23,33)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #967A8D

#967A8D
(150,122,141)
#9F8697
(159,134,151)
#A892A1
(168,146,161)
#B19EAB
(177,158,171)
#BAAAB5
(186,170,181)
#C3B6BF
(195,182,191)
#CCC2C9
(204,194,201)
#D5CED3
(213,206,211)
#DEDADD
(222,218,221)
#E7E6E7
(231,230,231)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967A8D color. Also use rgb(150,122,141) instead hex code.

Text Font Color

.myTextColor { color: #967A8D; }

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

This text font color is #967A8D.

Background Color

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

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

This div background color is #967A8D.

Border color

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

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

This div border color is #967A8D.

Opacity

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

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

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

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

This text has shadow with #967A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967A8D.

Preview

Color preview on black background

This text has color #967A8D on black background.


Color preview on white background

This text has color #967A8D on white background.


Black color preview on #967A8D background

This text has black color on #967A8D background.


White color preview on #967A8D background

This text has white color on #967A8D background.


Related colors

Complementary color

Complementary color for #hex is #698572.


I love getcolorcode.com

Triadic colors

1 #8D967A and #7A8D96 with #967A8D are triadic colors.

2 #8D7A96 and #7A968D with #967A8D are triadic colors.