COLOR #996C85

HEX: #996C85
RGB: (153,108,133)

Renk bilgisi

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

RGB renk modeli

#996C85 color RGB value is (153,108,133).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 108 of 255 = 42%
B 133 of 255 = 52%

153
108
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 108 + 133 = 394 (100%)
R 153 of 394 ~ 38.83%
G 108 of 394 ~ 27.41%
B 133 of 394 ~ 33.76%

%38.83
%27.41
%33.76

CMYK RENK MODELİ

#996C85 rengi CMYK tonu (0,29,13,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.41%
  • sarı tonu 13.07%
  • ana renk tonu 40.00%
CMYK:
(0,29,13,40)
C0M29Y13K40 
(0%,29%,13%,40%)
(0.00/0.29/0.13/0.40)	

CMYK yüzdeleri

%0
%29.41
%13.07
%40

Codes

Color #996C85 in popluar color models

996C85
RGB153108133
HSL327°18.07%51.18%
HSB/HSV327°29.41%60.00%
CMYK0.00%29.41%13.07%
40.00%

Color #996C85 in popluar number systems.

HEX996C85
Decimal153108133
Binary10011001110110010000101
Octal231154205

Shades and tints

Shades of #996C85

#996C85
(153,108,133)
#8C6379
(140,99,121)
#7F5A6D
(127,90,109)
#725161
(114,81,97)
#654855
(101,72,85)
#583F49
(88,63,73)
#4B363D
(75,54,61)
#3E2D31
(62,45,49)
#312425
(49,36,37)
#241B19
(36,27,25)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #996C85

#996C85
(153,108,133)
#A27990
(162,121,144)
#AB869B
(171,134,155)
#B493A6
(180,147,166)
#BDA0B1
(189,160,177)
#C6ADBC
(198,173,188)
#CFBAC7
(207,186,199)
#D8C7D2
(216,199,210)
#E1D4DD
(225,212,221)
#EAE1E8
(234,225,232)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996C85; }

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

This text font color is #996C85.


Background Color

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

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

This div background color is #996C85.


Border color

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

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

This div border color is #996C85.


Opacity

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

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

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

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

This text has shadow with #996C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996C85 on black background.


Color preview on white background

This text has color #996C85 on white background.



Black color preview on #996C85 background

This text has black color on #996C85 background.


White color preview on #996C85 background

This text has white color on #996C85 background.