COLOR #996DD4

HEX: #996DD4
RGB: (153,109,212)

Renk bilgisi

#996DD4 contains mainly red and blue colors. #996DD4 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#996DD4 color RGB value is (153,109,212).

  • kırmız ton 153;
  • yeşil ton 109;
  • mavi ton 212.
RGB:
(153,109,212)
(60%,43%,83%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 109 of 255 = 43%
B 212 of 255 = 83%

153
109
212

R + G + B ~ 62%. #996DD4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 109 + 212 = 474 (100%)
R 153 of 474 ~ 32.28%
G 109 of 474 ~ 23%
B 212 of 474 ~ 44.73%

%32.28
%23
%44.73

CMYK RENK MODELİ

#996DD4 rengi CMYK tonu (28,49,0,17).

  • camgöbeği tonu 27.83%
  • eflatun tonu 48.58%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(28,49,0,17)
C28M49Y0K17 
(28%,49%,0%,17%)
(0.28/0.49/0.00/0.17)	

CMYK yüzdeleri

%27.83
%48.58
%0
%16.86

Codes

Color #996DD4 in popluar color models

996DD4
RGB153109212
HSL266°54.50%62.94%
HSB/HSV266°48.58%83.14%
CMYK27.83%48.58%0.00%
16.86%

Color #996DD4 in popluar number systems.

HEX996DD4
Decimal153109212
Binary10011001110110111010100
Octal231155324

Shades and tints

Shades of #996DD4

#996DD4
(153,109,212)
#8C64C1
(140,100,193)
#7F5BAE
(127,91,174)
#72529B
(114,82,155)
#654988
(101,73,136)
#584075
(88,64,117)
#4B3762
(75,55,98)
#3E2E4F
(62,46,79)
#31253C
(49,37,60)
#241C29
(36,28,41)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #996DD4

#996DD4
(153,109,212)
#A27AD7
(162,122,215)
#AB87DA
(171,135,218)
#B494DD
(180,148,221)
#BDA1E0
(189,161,224)
#C6AEE3
(198,174,227)
#CFBBE6
(207,187,230)
#D8C8E9
(216,200,233)
#E1D5EC
(225,213,236)
#EAE2EF
(234,226,239)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996DD4 color. Also use rgb(153,109,212) instead hex code.

Text Font Color

.myTextColor { color: #996DD4; }

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

This text font color is #996DD4.


Background Color

.myBgColor { background-color: #996DD4; }

<div style="background-color:#996DD4">Inner text</div>

This div background color is #996DD4.


Border color

.myBorderColor { border: 1px solid #996DD4; }

<div style="border:3px solid #996DD4">Div</div>

This div border color is #996DD4.


Opacity

.myOpacity80 { color: #996DD4; opacity: 0.8; }

<p style="color:#996DD4;opacity:0.8;">80%</p>

Text with #996DD4 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 #996DD4;}

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

This text has shadow with #996DD4 color.

.textShadow {text-shadow: 3px 3px 1px #996DD4, 3px 3px 1px red;}

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

This text has shadow with #996DD4 primary color and red secondary color.


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

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

This text has shadow with #996DD4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996DD4 on black background.


Color preview on white background

This text has color #996DD4 on white background.



Black color preview on #996DD4 background

This text has black color on #996DD4 background.


White color preview on #996DD4 background

This text has white color on #996DD4 background.