COLOR #996BAD

HEX: #996BAD
RGB: (153,107,173)

Renk bilgisi

#996BAD contains mainly red and blue colors. #996BAD ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#996BAD color RGB value is (153,107,173).

  • kırmız ton 153;
  • yeşil ton 107;
  • mavi ton 173.
RGB:
(153,107,173)
(60%,42%,68%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 107 of 255 = 42%
B 173 of 255 = 68%

153
107
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 107 + 173 = 433 (100%)
R 153 of 433 ~ 35.33%
G 107 of 433 ~ 24.71%
B 173 of 433 ~ 39.95%

%35.33
%24.71
%39.95

CMYK RENK MODELİ

#996BAD rengi CMYK tonu (12,38,0,32).

  • camgöbeği tonu 11.56%
  • eflatun tonu 38.15%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(12,38,0,32)
C12M38Y0K32 
(12%,38%,0%,32%)
(0.12/0.38/0.00/0.32)	

CMYK yüzdeleri

%11.56
%38.15
%0
%32.16

Codes

Color #996BAD in popluar color models

996BAD
RGB153107173
HSL282°28.70%54.90%
HSB/HSV282°38.15%67.84%
CMYK11.56%38.15%0.00%
32.16%

Color #996BAD in popluar number systems.

HEX996BAD
Decimal153107173
Binary10011001110101110101101
Octal231153255

Shades and tints

Shades of #996BAD

#996BAD
(153,107,173)
#8C629E
(140,98,158)
#7F598F
(127,89,143)
#725080
(114,80,128)
#654771
(101,71,113)
#583E62
(88,62,98)
#4B3553
(75,53,83)
#3E2C44
(62,44,68)
#312335
(49,35,53)
#241A26
(36,26,38)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #996BAD

#996BAD
(153,107,173)
#A278B4
(162,120,180)
#AB85BB
(171,133,187)
#B492C2
(180,146,194)
#BD9FC9
(189,159,201)
#C6ACD0
(198,172,208)
#CFB9D7
(207,185,215)
#D8C6DE
(216,198,222)
#E1D3E5
(225,211,229)
#EAE0EC
(234,224,236)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996BAD color. Also use rgb(153,107,173) instead hex code.

Text Font Color

.myTextColor { color: #996BAD; }

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

This text font color is #996BAD.


Background Color

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

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

This div background color is #996BAD.


Border color

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

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

This div border color is #996BAD.


Opacity

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

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

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

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

This text has shadow with #996BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996BAD on black background.


Color preview on white background

This text has color #996BAD on white background.



Black color preview on #996BAD background

This text has black color on #996BAD background.


White color preview on #996BAD background

This text has white color on #996BAD background.