COLOR #996395

HEX: #996395
RGB: (153,99,149)

Renk bilgisi

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

RGB renk modeli

#996395 color RGB value is (153,99,149).

  • kırmız ton 153;
  • yeşil ton 99;
  • mavi ton 149.
RGB:
(153,99,149)
(60%,39%,58%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 99 of 255 = 39%
B 149 of 255 = 58%

153
99
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 99 + 149 = 401 (100%)
R 153 of 401 ~ 38.15%
G 99 of 401 ~ 24.69%
B 149 of 401 ~ 37.16%

%38.15
%24.69
%37.16

CMYK RENK MODELİ

#996395 rengi CMYK tonu (0,35,3,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.29%
  • sarı tonu 2.61%
  • ana renk tonu 40.00%
CMYK:
(0,35,3,40)
C0M35Y3K40 
(0%,35%,3%,40%)
(0.00/0.35/0.03/0.40)	

CMYK yüzdeleri

%0
%35.29
%2.61
%40

Codes

Color #996395 in popluar color models

996395
RGB15399149
HSL304°21.43%49.41%
HSB/HSV304°35.29%60.00%
CMYK0.00%35.29%2.61%
40.00%

Color #996395 in popluar number systems.

HEX996395
Decimal15399149
Binary10011001110001110010101
Octal231143225

Shades and tints

Shades of #996395

#996395
(153,99,149)
#8C5A88
(140,90,136)
#7F517B
(127,81,123)
#72486E
(114,72,110)
#653F61
(101,63,97)
#583654
(88,54,84)
#4B2D47
(75,45,71)
#3E243A
(62,36,58)
#311B2D
(49,27,45)
#241220
(36,18,32)
#170913
(23,9,19)
#000000
(0,0,0)

Tints of #996395

#996395
(153,99,149)
#A2719E
(162,113,158)
#AB7FA7
(171,127,167)
#B48DB0
(180,141,176)
#BD9BB9
(189,155,185)
#C6A9C2
(198,169,194)
#CFB7CB
(207,183,203)
#D8C5D4
(216,197,212)
#E1D3DD
(225,211,221)
#EAE1E6
(234,225,230)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996395 color. Also use rgb(153,99,149) instead hex code.

Text Font Color

.myTextColor { color: #996395; }

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

This text font color is #996395.


Background Color

.myBgColor { background-color: #996395; }

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

This div background color is #996395.


Border color

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

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

This div border color is #996395.


Opacity

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

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

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

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

This text has shadow with #996395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996395 on black background.


Color preview on white background

This text has color #996395 on white background.



Black color preview on #996395 background

This text has black color on #996395 background.


White color preview on #996395 background

This text has white color on #996395 background.