COLOR #996C9C

HEX: #996C9C
RGB: (153,108,156)

Renk bilgisi

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

RGB renk modeli

#996C9C color RGB value is (153,108,156).

  • kırmız ton 153;
  • yeşil ton 108;
  • mavi ton 156.
RGB:
(153,108,156)
(60%,42%,61%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 108 of 255 = 42%
B 156 of 255 = 61%

153
108
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 108 + 156 = 417 (100%)
R 153 of 417 ~ 36.69%
G 108 of 417 ~ 25.9%
B 156 of 417 ~ 37.41%

%36.69
%25.9
%37.41

CMYK RENK MODELİ

#996C9C rengi CMYK tonu (2,31,0,39).

  • camgöbeği tonu 1.92%
  • eflatun tonu 30.77%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(2,31,0,39)
C2M31Y0K39 
(2%,31%,0%,39%)
(0.02/0.31/0.00/0.39)	

CMYK yüzdeleri

%1.92
%30.77
%0
%38.82

Codes

Color #996C9C in popluar color models

996C9C
RGB153108156
HSL296°19.51%51.76%
HSB/HSV296°30.77%61.18%
CMYK1.92%30.77%0.00%
38.82%

Color #996C9C in popluar number systems.

HEX996C9C
Decimal153108156
Binary10011001110110010011100
Octal231154234

Shades and tints

Shades of #996C9C

#996C9C
(153,108,156)
#8C638E
(140,99,142)
#7F5A80
(127,90,128)
#725172
(114,81,114)
#654864
(101,72,100)
#583F56
(88,63,86)
#4B3648
(75,54,72)
#3E2D3A
(62,45,58)
#31242C
(49,36,44)
#241B1E
(36,27,30)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #996C9C

#996C9C
(153,108,156)
#A279A5
(162,121,165)
#AB86AE
(171,134,174)
#B493B7
(180,147,183)
#BDA0C0
(189,160,192)
#C6ADC9
(198,173,201)
#CFBAD2
(207,186,210)
#D8C7DB
(216,199,219)
#E1D4E4
(225,212,228)
#EAE1ED
(234,225,237)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996C9C color. Also use rgb(153,108,156) instead hex code.

Text Font Color

.myTextColor { color: #996C9C; }

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

This text font color is #996C9C.


Background Color

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

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

This div background color is #996C9C.


Border color

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

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

This div border color is #996C9C.


Opacity

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

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

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

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

This text has shadow with #996C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996C9C on black background.


Color preview on white background

This text has color #996C9C on white background.



Black color preview on #996C9C background

This text has black color on #996C9C background.


White color preview on #996C9C background

This text has white color on #996C9C background.