COLOR #969695

HEX: #969695
RGB: (150,150,149)

Color info

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

RGB color model

#969695 color RGB value is (150,150,149).

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

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 149 of 255 = 58%

150
150
149

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

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 149 = 449 (100%)
R 150 of 449 ~ 33.41%
G 150 of 449 ~ 33.41%
B 149 of 449 ~ 33.18%

%33.41
%33.41
%33.18

CMYK color model

#969695 color CMYK value is (0,0,1,41).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.67%
  • key color value is 41.18%
CMYK:
(0,0,1,41)
C0M0Y1K41 
(0%,0%,1%,41%)
(0.00/0.00/0.01/0.41)	

CMYK percentages

%0
%0
%0.67
%41.18

Codes

Color #969695 in popluar color models

969695
RGB150150149
HSL60°0.47%58.63%
HSB/HSV60°0.67%58.82%
CMYK0.00%0.00%0.67%
41.18%

Color #969695 in popluar number systems.

HEX969695
Decimal150150149
Binary100101101001011010010101
Octal226226225

Shades and tints

Shades of #969695

#969695
(150,150,149)
#898988
(137,137,136)
#7C7C7B
(124,124,123)
#6F6F6E
(111,111,110)
#626261
(98,98,97)
#555554
(85,85,84)
#484847
(72,72,71)
#3B3B3A
(59,59,58)
#2E2E2D
(46,46,45)
#212120
(33,33,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #969695

#969695
(150,150,149)
#9F9F9E
(159,159,158)
#A8A8A7
(168,168,167)
#B1B1B0
(177,177,176)
#BABAB9
(186,186,185)
#C3C3C2
(195,195,194)
#CCCCCB
(204,204,203)
#D5D5D4
(213,213,212)
#DEDEDD
(222,222,221)
#E7E7E6
(231,231,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969695; }

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

This text font color is #969695.


Background Color

.myBgColor { background-color: #969695; }

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

This div background color is #969695.


Border color

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

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

This div border color is #969695.


Opacity

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

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

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

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

This text has shadow with #969695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969695 on black background.


Color preview on white background

This text has color #969695 on white background.



Black color preview on #969695 background

This text has black color on #969695 background.


White color preview on #969695 background

This text has white color on #969695 background.