COLOR #876C9A

HEX: #876C9A
RGB: (135,108,154)

Renk bilgisi

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

RGB renk modeli

#876C9A color RGB value is (135,108,154).

  • kırmız ton 135;
  • yeşil ton 108;
  • mavi ton 154.
RGB:
(135,108,154)
(53%,42%,60%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 108 of 255 = 42%
B 154 of 255 = 60%

135
108
154

R + G + B ~ 52%. #876C9A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 108 + 154 = 397 (100%)
R 135 of 397 ~ 34.01%
G 108 of 397 ~ 27.2%
B 154 of 397 ~ 38.79%

%34.01
%27.2
%38.79

CMYK RENK MODELİ

#876C9A rengi CMYK tonu (12,30,0,40).

  • camgöbeği tonu 12.34%
  • eflatun tonu 29.87%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(12,30,0,40)
C12M30Y0K40 
(12%,30%,0%,40%)
(0.12/0.30/0.00/0.40)	

CMYK yüzdeleri

%12.34
%29.87
%0
%39.61

Codes

Color #876C9A in popluar color models

876C9A
RGB135108154
HSL275°18.55%51.37%
HSB/HSV275°29.87%60.39%
CMYK12.34%29.87%0.00%
39.61%

Color #876C9A in popluar number systems.

HEX876C9A
Decimal135108154
Binary10000111110110010011010
Octal207154232

Shades and tints

Shades of #876C9A

#876C9A
(135,108,154)
#7B638C
(123,99,140)
#6F5A7E
(111,90,126)
#635170
(99,81,112)
#574862
(87,72,98)
#4B3F54
(75,63,84)
#3F3646
(63,54,70)
#332D38
(51,45,56)
#27242A
(39,36,42)
#1B1B1C
(27,27,28)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #876C9A

#876C9A
(135,108,154)
#9179A3
(145,121,163)
#9B86AC
(155,134,172)
#A593B5
(165,147,181)
#AFA0BE
(175,160,190)
#B9ADC7
(185,173,199)
#C3BAD0
(195,186,208)
#CDC7D9
(205,199,217)
#D7D4E2
(215,212,226)
#E1E1EB
(225,225,235)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876C9A color. Also use rgb(135,108,154) instead hex code.

Text Font Color

.myTextColor { color: #876C9A; }

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

This text font color is #876C9A.


Background Color

.myBgColor { background-color: #876C9A; }

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

This div background color is #876C9A.


Border color

.myBorderColor { border: 1px solid #876C9A; }

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

This div border color is #876C9A.


Opacity

.myOpacity80 { color: #876C9A; opacity: 0.8; }

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

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

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

This text has shadow with #876C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876C9A on black background.


Color preview on white background

This text has color #876C9A on white background.



Black color preview on #876C9A background

This text has black color on #876C9A background.


White color preview on #876C9A background

This text has white color on #876C9A background.