COLOR #969294

HEX: #969294
RGB: (150,146,148)

Color info

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

RGB color model

#969294 color RGB value is (150,146,148).

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

RGB channels and saturation

R 150 of 255 = 59%
G 146 of 255 = 57%
B 148 of 255 = 58%

150
146
148

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

Portions of RGB colors in percentages

R + G + B =
150 + 146 + 148 = 444 (100%)
R 150 of 444 ~ 33.78%
G 146 of 444 ~ 32.88%
B 148 of 444 ~ 33.33%

%33.78
%32.88
%33.33

CMYK color model

#969294 color CMYK value is (0,3,1,41).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 1.33%
  • key color value is 41.18%
CMYK:
(0,3,1,41)
C0M3Y1K41 
(0%,3%,1%,41%)
(0.00/0.03/0.01/0.41)	

CMYK percentages

%0
%2.67
%1.33
%41.18

Codes

Color #969294 in popluar color models

969294
RGB150146148
HSL330°1.87%58.04%
HSB/HSV330°2.67%58.82%
CMYK0.00%2.67%1.33%
41.18%

Color #969294 in popluar number systems.

HEX969294
Decimal150146148
Binary100101101001001010010100
Octal226222224

Shades and tints

Shades of #969294

#969294
(150,146,148)
#898587
(137,133,135)
#7C787A
(124,120,122)
#6F6B6D
(111,107,109)
#625E60
(98,94,96)
#555153
(85,81,83)
#484446
(72,68,70)
#3B3739
(59,55,57)
#2E2A2C
(46,42,44)
#211D1F
(33,29,31)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #969294

#969294
(150,146,148)
#9F9B9D
(159,155,157)
#A8A4A6
(168,164,166)
#B1ADAF
(177,173,175)
#BAB6B8
(186,182,184)
#C3BFC1
(195,191,193)
#CCC8CA
(204,200,202)
#D5D1D3
(213,209,211)
#DEDADC
(222,218,220)
#E7E3E5
(231,227,229)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969294; }

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

This text font color is #969294.


Background Color

.myBgColor { background-color: #969294; }

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

This div background color is #969294.


Border color

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

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

This div border color is #969294.


Opacity

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

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

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

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

This text has shadow with #969294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969294 on black background.


Color preview on white background

This text has color #969294 on white background.



Black color preview on #969294 background

This text has black color on #969294 background.


White color preview on #969294 background

This text has white color on #969294 background.