COLOR #996D96

HEX: #996D96
RGB: (153,109,150)

Renk bilgisi

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

RGB renk modeli

#996D96 color RGB value is (153,109,150).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 109 of 255 = 43%
B 150 of 255 = 59%

153
109
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 109 + 150 = 412 (100%)
R 153 of 412 ~ 37.14%
G 109 of 412 ~ 26.46%
B 150 of 412 ~ 36.41%

%37.14
%26.46
%36.41

CMYK RENK MODELİ

#996D96 rengi CMYK tonu (0,29,2,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.76%
  • sarı tonu 1.96%
  • ana renk tonu 40.00%
CMYK:
(0,29,2,40)
C0M29Y2K40 
(0%,29%,2%,40%)
(0.00/0.29/0.02/0.40)	

CMYK yüzdeleri

%0
%28.76
%1.96
%40

Codes

Color #996D96 in popluar color models

996D96
RGB153109150
HSL304°17.74%51.37%
HSB/HSV304°28.76%60.00%
CMYK0.00%28.76%1.96%
40.00%

Color #996D96 in popluar number systems.

HEX996D96
Decimal153109150
Binary10011001110110110010110
Octal231155226

Shades and tints

Shades of #996D96

#996D96
(153,109,150)
#8C6489
(140,100,137)
#7F5B7C
(127,91,124)
#72526F
(114,82,111)
#654962
(101,73,98)
#584055
(88,64,85)
#4B3748
(75,55,72)
#3E2E3B
(62,46,59)
#31252E
(49,37,46)
#241C21
(36,28,33)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #996D96

#996D96
(153,109,150)
#A27A9F
(162,122,159)
#AB87A8
(171,135,168)
#B494B1
(180,148,177)
#BDA1BA
(189,161,186)
#C6AEC3
(198,174,195)
#CFBBCC
(207,187,204)
#D8C8D5
(216,200,213)
#E1D5DE
(225,213,222)
#EAE2E7
(234,226,231)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996D96; }

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

This text font color is #996D96.


Background Color

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

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

This div background color is #996D96.


Border color

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

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

This div border color is #996D96.


Opacity

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

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

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

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

This text has shadow with #996D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996D96 on black background.


Color preview on white background

This text has color #996D96 on white background.



Black color preview on #996D96 background

This text has black color on #996D96 background.


White color preview on #996D96 background

This text has white color on #996D96 background.