COLOR #968396

HEX: #968396
RGB: (150,131,150)

Renk bilgisi

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

RGB renk modeli

#968396 color RGB value is (150,131,150).

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

RGB bağlantıları ve doygunluk

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

150
131
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 131 + 150 = 431 (100%)
R 150 of 431 ~ 34.8%
G 131 of 431 ~ 30.39%
B 150 of 431 ~ 34.8%

%34.8
%30.39
%34.8

CMYK RENK MODELİ

#968396 rengi CMYK tonu (0,13,0,41).

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

CMYK yüzdeleri

%0
%12.67
%0
%41.18

Codes

Color #968396 in popluar color models

968396
RGB150131150
HSL300°8.30%55.10%
HSB/HSV300°12.67%58.82%
CMYK0.00%12.67%0.00%
41.18%

Color #968396 in popluar number systems.

HEX968396
Decimal150131150
Binary100101101000001110010110
Octal226203226

Shades and tints

Shades of #968396

#968396
(150,131,150)
#897889
(137,120,137)
#7C6D7C
(124,109,124)
#6F626F
(111,98,111)
#625762
(98,87,98)
#554C55
(85,76,85)
#484148
(72,65,72)
#3B363B
(59,54,59)
#2E2B2E
(46,43,46)
#212021
(33,32,33)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #968396

#968396
(150,131,150)
#9F8E9F
(159,142,159)
#A899A8
(168,153,168)
#B1A4B1
(177,164,177)
#BAAFBA
(186,175,186)
#C3BAC3
(195,186,195)
#CCC5CC
(204,197,204)
#D5D0D5
(213,208,213)
#DEDBDE
(222,219,222)
#E7E6E7
(231,230,231)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968396; }

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

This text font color is #968396.


Background Color

.myBgColor { background-color: #968396; }

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

This div background color is #968396.


Border color

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

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

This div border color is #968396.


Opacity

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

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

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

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

This text has shadow with #968396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968396 on black background.


Color preview on white background

This text has color #968396 on white background.



Black color preview on #968396 background

This text has black color on #968396 background.


White color preview on #968396 background

This text has white color on #968396 background.