COLOR #9B6A96

HEX: #9B6A96
RGB: (155,106,150)

Renk bilgisi

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

RGB renk modeli

#9B6A96 color RGB value is (155,106,150).

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

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 106 of 255 = 42%
B 150 of 255 = 59%

155
106
150

R + G + B ~ 54%. #9B6A96 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 106 + 150 = 411 (100%)
R 155 of 411 ~ 37.71%
G 106 of 411 ~ 25.79%
B 150 of 411 ~ 36.5%

%37.71
%25.79
%36.5

CMYK RENK MODELİ

#9B6A96 rengi CMYK tonu (0,32,3,39).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.61%
  • sarı tonu 3.23%
  • ana renk tonu 39.22%
CMYK:
(0,32,3,39)
C0M32Y3K39 
(0%,32%,3%,39%)
(0.00/0.32/0.03/0.39)	

CMYK yüzdeleri

%0
%31.61
%3.23
%39.22

Codes

Color #9B6A96 in popluar color models

9B6A96
RGB155106150
HSL306°19.68%51.18%
HSB/HSV306°31.61%60.78%
CMYK0.00%31.61%3.23%
39.22%

Color #9B6A96 in popluar number systems.

HEX9B6A96
Decimal155106150
Binary10011011110101010010110
Octal233152226

Shades and tints

Shades of #9B6A96

#9B6A96
(155,106,150)
#8D6189
(141,97,137)
#7F587C
(127,88,124)
#714F6F
(113,79,111)
#634662
(99,70,98)
#553D55
(85,61,85)
#473448
(71,52,72)
#392B3B
(57,43,59)
#2B222E
(43,34,46)
#1D1921
(29,25,33)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #9B6A96

#9B6A96
(155,106,150)
#A4779F
(164,119,159)
#AD84A8
(173,132,168)
#B691B1
(182,145,177)
#BF9EBA
(191,158,186)
#C8ABC3
(200,171,195)
#D1B8CC
(209,184,204)
#DAC5D5
(218,197,213)
#E3D2DE
(227,210,222)
#ECDFE7
(236,223,231)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6A96; }

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

This text font color is #9B6A96.


Background Color

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

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

This div background color is #9B6A96.


Border color

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

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

This div border color is #9B6A96.


Opacity

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

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

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

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

This text has shadow with #9B6A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6A96 on black background.


Color preview on white background

This text has color #9B6A96 on white background.



Black color preview on #9B6A96 background

This text has black color on #9B6A96 background.


White color preview on #9B6A96 background

This text has white color on #9B6A96 background.