COLOR #996677

HEX: #996677
RGB: (153,102,119)

Renk bilgisi

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

RGB renk modeli

#996677 color RGB value is (153,102,119).

  • kırmız ton 153;
  • yeşil ton 102;
  • mavi ton 119.
RGB:
(153,102,119)
(60%,40%,47%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 102 of 255 = 40%
B 119 of 255 = 47%

153
102
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 102 + 119 = 374 (100%)
R 153 of 374 ~ 40.91%
G 102 of 374 ~ 27.27%
B 119 of 374 ~ 31.82%

%40.91
%27.27
%31.82

CMYK RENK MODELİ

#996677 rengi CMYK tonu (0,33,22,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.33%
  • sarı tonu 22.22%
  • ana renk tonu 40.00%
CMYK:
(0,33,22,40)
C0M33Y22K40 
(0%,33%,22%,40%)
(0.00/0.33/0.22/0.40)	

CMYK yüzdeleri

%0
%33.33
%22.22
%40

Codes

Color #996677 in popluar color models

996677
RGB153102119
HSL340°20.00%50.00%
HSB/HSV340°33.33%60.00%
CMYK0.00%33.33%22.22%
40.00%

Color #996677 in popluar number systems.

HEX996677
Decimal153102119
Binary1001100111001101110111
Octal231146167

Shades and tints

Shades of #996677

#996677
(153,102,119)
#8C5D6D
(140,93,109)
#7F5463
(127,84,99)
#724B59
(114,75,89)
#65424F
(101,66,79)
#583945
(88,57,69)
#4B303B
(75,48,59)
#3E2731
(62,39,49)
#311E27
(49,30,39)
#24151D
(36,21,29)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #996677

#996677
(153,102,119)
#A27383
(162,115,131)
#AB808F
(171,128,143)
#B48D9B
(180,141,155)
#BD9AA7
(189,154,167)
#C6A7B3
(198,167,179)
#CFB4BF
(207,180,191)
#D8C1CB
(216,193,203)
#E1CED7
(225,206,215)
#EADBE3
(234,219,227)
#F3E8EF
(243,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996677 color. Also use rgb(153,102,119) instead hex code.

Text Font Color

.myTextColor { color: #996677; }

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

This text font color is #996677.


Background Color

.myBgColor { background-color: #996677; }

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

This div background color is #996677.


Border color

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

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

This div border color is #996677.


Opacity

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

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

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

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

This text has shadow with #996677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996677 on black background.


Color preview on white background

This text has color #996677 on white background.



Black color preview on #996677 background

This text has black color on #996677 background.


White color preview on #996677 background

This text has white color on #996677 background.