COLOR #969293

HEX: #969293 RGB: (150,146,147)

Color info

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

RGB color model

#969293 color RGB value is (150,146,147).

RGB: (150,146,147) (59%, 57%, 58%)

RGB channels and saturation

R 150 of 255 = 59%
G 146 of 255 = 57%
B 147 of 255 = 58%

150
146
147

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

Portions of RGB colors in percentages

R + G + B = 150 + 146 + 147 = 443 (100%)
R 150 of 443 ~ 33.86%
G 146 of 443 ~ 32.96%
B 147 of 443 ~ 33.18'%

%33.86
%32.96
%33.18

CMYK color model

#969293 color CMYK value is (0,3,2,41).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 2.00%
  • key color value is 41.18%

CMYK: (0,3,2,41)
C0M3Y2K41 (0%, 3%, 2%, 41%)
(0.00 / 0.03 / 0.02 / 0.41)

CMYK percentages

%0
%2.67
%2
%41.18

Codes

Color #969293 in popluar color models

96 92 93
RGB 150 146 147
HSL 345° 1.87% 58.04%
HSB/HSV 345° 2.67% 58.82%
CMYK 0.00% 2.67% 2.00%
41.18%

Color #969293 in popluar number systems.

HEX 96 92 93
Decimal 150 146 147
Binary 10010110 10010010 10010011
Octal 226 222 223

Shades and tints

Shades of #969293

#969293
(150,146,147)
#898586
(137,133,134)
#7C7879
(124,120,121)
#6F6B6C
(111,107,108)
#625E5F
(98,94,95)
#555152
(85,81,82)
#484445
(72,68,69)
#3B3738
(59,55,56)
#2E2A2B
(46,42,43)
#211D1E
(33,29,30)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #969293

#969293
(150,146,147)
#9F9B9C
(159,155,156)
#A8A4A5
(168,164,165)
#B1ADAE
(177,173,174)
#BAB6B7
(186,182,183)
#C3BFC0
(195,191,192)
#CCC8C9
(204,200,201)
#D5D1D2
(213,209,210)
#DEDADB
(222,218,219)
#E7E3E4
(231,227,228)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969293; }

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

This text font color is #969293.

Background Color

.myBgColor { background-color: #969293; }

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

This div background color is #969293.

Border color

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

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

This div border color is #969293.

Opacity

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

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

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

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

This text has shadow with #969293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969293.

Preview

Color preview on black background

This text has color #969293 on black background.


Color preview on white background

This text has color #969293 on white background.


Black color preview on #969293 background

This text has black color on #969293 background.


White color preview on #969293 background

This text has white color on #969293 background.


Related colors

Complementary color

Complementary color for #hex is #696D6C.


I love getcolorcode.com

Triadic colors

1 #939692 and #929396 with #969293 are triadic colors.

2 #939296 and #929693 with #969293 are triadic colors.