COLOR #969696

HEX: #969696
RGB: (150,150,150)

Renk bilgisi

#969696 contains red, green and blue colors in about the same proportion. #969696 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#969696 color RGB value is (150,150,150).

  • kırmız ton 150;
  • yeşil ton 150;
  • mavi ton 150.
RGB:
(150,150,150)
(59%,59%,59%)

RGB bağlantıları ve doygunluk

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

150
150
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 150 + 150 = 450 (100%)
R 150 of 450 ~ 33.33%
G 150 of 450 ~ 33.33%
B 150 of 450 ~ 33.33%

%33.33
%33.33
%33.33

CMYK RENK MODELİ

#969696 rengi CMYK tonu (0,0,0,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(0,0,0,41)
C0M0Y0K41 
(0%,0%,0%,41%)
(0.00/0.00/0.00/0.41)	

CMYK yüzdeleri

%0
%0
%0
%41.18

Codes

Color #969696 in popluar color models

969696
RGB150150150
HSL0.00%0.59%
HSB/HSV0.00%0.59%
CMYK0.00%0.00%0.00%
41.18%

Color #969696 in popluar number systems.

HEX969696
Decimal150150150
Binary100101101001011010010110
Octal226226226

Shades and tints

Shades of #969696

#969696
(150,150,150)
#898989
(137,137,137)
#7C7C7C
(124,124,124)
#6F6F6F
(111,111,111)
#626262
(98,98,98)
#555555
(85,85,85)
#484848
(72,72,72)
#3B3B3B
(59,59,59)
#2E2E2E
(46,46,46)
#212121
(33,33,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #969696

#969696
(150,150,150)
#9F9F9F
(159,159,159)
#A8A8A8
(168,168,168)
#B1B1B1
(177,177,177)
#BABABA
(186,186,186)
#C3C3C3
(195,195,195)
#CCCCCC
(204,204,204)
#D5D5D5
(213,213,213)
#DEDEDE
(222,222,222)
#E7E7E7
(231,231,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969696; }

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

This text font color is #969696.


Background Color

.myBgColor { background-color: #969696; }

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

This div background color is #969696.


Border color

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

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

This div border color is #969696.


Opacity

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

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

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

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

This text has shadow with #969696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969696 on black background.


Color preview on white background

This text has color #969696 on white background.



Black color preview on #969696 background

This text has black color on #969696 background.


White color preview on #969696 background

This text has white color on #969696 background.