COLOR #876DA5

HEX: #876DA5
RGB: (135,109,165)

Renk bilgisi

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

RGB renk modeli

#876DA5 color RGB value is (135,109,165).

  • kırmız ton 135;
  • yeşil ton 109;
  • mavi ton 165.
RGB:
(135,109,165)
(53%,43%,65%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 109 of 255 = 43%
B 165 of 255 = 65%

135
109
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 109 + 165 = 409 (100%)
R 135 of 409 ~ 33.01%
G 109 of 409 ~ 26.65%
B 165 of 409 ~ 40.34%

%33.01
%26.65
%40.34

CMYK RENK MODELİ

#876DA5 rengi CMYK tonu (18,34,0,35).

  • camgöbeği tonu 18.18%
  • eflatun tonu 33.94%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(18,34,0,35)
C18M34Y0K35 
(18%,34%,0%,35%)
(0.18/0.34/0.00/0.35)	

CMYK yüzdeleri

%18.18
%33.94
%0
%35.29

Codes

Color #876DA5 in popluar color models

876DA5
RGB135109165
HSL268°23.73%53.73%
HSB/HSV268°33.94%64.71%
CMYK18.18%33.94%0.00%
35.29%

Color #876DA5 in popluar number systems.

HEX876DA5
Decimal135109165
Binary10000111110110110100101
Octal207155245

Shades and tints

Shades of #876DA5

#876DA5
(135,109,165)
#7B6496
(123,100,150)
#6F5B87
(111,91,135)
#635278
(99,82,120)
#574969
(87,73,105)
#4B405A
(75,64,90)
#3F374B
(63,55,75)
#332E3C
(51,46,60)
#27252D
(39,37,45)
#1B1C1E
(27,28,30)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #876DA5

#876DA5
(135,109,165)
#917AAD
(145,122,173)
#9B87B5
(155,135,181)
#A594BD
(165,148,189)
#AFA1C5
(175,161,197)
#B9AECD
(185,174,205)
#C3BBD5
(195,187,213)
#CDC8DD
(205,200,221)
#D7D5E5
(215,213,229)
#E1E2ED
(225,226,237)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876DA5 color. Also use rgb(135,109,165) instead hex code.

Text Font Color

.myTextColor { color: #876DA5; }

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

This text font color is #876DA5.


Background Color

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

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

This div background color is #876DA5.


Border color

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

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

This div border color is #876DA5.


Opacity

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

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

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

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

This text has shadow with #876DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876DA5 on black background.


Color preview on white background

This text has color #876DA5 on white background.



Black color preview on #876DA5 background

This text has black color on #876DA5 background.


White color preview on #876DA5 background

This text has white color on #876DA5 background.