COLOR #969996

HEX: #969996
RGB: (150,153,150)

Renk bilgisi

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

RGB renk modeli

#969996 color RGB value is (150,153,150).

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

RGB bağlantıları ve doygunluk

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

150
153
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 153 + 150 = 453 (100%)
R 150 of 453 ~ 33.11%
G 153 of 453 ~ 33.77%
B 150 of 453 ~ 33.11%

%33.11
%33.77
%33.11

CMYK RENK MODELİ

#969996 rengi CMYK tonu (2,0,2,40).

  • camgöbeği tonu 1.96%
  • eflatun tonu 0.00%
  • sarı tonu 1.96%
  • ana renk tonu 40.00%
CMYK:
(2,0,2,40)
C2M0Y2K40 
(2%,0%,2%,40%)
(0.02/0.00/0.02/0.40)	

CMYK yüzdeleri

%1.96
%0
%1.96
%40

Codes

Color #969996 in popluar color models

969996
RGB150153150
HSL120°1.45%59.41%
HSB/HSV120°1.96%60.00%
CMYK1.96%0.00%1.96%
40.00%

Color #969996 in popluar number systems.

HEX969996
Decimal150153150
Binary100101101001100110010110
Octal226231226

Shades and tints

Shades of #969996

#969996
(150,153,150)
#898C89
(137,140,137)
#7C7F7C
(124,127,124)
#6F726F
(111,114,111)
#626562
(98,101,98)
#555855
(85,88,85)
#484B48
(72,75,72)
#3B3E3B
(59,62,59)
#2E312E
(46,49,46)
#212421
(33,36,33)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #969996

#969996
(150,153,150)
#9FA29F
(159,162,159)
#A8ABA8
(168,171,168)
#B1B4B1
(177,180,177)
#BABDBA
(186,189,186)
#C3C6C3
(195,198,195)
#CCCFCC
(204,207,204)
#D5D8D5
(213,216,213)
#DEE1DE
(222,225,222)
#E7EAE7
(231,234,231)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969996; }

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

This text font color is #969996.


Background Color

.myBgColor { background-color: #969996; }

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

This div background color is #969996.


Border color

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

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

This div border color is #969996.


Opacity

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

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

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

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

This text has shadow with #969996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969996 on black background.


Color preview on white background

This text has color #969996 on white background.



Black color preview on #969996 background

This text has black color on #969996 background.


White color preview on #969996 background

This text has white color on #969996 background.