COLOR #876896

HEX: #876896
RGB: (135,104,150)

Renk bilgisi

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

RGB renk modeli

#876896 color RGB value is (135,104,150).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 104 of 255 = 41%
B 150 of 255 = 59%

135
104
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 104 + 150 = 389 (100%)
R 135 of 389 ~ 34.7%
G 104 of 389 ~ 26.74%
B 150 of 389 ~ 38.56%

%34.7
%26.74
%38.56

CMYK RENK MODELİ

#876896 rengi CMYK tonu (10,31,0,41).

  • camgöbeği tonu 10.00%
  • eflatun tonu 30.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(10,31,0,41)
C10M31Y0K41 
(10%,31%,0%,41%)
(0.10/0.31/0.00/0.41)	

CMYK yüzdeleri

%10
%30.67
%0
%41.18

Codes

Color #876896 in popluar color models

876896
RGB135104150
HSL280°18.11%49.80%
HSB/HSV280°30.67%58.82%
CMYK10.00%30.67%0.00%
41.18%

Color #876896 in popluar number systems.

HEX876896
Decimal135104150
Binary10000111110100010010110
Octal207150226

Shades and tints

Shades of #876896

#876896
(135,104,150)
#7B5F89
(123,95,137)
#6F567C
(111,86,124)
#634D6F
(99,77,111)
#574462
(87,68,98)
#4B3B55
(75,59,85)
#3F3248
(63,50,72)
#33293B
(51,41,59)
#27202E
(39,32,46)
#1B1721
(27,23,33)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #876896

#876896
(135,104,150)
#91759F
(145,117,159)
#9B82A8
(155,130,168)
#A58FB1
(165,143,177)
#AF9CBA
(175,156,186)
#B9A9C3
(185,169,195)
#C3B6CC
(195,182,204)
#CDC3D5
(205,195,213)
#D7D0DE
(215,208,222)
#E1DDE7
(225,221,231)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876896; }

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

This text font color is #876896.


Background Color

.myBgColor { background-color: #876896; }

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

This div background color is #876896.


Border color

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

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

This div border color is #876896.


Opacity

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

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

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

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

This text has shadow with #876896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876896 on black background.


Color preview on white background

This text has color #876896 on white background.



Black color preview on #876896 background

This text has black color on #876896 background.


White color preview on #876896 background

This text has white color on #876896 background.