COLOR #876CE5

HEX: #876CE5
RGB: (135,108,229)

Renk bilgisi

#876CE5 contains mainly blue color. #876CE5 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#876CE5 color RGB value is (135,108,229).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 108 of 255 = 42%
B 229 of 255 = 90%

135
108
229

R + G + B ~ 62%. #876CE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 108 + 229 = 472 (100%)
R 135 of 472 ~ 28.6%
G 108 of 472 ~ 22.88%
B 229 of 472 ~ 48.52%

%28.6
%22.88
%48.52

CMYK RENK MODELİ

#876CE5 rengi CMYK tonu (41,53,0,10).

  • camgöbeği tonu 41.05%
  • eflatun tonu 52.84%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(41,53,0,10)
C41M53Y0K10 
(41%,53%,0%,10%)
(0.41/0.53/0.00/0.10)	

CMYK yüzdeleri

%41.05
%52.84
%0
%10.2

Codes

Color #876CE5 in popluar color models

876CE5
RGB135108229
HSL253°69.94%66.08%
HSB/HSV253°52.84%89.80%
CMYK41.05%52.84%0.00%
10.20%

Color #876CE5 in popluar number systems.

HEX876CE5
Decimal135108229
Binary10000111110110011100101
Octal207154345

Shades and tints

Shades of #876CE5

#876CE5
(135,108,229)
#7B63D1
(123,99,209)
#6F5ABD
(111,90,189)
#6351A9
(99,81,169)
#574895
(87,72,149)
#4B3F81
(75,63,129)
#3F366D
(63,54,109)
#332D59
(51,45,89)
#272445
(39,36,69)
#1B1B31
(27,27,49)
#0F121D
(15,18,29)
#000000
(0,0,0)

Tints of #876CE5

#876CE5
(135,108,229)
#9179E7
(145,121,231)
#9B86E9
(155,134,233)
#A593EB
(165,147,235)
#AFA0ED
(175,160,237)
#B9ADEF
(185,173,239)
#C3BAF1
(195,186,241)
#CDC7F3
(205,199,243)
#D7D4F5
(215,212,245)
#E1E1F7
(225,225,247)
#EBEEF9
(235,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876CE5; }

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

This text font color is #876CE5.


Background Color

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

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

This div background color is #876CE5.


Border color

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

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

This div border color is #876CE5.


Opacity

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

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

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

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

This text has shadow with #876CE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876CE5 on black background.


Color preview on white background

This text has color #876CE5 on white background.



Black color preview on #876CE5 background

This text has black color on #876CE5 background.


White color preview on #876CE5 background

This text has white color on #876CE5 background.