COLOR #969879

HEX: #969879
RGB: (150,152,121)

Color info

#969879 contains red, green and blue colors in about the same proportion. Web safe color of #969879 is #999966 (or #996).

RGB color model

#969879 color RGB value is (150,152,121).

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

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 121 of 255 = 47%

150
152
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 152 + 121 = 423 (100%)
R 150 of 423 ~ 35.46%
G 152 of 423 ~ 35.93%
B 121 of 423 ~ 28.61%

%35.46
%35.93
%28.61

CMYK color model

#969879 color CMYK value is (1,0,20,40).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 40.39%
CMYK:
(1,0,20,40)
C1M0Y20K40 
(1%,0%,20%,40%)
(0.01/0.00/0.20/0.40)	

CMYK percentages

%1.32
%0
%20.39
%40.39

Codes

Color #969879 in popluar color models

969879
RGB150152121
HSL64°13.08%53.53%
HSB/HSV64°20.39%59.61%
CMYK1.32%0.00%20.39%
40.39%

Color #969879 in popluar number systems.

HEX969879
Decimal150152121
Binary10010110100110001111001
Octal226230171

Shades and tints

Shades of #969879

#969879
(150,152,121)
#898B6E
(137,139,110)
#7C7E63
(124,126,99)
#6F7158
(111,113,88)
#62644D
(98,100,77)
#555742
(85,87,66)
#484A37
(72,74,55)
#3B3D2C
(59,61,44)
#2E3021
(46,48,33)
#212316
(33,35,22)
#14160B
(20,22,11)
#000000
(0,0,0)

Tints of #969879

#969879
(150,152,121)
#9FA185
(159,161,133)
#A8AA91
(168,170,145)
#B1B39D
(177,179,157)
#BABCA9
(186,188,169)
#C3C5B5
(195,197,181)
#CCCEC1
(204,206,193)
#D5D7CD
(213,215,205)
#DEE0D9
(222,224,217)
#E7E9E5
(231,233,229)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969879; }

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

This text font color is #969879.


Background Color

.myBgColor { background-color: #969879; }

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

This div background color is #969879.


Border color

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

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

This div border color is #969879.


Opacity

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

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

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

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

This text has shadow with #969879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969879 on black background.


Color preview on white background

This text has color #969879 on white background.



Black color preview on #969879 background

This text has black color on #969879 background.


White color preview on #969879 background

This text has white color on #969879 background.