COLOR #969399

HEX: #969399
RGB: (150,147,153)

Color info

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

RGB color model

#969399 color RGB value is (150,147,153).

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

RGB channels and saturation

R 150 of 255 = 59%
G 147 of 255 = 58%
B 153 of 255 = 60%

150
147
153

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

Portions of RGB colors in percentages

R + G + B =
150 + 147 + 153 = 450 (100%)
R 150 of 450 ~ 33.33%
G 147 of 450 ~ 32.67%
B 153 of 450 ~ 34%

%33.33
%32.67
%34

CMYK color model

#969399 color CMYK value is (2,4,0,40).

  • cyan value is 1.96%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(2,4,0,40)
C2M4Y0K40 
(2%,4%,0%,40%)
(0.02/0.04/0.00/0.40)	

CMYK percentages

%1.96
%3.92
%0
%40

Codes

Color #969399 in popluar color models

969399
RGB150147153
HSL270°2.86%58.82%
HSB/HSV270°3.92%60.00%
CMYK1.96%3.92%0.00%
40.00%

Color #969399 in popluar number systems.

HEX969399
Decimal150147153
Binary100101101001001110011001
Octal226223231

Shades and tints

Shades of #969399

#969399
(150,147,153)
#89868C
(137,134,140)
#7C797F
(124,121,127)
#6F6C72
(111,108,114)
#625F65
(98,95,101)
#555258
(85,82,88)
#48454B
(72,69,75)
#3B383E
(59,56,62)
#2E2B31
(46,43,49)
#211E24
(33,30,36)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #969399

#969399
(150,147,153)
#9F9CA2
(159,156,162)
#A8A5AB
(168,165,171)
#B1AEB4
(177,174,180)
#BAB7BD
(186,183,189)
#C3C0C6
(195,192,198)
#CCC9CF
(204,201,207)
#D5D2D8
(213,210,216)
#DEDBE1
(222,219,225)
#E7E4EA
(231,228,234)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969399 color. Also use rgb(150,147,153) instead hex code.

Text Font Color

.myTextColor { color: #969399; }

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

This text font color is #969399.


Background Color

.myBgColor { background-color: #969399; }

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

This div background color is #969399.


Border color

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

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

This div border color is #969399.


Opacity

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

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

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

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

This text has shadow with #969399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969399 on black background.


Color preview on white background

This text has color #969399 on white background.



Black color preview on #969399 background

This text has black color on #969399 background.


White color preview on #969399 background

This text has white color on #969399 background.