COLOR #876C99

HEX: #876C99
RGB: (135,108,153)

Renk bilgisi

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

RGB renk modeli

#876C99 color RGB value is (135,108,153).

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

RGB bağlantıları ve doygunluk

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

135
108
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 108 + 153 = 396 (100%)
R 135 of 396 ~ 34.09%
G 108 of 396 ~ 27.27%
B 153 of 396 ~ 38.64%

%34.09
%27.27
%38.64

CMYK RENK MODELİ

#876C99 rengi CMYK tonu (12,29,0,40).

  • camgöbeği tonu 11.76%
  • eflatun tonu 29.41%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(12,29,0,40)
C12M29Y0K40 
(12%,29%,0%,40%)
(0.12/0.29/0.00/0.40)	

CMYK yüzdeleri

%11.76
%29.41
%0
%40

Codes

Color #876C99 in popluar color models

876C99
RGB135108153
HSL276°18.07%51.18%
HSB/HSV276°29.41%60.00%
CMYK11.76%29.41%0.00%
40.00%

Color #876C99 in popluar number systems.

HEX876C99
Decimal135108153
Binary10000111110110010011001
Octal207154231

Shades and tints

Shades of #876C99

#876C99
(135,108,153)
#7B638C
(123,99,140)
#6F5A7F
(111,90,127)
#635172
(99,81,114)
#574865
(87,72,101)
#4B3F58
(75,63,88)
#3F364B
(63,54,75)
#332D3E
(51,45,62)
#272431
(39,36,49)
#1B1B24
(27,27,36)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #876C99

#876C99
(135,108,153)
#9179A2
(145,121,162)
#9B86AB
(155,134,171)
#A593B4
(165,147,180)
#AFA0BD
(175,160,189)
#B9ADC6
(185,173,198)
#C3BACF
(195,186,207)
#CDC7D8
(205,199,216)
#D7D4E1
(215,212,225)
#E1E1EA
(225,225,234)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876C99; }

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

This text font color is #876C99.


Background Color

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

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

This div background color is #876C99.


Border color

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

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

This div border color is #876C99.


Opacity

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

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

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

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

This text has shadow with #876C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876C99 on black background.


Color preview on white background

This text has color #876C99 on white background.



Black color preview on #876C99 background

This text has black color on #876C99 background.


White color preview on #876C99 background

This text has white color on #876C99 background.