COLOR #996980

HEX: #996980
RGB: (153,105,128)

Renk bilgisi

#996980 contains red, green and blue colors in about the same proportion. #996980 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#996980 color RGB value is (153,105,128).

  • kırmız ton 153;
  • yeşil ton 105;
  • mavi ton 128.
RGB:
(153,105,128)
(60%,41%,50%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 105 of 255 = 41%
B 128 of 255 = 50%

153
105
128

R + G + B ~ 50%. #996980 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 105 + 128 = 386 (100%)
R 153 of 386 ~ 39.64%
G 105 of 386 ~ 27.2%
B 128 of 386 ~ 33.16%

%39.64
%27.2
%33.16

CMYK RENK MODELİ

#996980 rengi CMYK tonu (0,31,16,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.37%
  • sarı tonu 16.34%
  • ana renk tonu 40.00%
CMYK:
(0,31,16,40)
C0M31Y16K40 
(0%,31%,16%,40%)
(0.00/0.31/0.16/0.40)	

CMYK yüzdeleri

%0
%31.37
%16.34
%40

Codes

Color #996980 in popluar color models

996980
RGB153105128
HSL331°19.05%50.59%
HSB/HSV331°31.37%60.00%
CMYK0.00%31.37%16.34%
40.00%

Color #996980 in popluar number systems.

HEX996980
Decimal153105128
Binary10011001110100110000000
Octal231151200

Shades and tints

Shades of #996980

#996980
(153,105,128)
#8C6075
(140,96,117)
#7F576A
(127,87,106)
#724E5F
(114,78,95)
#654554
(101,69,84)
#583C49
(88,60,73)
#4B333E
(75,51,62)
#3E2A33
(62,42,51)
#312128
(49,33,40)
#24181D
(36,24,29)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #996980

#996980
(153,105,128)
#A2768B
(162,118,139)
#AB8396
(171,131,150)
#B490A1
(180,144,161)
#BD9DAC
(189,157,172)
#C6AAB7
(198,170,183)
#CFB7C2
(207,183,194)
#D8C4CD
(216,196,205)
#E1D1D8
(225,209,216)
#EADEE3
(234,222,227)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996980 color. Also use rgb(153,105,128) instead hex code.

Text Font Color

.myTextColor { color: #996980; }

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

This text font color is #996980.


Background Color

.myBgColor { background-color: #996980; }

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

This div background color is #996980.


Border color

.myBorderColor { border: 1px solid #996980; }

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

This div border color is #996980.


Opacity

.myOpacity80 { color: #996980; opacity: 0.8; }

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

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

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

This text has shadow with #996980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996980 on black background.


Color preview on white background

This text has color #996980 on white background.



Black color preview on #996980 background

This text has black color on #996980 background.


White color preview on #996980 background

This text has white color on #996980 background.