COLOR #876396

HEX: #876396
RGB: (135,99,150)

Renk bilgisi

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

RGB renk modeli

#876396 color RGB value is (135,99,150).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 99 of 255 = 39%
B 150 of 255 = 59%

135
99
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 99 + 150 = 384 (100%)
R 135 of 384 ~ 35.16%
G 99 of 384 ~ 25.78%
B 150 of 384 ~ 39.06%

%35.16
%25.78
%39.06

CMYK RENK MODELİ

#876396 rengi CMYK tonu (10,34,0,41).

  • camgöbeği tonu 10.00%
  • eflatun tonu 34.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(10,34,0,41)
C10M34Y0K41 
(10%,34%,0%,41%)
(0.10/0.34/0.00/0.41)	

CMYK yüzdeleri

%10
%34
%0
%41.18

Codes

Color #876396 in popluar color models

876396
RGB13599150
HSL282°20.48%48.82%
HSB/HSV282°34.00%58.82%
CMYK10.00%34.00%0.00%
41.18%

Color #876396 in popluar number systems.

HEX876396
Decimal13599150
Binary10000111110001110010110
Octal207143226

Shades and tints

Shades of #876396

#876396
(135,99,150)
#7B5A89
(123,90,137)
#6F517C
(111,81,124)
#63486F
(99,72,111)
#573F62
(87,63,98)
#4B3655
(75,54,85)
#3F2D48
(63,45,72)
#33243B
(51,36,59)
#271B2E
(39,27,46)
#1B1221
(27,18,33)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #876396

#876396
(135,99,150)
#91719F
(145,113,159)
#9B7FA8
(155,127,168)
#A58DB1
(165,141,177)
#AF9BBA
(175,155,186)
#B9A9C3
(185,169,195)
#C3B7CC
(195,183,204)
#CDC5D5
(205,197,213)
#D7D3DE
(215,211,222)
#E1E1E7
(225,225,231)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876396; }

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

This text font color is #876396.


Background Color

.myBgColor { background-color: #876396; }

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

This div background color is #876396.


Border color

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

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

This div border color is #876396.


Opacity

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

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

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

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

This text has shadow with #876396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876396 on black background.


Color preview on white background

This text has color #876396 on white background.



Black color preview on #876396 background

This text has black color on #876396 background.


White color preview on #876396 background

This text has white color on #876396 background.