COLOR #969878

HEX: #969878
RGB: (150,152,120)

Color info

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

RGB color model

#969878 color RGB value is (150,152,120).

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

RGB channels and saturation

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

150
152
120

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

Portions of RGB colors in percentages

R + G + B =
150 + 152 + 120 = 422 (100%)
R 150 of 422 ~ 35.55%
G 152 of 422 ~ 36.02%
B 120 of 422 ~ 28.44%

%35.55
%36.02
%28.44

CMYK color model

#969878 color CMYK value is (1,0,21,40).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 40.39%
CMYK:
(1,0,21,40)
C1M0Y21K40 
(1%,0%,21%,40%)
(0.01/0.00/0.21/0.40)	

CMYK percentages

%1.32
%0
%21.05
%40.39

Codes

Color #969878 in popluar color models

969878
RGB150152120
HSL64°13.45%53.33%
HSB/HSV64°21.05%59.61%
CMYK1.32%0.00%21.05%
40.39%

Color #969878 in popluar number systems.

HEX969878
Decimal150152120
Binary10010110100110001111000
Octal226230170

Shades and tints

Shades of #969878

#969878
(150,152,120)
#898B6E
(137,139,110)
#7C7E64
(124,126,100)
#6F715A
(111,113,90)
#626450
(98,100,80)
#555746
(85,87,70)
#484A3C
(72,74,60)
#3B3D32
(59,61,50)
#2E3028
(46,48,40)
#21231E
(33,35,30)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #969878

#969878
(150,152,120)
#9FA184
(159,161,132)
#A8AA90
(168,170,144)
#B1B39C
(177,179,156)
#BABCA8
(186,188,168)
#C3C5B4
(195,197,180)
#CCCEC0
(204,206,192)
#D5D7CC
(213,215,204)
#DEE0D8
(222,224,216)
#E7E9E4
(231,233,228)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969878; }

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

This text font color is #969878.


Background Color

.myBgColor { background-color: #969878; }

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

This div background color is #969878.


Border color

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

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

This div border color is #969878.


Opacity

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

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

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

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

This text has shadow with #969878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969878 on black background.


Color preview on white background

This text has color #969878 on white background.



Black color preview on #969878 background

This text has black color on #969878 background.


White color preview on #969878 background

This text has white color on #969878 background.