COLOR #966096

HEX: #966096
RGB: (150,96,150)

Renk bilgisi

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

RGB renk modeli

#966096 color RGB value is (150,96,150).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 96 of 255 = 38%
B 150 of 255 = 59%

150
96
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 96 + 150 = 396 (100%)
R 150 of 396 ~ 37.88%
G 96 of 396 ~ 24.24%
B 150 of 396 ~ 37.88%

%37.88
%24.24
%37.88

CMYK RENK MODELİ

#966096 rengi CMYK tonu (0,36,0,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(0,36,0,41)
C0M36Y0K41 
(0%,36%,0%,41%)
(0.00/0.36/0.00/0.41)	

CMYK yüzdeleri

%0
%36
%0
%41.18

Codes

Color #966096 in popluar color models

966096
RGB15096150
HSL300°21.95%48.24%
HSB/HSV300°36.00%58.82%
CMYK0.00%36.00%0.00%
41.18%

Color #966096 in popluar number systems.

HEX966096
Decimal15096150
Binary10010110110000010010110
Octal226140226

Shades and tints

Shades of #966096

#966096
(150,96,150)
#895889
(137,88,137)
#7C507C
(124,80,124)
#6F486F
(111,72,111)
#624062
(98,64,98)
#553855
(85,56,85)
#483048
(72,48,72)
#3B283B
(59,40,59)
#2E202E
(46,32,46)
#211821
(33,24,33)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #966096

#966096
(150,96,150)
#9F6E9F
(159,110,159)
#A87CA8
(168,124,168)
#B18AB1
(177,138,177)
#BA98BA
(186,152,186)
#C3A6C3
(195,166,195)
#CCB4CC
(204,180,204)
#D5C2D5
(213,194,213)
#DED0DE
(222,208,222)
#E7DEE7
(231,222,231)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966096; }

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

This text font color is #966096.


Background Color

.myBgColor { background-color: #966096; }

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

This div background color is #966096.


Border color

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

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

This div border color is #966096.


Opacity

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

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

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

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

This text has shadow with #966096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966096 on black background.


Color preview on white background

This text has color #966096 on white background.



Black color preview on #966096 background

This text has black color on #966096 background.


White color preview on #966096 background

This text has white color on #966096 background.