COLOR #967984

HEX: #967984
RGB: (150,121,132)

Color info

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

RGB color model

#967984 color RGB value is (150,121,132).

  • red value is 150;
  • green value is 121;
  • blue value is 132.
RGB:
(150,121,132)
(59%,47%,52%)

RGB channels and saturation

R 150 of 255 = 59%
G 121 of 255 = 47%
B 132 of 255 = 52%

150
121
132

R + G + B ~ 53%. #967984 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 121 + 132 = 403 (100%)
R 150 of 403 ~ 37.22%
G 121 of 403 ~ 30.02%
B 132 of 403 ~ 32.75%

%37.22
%30.02
%32.75

CMYK color model

#967984 color CMYK value is (0,19,12,41).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 12.00%
  • key color value is 41.18%
CMYK:
(0,19,12,41)
C0M19Y12K41 
(0%,19%,12%,41%)
(0.00/0.19/0.12/0.41)	

CMYK percentages

%0
%19.33
%12
%41.18

Codes

Color #967984 in popluar color models

967984
RGB150121132
HSL337°12.13%53.14%
HSB/HSV337°19.33%58.82%
CMYK0.00%19.33%12.00%
41.18%

Color #967984 in popluar number systems.

HEX967984
Decimal150121132
Binary10010110111100110000100
Octal226171204

Shades and tints

Shades of #967984

#967984
(150,121,132)
#896E78
(137,110,120)
#7C636C
(124,99,108)
#6F5860
(111,88,96)
#624D54
(98,77,84)
#554248
(85,66,72)
#48373C
(72,55,60)
#3B2C30
(59,44,48)
#2E2124
(46,33,36)
#211618
(33,22,24)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #967984

#967984
(150,121,132)
#9F858F
(159,133,143)
#A8919A
(168,145,154)
#B19DA5
(177,157,165)
#BAA9B0
(186,169,176)
#C3B5BB
(195,181,187)
#CCC1C6
(204,193,198)
#D5CDD1
(213,205,209)
#DED9DC
(222,217,220)
#E7E5E7
(231,229,231)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967984 color. Also use rgb(150,121,132) instead hex code.

Text Font Color

.myTextColor { color: #967984; }

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

This text font color is #967984.


Background Color

.myBgColor { background-color: #967984; }

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

This div background color is #967984.


Border color

.myBorderColor { border: 1px solid #967984; }

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

This div border color is #967984.


Opacity

.myOpacity80 { color: #967984; opacity: 0.8; }

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

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

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

This text has shadow with #967984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967984 on black background.


Color preview on white background

This text has color #967984 on white background.



Black color preview on #967984 background

This text has black color on #967984 background.


White color preview on #967984 background

This text has white color on #967984 background.