COLOR #996675

HEX: #996675
RGB: (153,102,117)

Renk bilgisi

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

RGB renk modeli

#996675 color RGB value is (153,102,117).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 102 of 255 = 40%
B 117 of 255 = 46%

153
102
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 102 + 117 = 372 (100%)
R 153 of 372 ~ 41.13%
G 102 of 372 ~ 27.42%
B 117 of 372 ~ 31.45%

%41.13
%27.42
%31.45

CMYK RENK MODELİ

#996675 rengi CMYK tonu (0,33,24,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.33%
  • sarı tonu 23.53%
  • ana renk tonu 40.00%
CMYK:
(0,33,24,40)
C0M33Y24K40 
(0%,33%,24%,40%)
(0.00/0.33/0.24/0.40)	

CMYK yüzdeleri

%0
%33.33
%23.53
%40

Codes

Color #996675 in popluar color models

996675
RGB153102117
HSL342°20.00%50.00%
HSB/HSV342°33.33%60.00%
CMYK0.00%33.33%23.53%
40.00%

Color #996675 in popluar number systems.

HEX996675
Decimal153102117
Binary1001100111001101110101
Octal231146165

Shades and tints

Shades of #996675

#996675
(153,102,117)
#8C5D6B
(140,93,107)
#7F5461
(127,84,97)
#724B57
(114,75,87)
#65424D
(101,66,77)
#583943
(88,57,67)
#4B3039
(75,48,57)
#3E272F
(62,39,47)
#311E25
(49,30,37)
#24151B
(36,21,27)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #996675

#996675
(153,102,117)
#A27381
(162,115,129)
#AB808D
(171,128,141)
#B48D99
(180,141,153)
#BD9AA5
(189,154,165)
#C6A7B1
(198,167,177)
#CFB4BD
(207,180,189)
#D8C1C9
(216,193,201)
#E1CED5
(225,206,213)
#EADBE1
(234,219,225)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996675; }

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

This text font color is #996675.


Background Color

.myBgColor { background-color: #996675; }

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

This div background color is #996675.


Border color

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

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

This div border color is #996675.


Opacity

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

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

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

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

This text has shadow with #996675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996675 on black background.


Color preview on white background

This text has color #996675 on white background.



Black color preview on #996675 background

This text has black color on #996675 background.


White color preview on #996675 background

This text has white color on #996675 background.