COLOR #969685

HEX: #969685
RGB: (150,150,133)

Color info

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

RGB color model

#969685 color RGB value is (150,150,133).

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

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 133 of 255 = 52%

150
150
133

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

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 133 = 433 (100%)
R 150 of 433 ~ 34.64%
G 150 of 433 ~ 34.64%
B 133 of 433 ~ 30.72%

%34.64
%34.64
%30.72

CMYK color model

#969685 color CMYK value is (0,0,11,41).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.33%
  • key color value is 41.18%
CMYK:
(0,0,11,41)
C0M0Y11K41 
(0%,0%,11%,41%)
(0.00/0.00/0.11/0.41)	

CMYK percentages

%0
%0
%11.33
%41.18

Codes

Color #969685 in popluar color models

969685
RGB150150133
HSL60°7.49%55.49%
HSB/HSV60°11.33%58.82%
CMYK0.00%0.00%11.33%
41.18%

Color #969685 in popluar number systems.

HEX969685
Decimal150150133
Binary100101101001011010000101
Octal226226205

Shades and tints

Shades of #969685

#969685
(150,150,133)
#898979
(137,137,121)
#7C7C6D
(124,124,109)
#6F6F61
(111,111,97)
#626255
(98,98,85)
#555549
(85,85,73)
#48483D
(72,72,61)
#3B3B31
(59,59,49)
#2E2E25
(46,46,37)
#212119
(33,33,25)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #969685

#969685
(150,150,133)
#9F9F90
(159,159,144)
#A8A89B
(168,168,155)
#B1B1A6
(177,177,166)
#BABAB1
(186,186,177)
#C3C3BC
(195,195,188)
#CCCCC7
(204,204,199)
#D5D5D2
(213,213,210)
#DEDEDD
(222,222,221)
#E7E7E8
(231,231,232)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969685; }

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

This text font color is #969685.


Background Color

.myBgColor { background-color: #969685; }

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

This div background color is #969685.


Border color

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

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

This div border color is #969685.


Opacity

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

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

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

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

This text has shadow with #969685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969685 on black background.


Color preview on white background

This text has color #969685 on white background.



Black color preview on #969685 background

This text has black color on #969685 background.


White color preview on #969685 background

This text has white color on #969685 background.