COLOR #896396

HEX: #896396
RGB: (137,99,150)

Renk bilgisi

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

RGB renk modeli

#896396 color RGB value is (137,99,150).

  • kırmız ton 137;
  • yeşil ton 99;
  • mavi ton 150.
RGB:
(137,99,150)
(54%,39%,59%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 99 of 255 = 39%
B 150 of 255 = 59%

137
99
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 99 + 150 = 386 (100%)
R 137 of 386 ~ 35.49%
G 99 of 386 ~ 25.65%
B 150 of 386 ~ 38.86%

%35.49
%25.65
%38.86

CMYK RENK MODELİ

#896396 rengi CMYK tonu (9,34,0,41).

  • camgöbeği tonu 8.67%
  • eflatun tonu 34.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(9,34,0,41)
C9M34Y0K41 
(9%,34%,0%,41%)
(0.09/0.34/0.00/0.41)	

CMYK yüzdeleri

%8.67
%34
%0
%41.18

Codes

Color #896396 in popluar color models

896396
RGB13799150
HSL285°20.48%48.82%
HSB/HSV285°34.00%58.82%
CMYK8.67%34.00%0.00%
41.18%

Color #896396 in popluar number systems.

HEX896396
Decimal13799150
Binary10001001110001110010110
Octal211143226

Shades and tints

Shades of #896396

#896396
(137,99,150)
#7D5A89
(125,90,137)
#71517C
(113,81,124)
#65486F
(101,72,111)
#593F62
(89,63,98)
#4D3655
(77,54,85)
#412D48
(65,45,72)
#35243B
(53,36,59)
#291B2E
(41,27,46)
#1D1221
(29,18,33)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #896396

#896396
(137,99,150)
#93719F
(147,113,159)
#9D7FA8
(157,127,168)
#A78DB1
(167,141,177)
#B19BBA
(177,155,186)
#BBA9C3
(187,169,195)
#C5B7CC
(197,183,204)
#CFC5D5
(207,197,213)
#D9D3DE
(217,211,222)
#E3E1E7
(227,225,231)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896396 color. Also use rgb(137,99,150) instead hex code.

Text Font Color

.myTextColor { color: #896396; }

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

This text font color is #896396.


Background Color

.myBgColor { background-color: #896396; }

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

This div background color is #896396.


Border color

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

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

This div border color is #896396.


Opacity

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

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

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

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

This text has shadow with #896396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896396 on black background.


Color preview on white background

This text has color #896396 on white background.



Black color preview on #896396 background

This text has black color on #896396 background.


White color preview on #896396 background

This text has white color on #896396 background.