COLOR #9B96B4

HEX: #9B96B4
RGB: (155,150,180)

Renk bilgisi

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

RGB renk modeli

#9B96B4 color RGB value is (155,150,180).

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

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 150 of 255 = 59%
B 180 of 255 = 71%

155
150
180

R + G + B ~ 64%. #9B96B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 150 + 180 = 485 (100%)
R 155 of 485 ~ 31.96%
G 150 of 485 ~ 30.93%
B 180 of 485 ~ 37.11%

%31.96
%30.93
%37.11

CMYK RENK MODELİ

#9B96B4 rengi CMYK tonu (14,17,0,29).

  • camgöbeği tonu 13.89%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(14,17,0,29)
C14M17Y0K29 
(14%,17%,0%,29%)
(0.14/0.17/0.00/0.29)	

CMYK yüzdeleri

%13.89
%16.67
%0
%29.41

Codes

Color #9B96B4 in popluar color models

9B96B4
RGB155150180
HSL250°16.67%64.71%
HSB/HSV250°16.67%70.59%
CMYK13.89%16.67%0.00%
29.41%

Color #9B96B4 in popluar number systems.

HEX9B96B4
Decimal155150180
Binary100110111001011010110100
Octal233226264

Shades and tints

Shades of #9B96B4

#9B96B4
(155,150,180)
#8D89A4
(141,137,164)
#7F7C94
(127,124,148)
#716F84
(113,111,132)
#636274
(99,98,116)
#555564
(85,85,100)
#474854
(71,72,84)
#393B44
(57,59,68)
#2B2E34
(43,46,52)
#1D2124
(29,33,36)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #9B96B4

#9B96B4
(155,150,180)
#A49FBA
(164,159,186)
#ADA8C0
(173,168,192)
#B6B1C6
(182,177,198)
#BFBACC
(191,186,204)
#C8C3D2
(200,195,210)
#D1CCD8
(209,204,216)
#DAD5DE
(218,213,222)
#E3DEE4
(227,222,228)
#ECE7EA
(236,231,234)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B96B4; }

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

This text font color is #9B96B4.


Background Color

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

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

This div background color is #9B96B4.


Border color

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

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

This div border color is #9B96B4.


Opacity

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

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

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

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

This text has shadow with #9B96B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B96B4 on black background.


Color preview on white background

This text has color #9B96B4 on white background.



Black color preview on #9B96B4 background

This text has black color on #9B96B4 background.


White color preview on #9B96B4 background

This text has white color on #9B96B4 background.