COLOR #949C96

HEX: #949C96
RGB: (148,156,150)

Color info

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

RGB color model

#949C96 color RGB value is (148,156,150).

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

RGB channels and saturation

R 148 of 255 = 58%
G 156 of 255 = 61%
B 150 of 255 = 59%

148
156
150

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

Portions of RGB colors in percentages

R + G + B =
148 + 156 + 150 = 454 (100%)
R 148 of 454 ~ 32.6%
G 156 of 454 ~ 34.36%
B 150 of 454 ~ 33.04%

%32.6
%34.36
%33.04

CMYK color model

#949C96 color CMYK value is (5,0,4,39).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 38.82%
CMYK:
(5,0,4,39)
C5M0Y4K39 
(5%,0%,4%,39%)
(0.05/0.00/0.04/0.39)	

CMYK percentages

%5.13
%0
%3.85
%38.82

Codes

Color #949C96 in popluar color models

949C96
RGB148156150
HSL135°3.88%59.61%
HSB/HSV135°5.13%61.18%
CMYK5.13%0.00%3.85%
38.82%

Color #949C96 in popluar number systems.

HEX949C96
Decimal148156150
Binary100101001001110010010110
Octal224234226

Shades and tints

Shades of #949C96

#949C96
(148,156,150)
#878E89
(135,142,137)
#7A807C
(122,128,124)
#6D726F
(109,114,111)
#606462
(96,100,98)
#535655
(83,86,85)
#464848
(70,72,72)
#393A3B
(57,58,59)
#2C2C2E
(44,44,46)
#1F1E21
(31,30,33)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #949C96

#949C96
(148,156,150)
#9DA59F
(157,165,159)
#A6AEA8
(166,174,168)
#AFB7B1
(175,183,177)
#B8C0BA
(184,192,186)
#C1C9C3
(193,201,195)
#CAD2CC
(202,210,204)
#D3DBD5
(211,219,213)
#DCE4DE
(220,228,222)
#E5EDE7
(229,237,231)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949C96; }

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

This text font color is #949C96.


Background Color

.myBgColor { background-color: #949C96; }

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

This div background color is #949C96.


Border color

.myBorderColor { border: 1px solid #949C96; }

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

This div border color is #949C96.


Opacity

.myOpacity80 { color: #949C96; opacity: 0.8; }

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

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

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

This text has shadow with #949C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949C96 on black background.


Color preview on white background

This text has color #949C96 on white background.



Black color preview on #949C96 background

This text has black color on #949C96 background.


White color preview on #949C96 background

This text has white color on #949C96 background.