COLOR #9696D4

HEX: #9696D4
RGB: (150,150,212)

Renk bilgisi

#9696D4 contains mainly blue color. #9696D4 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#9696D4 color RGB value is (150,150,212).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 150 of 255 = 59%
B 212 of 255 = 83%

150
150
212

R + G + B ~ 67%. #9696D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 150 + 212 = 512 (100%)
R 150 of 512 ~ 29.3%
G 150 of 512 ~ 29.3%
B 212 of 512 ~ 41.41%

%29.3
%29.3
%41.41

CMYK RENK MODELİ

#9696D4 rengi CMYK tonu (29,29,0,17).

  • camgöbeği tonu 29.25%
  • eflatun tonu 29.25%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(29,29,0,17)
C29M29Y0K17 
(29%,29%,0%,17%)
(0.29/0.29/0.00/0.17)	

CMYK yüzdeleri

%29.25
%29.25
%0
%16.86

Codes

Color #9696D4 in popluar color models

9696D4
RGB150150212
HSL240°41.89%70.98%
HSB/HSV240°29.25%83.14%
CMYK29.25%29.25%0.00%
16.86%

Color #9696D4 in popluar number systems.

HEX9696D4
Decimal150150212
Binary100101101001011011010100
Octal226226324

Shades and tints

Shades of #9696D4

#9696D4
(150,150,212)
#8989C1
(137,137,193)
#7C7CAE
(124,124,174)
#6F6F9B
(111,111,155)
#626288
(98,98,136)
#555575
(85,85,117)
#484862
(72,72,98)
#3B3B4F
(59,59,79)
#2E2E3C
(46,46,60)
#212129
(33,33,41)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #9696D4

#9696D4
(150,150,212)
#9F9FD7
(159,159,215)
#A8A8DA
(168,168,218)
#B1B1DD
(177,177,221)
#BABAE0
(186,186,224)
#C3C3E3
(195,195,227)
#CCCCE6
(204,204,230)
#D5D5E9
(213,213,233)
#DEDEEC
(222,222,236)
#E7E7EF
(231,231,239)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9696D4; }

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

This text font color is #9696D4.


Background Color

.myBgColor { background-color: #9696D4; }

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

This div background color is #9696D4.


Border color

.myBorderColor { border: 1px solid #9696D4; }

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

This div border color is #9696D4.


Opacity

.myOpacity80 { color: #9696D4; opacity: 0.8; }

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

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

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

This text has shadow with #9696D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9696D4 on black background.


Color preview on white background

This text has color #9696D4 on white background.



Black color preview on #9696D4 background

This text has black color on #9696D4 background.


White color preview on #9696D4 background

This text has white color on #9696D4 background.