COLOR #9696A6

HEX: #9696A6
RGB: (150,150,166)

Renk bilgisi

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

RGB renk modeli

#9696A6 color RGB value is (150,150,166).

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

RGB bağlantıları ve doygunluk

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

150
150
166

R + G + B ~ 61%. #9696A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 150 + 166 = 466 (100%)
R 150 of 466 ~ 32.19%
G 150 of 466 ~ 32.19%
B 166 of 466 ~ 35.62%

%32.19
%32.19
%35.62

CMYK RENK MODELİ

#9696A6 rengi CMYK tonu (10,10,0,35).

  • camgöbeği tonu 9.64%
  • eflatun tonu 9.64%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(10,10,0,35)
C10M10Y0K35 
(10%,10%,0%,35%)
(0.10/0.10/0.00/0.35)	

CMYK yüzdeleri

%9.64
%9.64
%0
%34.9

Codes

Color #9696A6 in popluar color models

9696A6
RGB150150166
HSL240°8.25%61.96%
HSB/HSV240°9.64%65.10%
CMYK9.64%9.64%0.00%
34.90%

Color #9696A6 in popluar number systems.

HEX9696A6
Decimal150150166
Binary100101101001011010100110
Octal226226246

Shades and tints

Shades of #9696A6

#9696A6
(150,150,166)
#898997
(137,137,151)
#7C7C88
(124,124,136)
#6F6F79
(111,111,121)
#62626A
(98,98,106)
#55555B
(85,85,91)
#48484C
(72,72,76)
#3B3B3D
(59,59,61)
#2E2E2E
(46,46,46)
#21211F
(33,33,31)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #9696A6

#9696A6
(150,150,166)
#9F9FAE
(159,159,174)
#A8A8B6
(168,168,182)
#B1B1BE
(177,177,190)
#BABAC6
(186,186,198)
#C3C3CE
(195,195,206)
#CCCCD6
(204,204,214)
#D5D5DE
(213,213,222)
#DEDEE6
(222,222,230)
#E7E7EE
(231,231,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9696A6; }

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

This text font color is #9696A6.


Background Color

.myBgColor { background-color: #9696A6; }

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

This div background color is #9696A6.


Border color

.myBorderColor { border: 1px solid #9696A6; }

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

This div border color is #9696A6.


Opacity

.myOpacity80 { color: #9696A6; opacity: 0.8; }

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

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

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

This text has shadow with #9696A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9696A6 on black background.


Color preview on white background

This text has color #9696A6 on white background.



Black color preview on #9696A6 background

This text has black color on #9696A6 background.


White color preview on #9696A6 background

This text has white color on #9696A6 background.