COLOR #969199

HEX: #969199
RGB: (150,145,153)

Color info

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

RGB color model

#969199 color RGB value is (150,145,153).

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

RGB channels and saturation

R 150 of 255 = 59%
G 145 of 255 = 57%
B 153 of 255 = 60%

150
145
153

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

Portions of RGB colors in percentages

R + G + B =
150 + 145 + 153 = 448 (100%)
R 150 of 448 ~ 33.48%
G 145 of 448 ~ 32.37%
B 153 of 448 ~ 34.15%

%33.48
%32.37
%34.15

CMYK color model

#969199 color CMYK value is (2,5,0,40).

  • cyan value is 1.96%
  • magenta value is 5.23%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(2,5,0,40)
C2M5Y0K40 
(2%,5%,0%,40%)
(0.02/0.05/0.00/0.40)	

CMYK percentages

%1.96
%5.23
%0
%40

Codes

Color #969199 in popluar color models

969199
RGB150145153
HSL278°3.77%58.43%
HSB/HSV278°5.23%60.00%
CMYK1.96%5.23%0.00%
40.00%

Color #969199 in popluar number systems.

HEX969199
Decimal150145153
Binary100101101001000110011001
Octal226221231

Shades and tints

Shades of #969199

#969199
(150,145,153)
#89848C
(137,132,140)
#7C777F
(124,119,127)
#6F6A72
(111,106,114)
#625D65
(98,93,101)
#555058
(85,80,88)
#48434B
(72,67,75)
#3B363E
(59,54,62)
#2E2931
(46,41,49)
#211C24
(33,28,36)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #969199

#969199
(150,145,153)
#9F9BA2
(159,155,162)
#A8A5AB
(168,165,171)
#B1AFB4
(177,175,180)
#BAB9BD
(186,185,189)
#C3C3C6
(195,195,198)
#CCCDCF
(204,205,207)
#D5D7D8
(213,215,216)
#DEE1E1
(222,225,225)
#E7EBEA
(231,235,234)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969199; }

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

This text font color is #969199.


Background Color

.myBgColor { background-color: #969199; }

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

This div background color is #969199.


Border color

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

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

This div border color is #969199.


Opacity

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

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

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

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

This text has shadow with #969199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969199 on black background.


Color preview on white background

This text has color #969199 on white background.



Black color preview on #969199 background

This text has black color on #969199 background.


White color preview on #969199 background

This text has white color on #969199 background.