COLOR #996B82

HEX: #996B82
RGB: (153,107,130)

Renk bilgisi

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

RGB renk modeli

#996B82 color RGB value is (153,107,130).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 107 of 255 = 42%
B 130 of 255 = 51%

153
107
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 107 + 130 = 390 (100%)
R 153 of 390 ~ 39.23%
G 107 of 390 ~ 27.44%
B 130 of 390 ~ 33.33%

%39.23
%27.44
%33.33

CMYK RENK MODELİ

#996B82 rengi CMYK tonu (0,30,15,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.07%
  • sarı tonu 15.03%
  • ana renk tonu 40.00%
CMYK:
(0,30,15,40)
C0M30Y15K40 
(0%,30%,15%,40%)
(0.00/0.30/0.15/0.40)	

CMYK yüzdeleri

%0
%30.07
%15.03
%40

Codes

Color #996B82 in popluar color models

996B82
RGB153107130
HSL330°18.40%50.98%
HSB/HSV330°30.07%60.00%
CMYK0.00%30.07%15.03%
40.00%

Color #996B82 in popluar number systems.

HEX996B82
Decimal153107130
Binary10011001110101110000010
Octal231153202

Shades and tints

Shades of #996B82

#996B82
(153,107,130)
#8C6277
(140,98,119)
#7F596C
(127,89,108)
#725061
(114,80,97)
#654756
(101,71,86)
#583E4B
(88,62,75)
#4B3540
(75,53,64)
#3E2C35
(62,44,53)
#31232A
(49,35,42)
#241A1F
(36,26,31)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #996B82

#996B82
(153,107,130)
#A2788D
(162,120,141)
#AB8598
(171,133,152)
#B492A3
(180,146,163)
#BD9FAE
(189,159,174)
#C6ACB9
(198,172,185)
#CFB9C4
(207,185,196)
#D8C6CF
(216,198,207)
#E1D3DA
(225,211,218)
#EAE0E5
(234,224,229)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996B82; }

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

This text font color is #996B82.


Background Color

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

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

This div background color is #996B82.


Border color

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

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

This div border color is #996B82.


Opacity

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

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

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

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

This text has shadow with #996B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996B82 on black background.


Color preview on white background

This text has color #996B82 on white background.



Black color preview on #996B82 background

This text has black color on #996B82 background.


White color preview on #996B82 background

This text has white color on #996B82 background.