COLOR #959996

HEX: #959996
RGB: (149,153,150)

Renk bilgisi

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

RGB renk modeli

#959996 color RGB value is (149,153,150).

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

RGB bağlantıları ve doygunluk

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

149
153
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 153 + 150 = 452 (100%)
R 149 of 452 ~ 32.96%
G 153 of 452 ~ 33.85%
B 150 of 452 ~ 33.19%

%32.96
%33.85
%33.19

CMYK RENK MODELİ

#959996 rengi CMYK tonu (3,0,2,40).

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

CMYK yüzdeleri

%2.61
%0
%1.96
%40

Codes

Color #959996 in popluar color models

959996
RGB149153150
HSL135°1.92%59.22%
HSB/HSV135°2.61%60.00%
CMYK2.61%0.00%1.96%
40.00%

Color #959996 in popluar number systems.

HEX959996
Decimal149153150
Binary100101011001100110010110
Octal225231226

Shades and tints

Shades of #959996

#959996
(149,153,150)
#888C89
(136,140,137)
#7B7F7C
(123,127,124)
#6E726F
(110,114,111)
#616562
(97,101,98)
#545855
(84,88,85)
#474B48
(71,75,72)
#3A3E3B
(58,62,59)
#2D312E
(45,49,46)
#202421
(32,36,33)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #959996

#959996
(149,153,150)
#9EA29F
(158,162,159)
#A7ABA8
(167,171,168)
#B0B4B1
(176,180,177)
#B9BDBA
(185,189,186)
#C2C6C3
(194,198,195)
#CBCFCC
(203,207,204)
#D4D8D5
(212,216,213)
#DDE1DE
(221,225,222)
#E6EAE7
(230,234,231)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959996; }

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

This text font color is #959996.


Background Color

.myBgColor { background-color: #959996; }

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

This div background color is #959996.


Border color

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

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

This div border color is #959996.


Opacity

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

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

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

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

This text has shadow with #959996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959996 on black background.


Color preview on white background

This text has color #959996 on white background.



Black color preview on #959996 background

This text has black color on #959996 background.


White color preview on #959996 background

This text has white color on #959996 background.