COLOR #996D8E

HEX: #996D8E
RGB: (153,109,142)

Renk bilgisi

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

RGB renk modeli

#996D8E color RGB value is (153,109,142).

  • kırmız ton 153;
  • yeşil ton 109;
  • mavi ton 142.
RGB:
(153,109,142)
(60%,43%,56%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 109 of 255 = 43%
B 142 of 255 = 56%

153
109
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 109 + 142 = 404 (100%)
R 153 of 404 ~ 37.87%
G 109 of 404 ~ 26.98%
B 142 of 404 ~ 35.15%

%37.87
%26.98
%35.15

CMYK RENK MODELİ

#996D8E rengi CMYK tonu (0,29,7,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.76%
  • sarı tonu 7.19%
  • ana renk tonu 40.00%
CMYK:
(0,29,7,40)
C0M29Y7K40 
(0%,29%,7%,40%)
(0.00/0.29/0.07/0.40)	

CMYK yüzdeleri

%0
%28.76
%7.19
%40

Codes

Color #996D8E in popluar color models

996D8E
RGB153109142
HSL315°17.74%51.37%
HSB/HSV315°28.76%60.00%
CMYK0.00%28.76%7.19%
40.00%

Color #996D8E in popluar number systems.

HEX996D8E
Decimal153109142
Binary10011001110110110001110
Octal231155216

Shades and tints

Shades of #996D8E

#996D8E
(153,109,142)
#8C6482
(140,100,130)
#7F5B76
(127,91,118)
#72526A
(114,82,106)
#65495E
(101,73,94)
#584052
(88,64,82)
#4B3746
(75,55,70)
#3E2E3A
(62,46,58)
#31252E
(49,37,46)
#241C22
(36,28,34)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #996D8E

#996D8E
(153,109,142)
#A27A98
(162,122,152)
#AB87A2
(171,135,162)
#B494AC
(180,148,172)
#BDA1B6
(189,161,182)
#C6AEC0
(198,174,192)
#CFBBCA
(207,187,202)
#D8C8D4
(216,200,212)
#E1D5DE
(225,213,222)
#EAE2E8
(234,226,232)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996D8E color. Also use rgb(153,109,142) instead hex code.

Text Font Color

.myTextColor { color: #996D8E; }

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

This text font color is #996D8E.


Background Color

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

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

This div background color is #996D8E.


Border color

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

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

This div border color is #996D8E.


Opacity

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

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

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

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

This text has shadow with #996D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996D8E on black background.


Color preview on white background

This text has color #996D8E on white background.



Black color preview on #996D8E background

This text has black color on #996D8E background.


White color preview on #996D8E background

This text has white color on #996D8E background.