COLOR #969C92

HEX: #969C92
RGB: (150,156,146)

Color info

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

RGB color model

#969C92 color RGB value is (150,156,146).

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

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 146 of 255 = 57%

150
156
146

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

Portions of RGB colors in percentages

R + G + B =
150 + 156 + 146 = 452 (100%)
R 150 of 452 ~ 33.19%
G 156 of 452 ~ 34.51%
B 146 of 452 ~ 32.3%

%33.19
%34.51
%32.3

CMYK color model

#969C92 color CMYK value is (4,0,6,39).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 38.82%
CMYK:
(4,0,6,39)
C4M0Y6K39 
(4%,0%,6%,39%)
(0.04/0.00/0.06/0.39)	

CMYK percentages

%3.85
%0
%6.41
%38.82

Codes

Color #969C92 in popluar color models

969C92
RGB150156146
HSL96°4.81%59.22%
HSB/HSV96°6.41%61.18%
CMYK3.85%0.00%6.41%
38.82%

Color #969C92 in popluar number systems.

HEX969C92
Decimal150156146
Binary100101101001110010010010
Octal226234222

Shades and tints

Shades of #969C92

#969C92
(150,156,146)
#898E85
(137,142,133)
#7C8078
(124,128,120)
#6F726B
(111,114,107)
#62645E
(98,100,94)
#555651
(85,86,81)
#484844
(72,72,68)
#3B3A37
(59,58,55)
#2E2C2A
(46,44,42)
#211E1D
(33,30,29)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #969C92

#969C92
(150,156,146)
#9FA59B
(159,165,155)
#A8AEA4
(168,174,164)
#B1B7AD
(177,183,173)
#BAC0B6
(186,192,182)
#C3C9BF
(195,201,191)
#CCD2C8
(204,210,200)
#D5DBD1
(213,219,209)
#DEE4DA
(222,228,218)
#E7EDE3
(231,237,227)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969C92; }

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

This text font color is #969C92.


Background Color

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

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

This div background color is #969C92.


Border color

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

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

This div border color is #969C92.


Opacity

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

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

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

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

This text has shadow with #969C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969C92 on black background.


Color preview on white background

This text has color #969C92 on white background.



Black color preview on #969C92 background

This text has black color on #969C92 background.


White color preview on #969C92 background

This text has white color on #969C92 background.