COLOR #9B96C6

HEX: #9B96C6
RGB: (155,150,198)

Renk bilgisi

#9B96C6 contains red, green and blue colors in about the same proportion. #9B96C6 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#9B96C6 color RGB value is (155,150,198).

  • kırmız ton 155;
  • yeşil ton 150;
  • mavi ton 198.
RGB:
(155,150,198)
(61%,59%,78%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 150 of 255 = 59%
B 198 of 255 = 78%

155
150
198

R + G + B ~ 66%. #9B96C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 150 + 198 = 503 (100%)
R 155 of 503 ~ 30.82%
G 150 of 503 ~ 29.82%
B 198 of 503 ~ 39.36%

%30.82
%29.82
%39.36

CMYK RENK MODELİ

#9B96C6 rengi CMYK tonu (22,24,0,22).

  • camgöbeği tonu 21.72%
  • eflatun tonu 24.24%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(22,24,0,22)
C22M24Y0K22 
(22%,24%,0%,22%)
(0.22/0.24/0.00/0.22)	

CMYK yüzdeleri

%21.72
%24.24
%0
%22.35

Codes

Color #9B96C6 in popluar color models

9B96C6
RGB155150198
HSL246°29.63%68.24%
HSB/HSV246°24.24%77.65%
CMYK21.72%24.24%0.00%
22.35%

Color #9B96C6 in popluar number systems.

HEX9B96C6
Decimal155150198
Binary100110111001011011000110
Octal233226306

Shades and tints

Shades of #9B96C6

#9B96C6
(155,150,198)
#8D89B4
(141,137,180)
#7F7CA2
(127,124,162)
#716F90
(113,111,144)
#63627E
(99,98,126)
#55556C
(85,85,108)
#47485A
(71,72,90)
#393B48
(57,59,72)
#2B2E36
(43,46,54)
#1D2124
(29,33,36)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #9B96C6

#9B96C6
(155,150,198)
#A49FCB
(164,159,203)
#ADA8D0
(173,168,208)
#B6B1D5
(182,177,213)
#BFBADA
(191,186,218)
#C8C3DF
(200,195,223)
#D1CCE4
(209,204,228)
#DAD5E9
(218,213,233)
#E3DEEE
(227,222,238)
#ECE7F3
(236,231,243)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B96C6 color. Also use rgb(155,150,198) instead hex code.

Text Font Color

.myTextColor { color: #9B96C6; }

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

This text font color is #9B96C6.


Background Color

.myBgColor { background-color: #9B96C6; }

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

This div background color is #9B96C6.


Border color

.myBorderColor { border: 1px solid #9B96C6; }

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

This div border color is #9B96C6.


Opacity

.myOpacity80 { color: #9B96C6; opacity: 0.8; }

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

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

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

This text has shadow with #9B96C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B96C6 on black background.


Color preview on white background

This text has color #9B96C6 on white background.



Black color preview on #9B96C6 background

This text has black color on #9B96C6 background.


White color preview on #9B96C6 background

This text has white color on #9B96C6 background.