COLOR #969A94

HEX: #969A94
RGB: (150,154,148)

Color info

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

RGB color model

#969A94 color RGB value is (150,154,148).

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

RGB channels and saturation

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

150
154
148

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

Portions of RGB colors in percentages

R + G + B =
150 + 154 + 148 = 452 (100%)
R 150 of 452 ~ 33.19%
G 154 of 452 ~ 34.07%
B 148 of 452 ~ 32.74%

%33.19
%34.07
%32.74

CMYK color model

#969A94 color CMYK value is (3,0,4,40).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 39.61%
CMYK: (3,0,4,40) C3M0Y4K40 (3%,0%,4%,40%) (0.03/0.00/0.04/0.40)

CMYK percentages

%2.6
%0
%3.9
%39.61

Codes

Color #969A94 in popluar color models

969A94
RGB150154148
HSL100°2.88%59.22%
HSB/HSV100°3.90%60.39%
CMYK2.60%0.00%3.90%
39.61%

Color #969A94 in popluar number systems.

HEX969A94
Decimal150154148
Binary100101101001101010010100
Octal226232224

Shades and tints

Shades of #969A94

#969A94
(150,154,148)
#898C87
(137,140,135)
#7C7E7A
(124,126,122)
#6F706D
(111,112,109)
#626260
(98,98,96)
#555453
(85,84,83)
#484646
(72,70,70)
#3B3839
(59,56,57)
#2E2A2C
(46,42,44)
#211C1F
(33,28,31)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #969A94

#969A94
(150,154,148)
#9FA39D
(159,163,157)
#A8ACA6
(168,172,166)
#B1B5AF
(177,181,175)
#BABEB8
(186,190,184)
#C3C7C1
(195,199,193)
#CCD0CA
(204,208,202)
#D5D9D3
(213,217,211)
#DEE2DC
(222,226,220)
#E7EBE5
(231,235,229)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969A94; }

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

This text font color is #969A94.


Background Color

.myBgColor { background-color: #969A94; }

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

This div background color is #969A94.


Border color

.myBorderColor { border: 1px solid #969A94; }

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

This div border color is #969A94.


Opacity

.myOpacity80 { color: #969A94; opacity: 0.8; }

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

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

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

This text has shadow with #969A94 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #969A94 on black background.


Color preview on white background

This text has color #969A94 on white background.



Black color preview on #969A94 background

This text has black color on #969A94 background.


White color preview on #969A94 background

This text has white color on #969A94 background.