COLOR #969894

HEX: #969894
RGB: (150,152,148)

Color info

#969894 contains red, green and blue colors in about the same proportion. Web safe color of #969894 is #999999 (or #999).

RGB color model

#969894 color RGB value is (150,152,148).

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

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 148 of 255 = 58%

150
152
148

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

Portions of RGB colors in percentages

R + G + B =
150 + 152 + 148 = 450 (100%)
R 150 of 450 ~ 33.33%
G 152 of 450 ~ 33.78%
B 148 of 450 ~ 32.89%

%33.33
%33.78
%32.89

CMYK color model

#969894 color CMYK value is (1,0,3,40).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 40.39%
CMYK:
(1,0,3,40)
C1M0Y3K40 
(1%,0%,3%,40%)
(0.01/0.00/0.03/0.40)	

CMYK percentages

%1.32
%0
%2.63
%40.39

Codes

Color #969894 in popluar color models

969894
RGB150152148
HSL90°1.90%58.82%
HSB/HSV90°2.63%59.61%
CMYK1.32%0.00%2.63%
40.39%

Color #969894 in popluar number systems.

HEX969894
Decimal150152148
Binary100101101001100010010100
Octal226230224

Shades and tints

Shades of #969894

#969894
(150,152,148)
#898B87
(137,139,135)
#7C7E7A
(124,126,122)
#6F716D
(111,113,109)
#626460
(98,100,96)
#555753
(85,87,83)
#484A46
(72,74,70)
#3B3D39
(59,61,57)
#2E302C
(46,48,44)
#21231F
(33,35,31)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #969894

#969894
(150,152,148)
#9FA19D
(159,161,157)
#A8AAA6
(168,170,166)
#B1B3AF
(177,179,175)
#BABCB8
(186,188,184)
#C3C5C1
(195,197,193)
#CCCECA
(204,206,202)
#D5D7D3
(213,215,211)
#DEE0DC
(222,224,220)
#E7E9E5
(231,233,229)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969894; }

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

This text font color is #969894.


Background Color

.myBgColor { background-color: #969894; }

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

This div background color is #969894.


Border color

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

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

This div border color is #969894.


Opacity

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

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

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

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

This text has shadow with #969894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969894 on black background.


Color preview on white background

This text has color #969894 on white background.



Black color preview on #969894 background

This text has black color on #969894 background.


White color preview on #969894 background

This text has white color on #969894 background.