COLOR #996997

HEX: #996997
RGB: (153,105,151)

Renk bilgisi

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

RGB renk modeli

#996997 color RGB value is (153,105,151).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 105 of 255 = 41%
B 151 of 255 = 59%

153
105
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 105 + 151 = 409 (100%)
R 153 of 409 ~ 37.41%
G 105 of 409 ~ 25.67%
B 151 of 409 ~ 36.92%

%37.41
%25.67
%36.92

CMYK RENK MODELİ

#996997 rengi CMYK tonu (0,31,1,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.37%
  • sarı tonu 1.31%
  • ana renk tonu 40.00%
CMYK:
(0,31,1,40)
C0M31Y1K40 
(0%,31%,1%,40%)
(0.00/0.31/0.01/0.40)	

CMYK yüzdeleri

%0
%31.37
%1.31
%40

Codes

Color #996997 in popluar color models

996997
RGB153105151
HSL303°19.05%50.59%
HSB/HSV303°31.37%60.00%
CMYK0.00%31.37%1.31%
40.00%

Color #996997 in popluar number systems.

HEX996997
Decimal153105151
Binary10011001110100110010111
Octal231151227

Shades and tints

Shades of #996997

#996997
(153,105,151)
#8C608A
(140,96,138)
#7F577D
(127,87,125)
#724E70
(114,78,112)
#654563
(101,69,99)
#583C56
(88,60,86)
#4B3349
(75,51,73)
#3E2A3C
(62,42,60)
#31212F
(49,33,47)
#241822
(36,24,34)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #996997

#996997
(153,105,151)
#A276A0
(162,118,160)
#AB83A9
(171,131,169)
#B490B2
(180,144,178)
#BD9DBB
(189,157,187)
#C6AAC4
(198,170,196)
#CFB7CD
(207,183,205)
#D8C4D6
(216,196,214)
#E1D1DF
(225,209,223)
#EADEE8
(234,222,232)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996997; }

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

This text font color is #996997.


Background Color

.myBgColor { background-color: #996997; }

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

This div background color is #996997.


Border color

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

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

This div border color is #996997.


Opacity

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

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

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

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

This text has shadow with #996997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996997 on black background.


Color preview on white background

This text has color #996997 on white background.



Black color preview on #996997 background

This text has black color on #996997 background.


White color preview on #996997 background

This text has white color on #996997 background.