COLOR #996D7B

HEX: #996D7B
RGB: (153,109,123)

Renk bilgisi

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

RGB renk modeli

#996D7B color RGB value is (153,109,123).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 109 of 255 = 43%
B 123 of 255 = 48%

153
109
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 109 + 123 = 385 (100%)
R 153 of 385 ~ 39.74%
G 109 of 385 ~ 28.31%
B 123 of 385 ~ 31.95%

%39.74
%28.31
%31.95

CMYK RENK MODELİ

#996D7B rengi CMYK tonu (0,29,20,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.76%
  • sarı tonu 19.61%
  • ana renk tonu 40.00%
CMYK:
(0,29,20,40)
C0M29Y20K40 
(0%,29%,20%,40%)
(0.00/0.29/0.20/0.40)	

CMYK yüzdeleri

%0
%28.76
%19.61
%40

Codes

Color #996D7B in popluar color models

996D7B
RGB153109123
HSL341°17.74%51.37%
HSB/HSV341°28.76%60.00%
CMYK0.00%28.76%19.61%
40.00%

Color #996D7B in popluar number systems.

HEX996D7B
Decimal153109123
Binary1001100111011011111011
Octal231155173

Shades and tints

Shades of #996D7B

#996D7B
(153,109,123)
#8C6470
(140,100,112)
#7F5B65
(127,91,101)
#72525A
(114,82,90)
#65494F
(101,73,79)
#584044
(88,64,68)
#4B3739
(75,55,57)
#3E2E2E
(62,46,46)
#312523
(49,37,35)
#241C18
(36,28,24)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #996D7B

#996D7B
(153,109,123)
#A27A87
(162,122,135)
#AB8793
(171,135,147)
#B4949F
(180,148,159)
#BDA1AB
(189,161,171)
#C6AEB7
(198,174,183)
#CFBBC3
(207,187,195)
#D8C8CF
(216,200,207)
#E1D5DB
(225,213,219)
#EAE2E7
(234,226,231)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996D7B; }

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

This text font color is #996D7B.


Background Color

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

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

This div background color is #996D7B.


Border color

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

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

This div border color is #996D7B.


Opacity

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

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

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

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

This text has shadow with #996D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996D7B on black background.


Color preview on white background

This text has color #996D7B on white background.



Black color preview on #996D7B background

This text has black color on #996D7B background.


White color preview on #996D7B background

This text has white color on #996D7B background.