COLOR #996DA2

HEX: #996DA2
RGB: (153,109,162)

Renk bilgisi

#996DA2 contains red, green and blue colors in about the same proportion. #996DA2 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#996DA2 color RGB value is (153,109,162).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 109 of 255 = 43%
B 162 of 255 = 64%

153
109
162

R + G + B ~ 56%. #996DA2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 109 + 162 = 424 (100%)
R 153 of 424 ~ 36.08%
G 109 of 424 ~ 25.71%
B 162 of 424 ~ 38.21%

%36.08
%25.71
%38.21

CMYK RENK MODELİ

#996DA2 rengi CMYK tonu (6,33,0,36).

  • camgöbeği tonu 5.56%
  • eflatun tonu 32.72%
  • sarı tonu 0.00%
  • ana renk tonu 36.47%
CMYK:
(6,33,0,36)
C6M33Y0K36 
(6%,33%,0%,36%)
(0.06/0.33/0.00/0.36)	

CMYK yüzdeleri

%5.56
%32.72
%0
%36.47

Codes

Color #996DA2 in popluar color models

996DA2
RGB153109162
HSL290°22.18%53.14%
HSB/HSV290°32.72%63.53%
CMYK5.56%32.72%0.00%
36.47%

Color #996DA2 in popluar number systems.

HEX996DA2
Decimal153109162
Binary10011001110110110100010
Octal231155242

Shades and tints

Shades of #996DA2

#996DA2
(153,109,162)
#8C6494
(140,100,148)
#7F5B86
(127,91,134)
#725278
(114,82,120)
#65496A
(101,73,106)
#58405C
(88,64,92)
#4B374E
(75,55,78)
#3E2E40
(62,46,64)
#312532
(49,37,50)
#241C24
(36,28,36)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #996DA2

#996DA2
(153,109,162)
#A27AAA
(162,122,170)
#AB87B2
(171,135,178)
#B494BA
(180,148,186)
#BDA1C2
(189,161,194)
#C6AECA
(198,174,202)
#CFBBD2
(207,187,210)
#D8C8DA
(216,200,218)
#E1D5E2
(225,213,226)
#EAE2EA
(234,226,234)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996DA2; }

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

This text font color is #996DA2.


Background Color

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

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

This div background color is #996DA2.


Border color

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

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

This div border color is #996DA2.


Opacity

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

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

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

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

This text has shadow with #996DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996DA2 on black background.


Color preview on white background

This text has color #996DA2 on white background.



Black color preview on #996DA2 background

This text has black color on #996DA2 background.


White color preview on #996DA2 background

This text has white color on #996DA2 background.