COLOR #9996E4

HEX: #9996E4
RGB: (153,150,228)

Renk bilgisi

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

RGB renk modeli

#9996E4 color RGB value is (153,150,228).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 150 of 255 = 59%
B 228 of 255 = 89%

153
150
228

R + G + B ~ 69%. #9996E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 150 + 228 = 531 (100%)
R 153 of 531 ~ 28.81%
G 150 of 531 ~ 28.25%
B 228 of 531 ~ 42.94%

%28.81
%28.25
%42.94

CMYK RENK MODELİ

#9996E4 rengi CMYK tonu (33,34,0,11).

  • camgöbeği tonu 32.89%
  • eflatun tonu 34.21%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(33,34,0,11)
C33M34Y0K11 
(33%,34%,0%,11%)
(0.33/0.34/0.00/0.11)	

CMYK yüzdeleri

%32.89
%34.21
%0
%10.59

Codes

Color #9996E4 in popluar color models

9996E4
RGB153150228
HSL242°59.09%74.12%
HSB/HSV242°34.21%89.41%
CMYK32.89%34.21%0.00%
10.59%

Color #9996E4 in popluar number systems.

HEX9996E4
Decimal153150228
Binary100110011001011011100100
Octal231226344

Shades and tints

Shades of #9996E4

#9996E4
(153,150,228)
#8C89D0
(140,137,208)
#7F7CBC
(127,124,188)
#726FA8
(114,111,168)
#656294
(101,98,148)
#585580
(88,85,128)
#4B486C
(75,72,108)
#3E3B58
(62,59,88)
#312E44
(49,46,68)
#242130
(36,33,48)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #9996E4

#9996E4
(153,150,228)
#A29FE6
(162,159,230)
#ABA8E8
(171,168,232)
#B4B1EA
(180,177,234)
#BDBAEC
(189,186,236)
#C6C3EE
(198,195,238)
#CFCCF0
(207,204,240)
#D8D5F2
(216,213,242)
#E1DEF4
(225,222,244)
#EAE7F6
(234,231,246)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9996E4; }

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

This text font color is #9996E4.


Background Color

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

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

This div background color is #9996E4.


Border color

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

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

This div border color is #9996E4.


Opacity

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

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

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

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

This text has shadow with #9996E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9996E4 on black background.


Color preview on white background

This text has color #9996E4 on white background.



Black color preview on #9996E4 background

This text has black color on #9996E4 background.


White color preview on #9996E4 background

This text has white color on #9996E4 background.