COLOR #9996D7

HEX: #9996D7
RGB: (153,150,215)

Renk bilgisi

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

RGB renk modeli

#9996D7 color RGB value is (153,150,215).

  • kırmız ton 153;
  • yeşil ton 150;
  • mavi ton 215.
RGB:
(153,150,215)
(60%,59%,84%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 150 of 255 = 59%
B 215 of 255 = 84%

153
150
215

R + G + B ~ 68%. #9996D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 150 + 215 = 518 (100%)
R 153 of 518 ~ 29.54%
G 150 of 518 ~ 28.96%
B 215 of 518 ~ 41.51%

%29.54
%28.96
%41.51

CMYK RENK MODELİ

#9996D7 rengi CMYK tonu (29,30,0,16).

  • camgöbeği tonu 28.84%
  • eflatun tonu 30.23%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(29,30,0,16)
C29M30Y0K16 
(29%,30%,0%,16%)
(0.29/0.30/0.00/0.16)	

CMYK yüzdeleri

%28.84
%30.23
%0
%15.69

Codes

Color #9996D7 in popluar color models

9996D7
RGB153150215
HSL243°44.83%71.57%
HSB/HSV243°30.23%84.31%
CMYK28.84%30.23%0.00%
15.69%

Color #9996D7 in popluar number systems.

HEX9996D7
Decimal153150215
Binary100110011001011011010111
Octal231226327

Shades and tints

Shades of #9996D7

#9996D7
(153,150,215)
#8C89C4
(140,137,196)
#7F7CB1
(127,124,177)
#726F9E
(114,111,158)
#65628B
(101,98,139)
#585578
(88,85,120)
#4B4865
(75,72,101)
#3E3B52
(62,59,82)
#312E3F
(49,46,63)
#24212C
(36,33,44)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #9996D7

#9996D7
(153,150,215)
#A29FDA
(162,159,218)
#ABA8DD
(171,168,221)
#B4B1E0
(180,177,224)
#BDBAE3
(189,186,227)
#C6C3E6
(198,195,230)
#CFCCE9
(207,204,233)
#D8D5EC
(216,213,236)
#E1DEEF
(225,222,239)
#EAE7F2
(234,231,242)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9996D7 color. Also use rgb(153,150,215) instead hex code.

Text Font Color

.myTextColor { color: #9996D7; }

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

This text font color is #9996D7.


Background Color

.myBgColor { background-color: #9996D7; }

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

This div background color is #9996D7.


Border color

.myBorderColor { border: 1px solid #9996D7; }

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

This div border color is #9996D7.


Opacity

.myOpacity80 { color: #9996D7; opacity: 0.8; }

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

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

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

This text has shadow with #9996D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9996D7 on black background.


Color preview on white background

This text has color #9996D7 on white background.



Black color preview on #9996D7 background

This text has black color on #9996D7 background.


White color preview on #9996D7 background

This text has white color on #9996D7 background.