COLOR #96A6A9

HEX: #96A6A9
RGB: (150,166,169)

Renk bilgisi

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

RGB renk modeli

#96A6A9 color RGB value is (150,166,169).

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

RGB bağlantıları ve doygunluk

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

150
166
169

R + G + B ~ 63%. #96A6A9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 166 + 169 = 485 (100%)
R 150 of 485 ~ 30.93%
G 166 of 485 ~ 34.23%
B 169 of 485 ~ 34.85%

%30.93
%34.23
%34.85

CMYK RENK MODELİ

#96A6A9 rengi CMYK tonu (11,2,0,34).

  • camgöbeği tonu 11.24%
  • eflatun tonu 1.78%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(11,2,0,34)
C11M2Y0K34 
(11%,2%,0%,34%)
(0.11/0.02/0.00/0.34)	

CMYK yüzdeleri

%11.24
%1.78
%0
%33.73

Codes

Color #96A6A9 in popluar color models

96A6A9
RGB150166169
HSL189°9.95%62.55%
HSB/HSV189°11.24%66.27%
CMYK11.24%1.78%0.00%
33.73%

Color #96A6A9 in popluar number systems.

HEX96A6A9
Decimal150166169
Binary100101101010011010101001
Octal226246251

Shades and tints

Shades of #96A6A9

#96A6A9
(150,166,169)
#89979A
(137,151,154)
#7C888B
(124,136,139)
#6F797C
(111,121,124)
#626A6D
(98,106,109)
#555B5E
(85,91,94)
#484C4F
(72,76,79)
#3B3D40
(59,61,64)
#2E2E31
(46,46,49)
#211F22
(33,31,34)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #96A6A9

#96A6A9
(150,166,169)
#9FAEB0
(159,174,176)
#A8B6B7
(168,182,183)
#B1BEBE
(177,190,190)
#BAC6C5
(186,198,197)
#C3CECC
(195,206,204)
#CCD6D3
(204,214,211)
#D5DEDA
(213,222,218)
#DEE6E1
(222,230,225)
#E7EEE8
(231,238,232)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A6A9; }

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

This text font color is #96A6A9.


Background Color

.myBgColor { background-color: #96A6A9; }

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

This div background color is #96A6A9.


Border color

.myBorderColor { border: 1px solid #96A6A9; }

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

This div border color is #96A6A9.


Opacity

.myOpacity80 { color: #96A6A9; opacity: 0.8; }

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

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

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

This text has shadow with #96A6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A6A9 on black background.


Color preview on white background

This text has color #96A6A9 on white background.



Black color preview on #96A6A9 background

This text has black color on #96A6A9 background.


White color preview on #96A6A9 background

This text has white color on #96A6A9 background.