COLOR #876DEE

HEX: #876DEE
RGB: (135,109,238)

Renk bilgisi

#876DEE contains mainly blue color. #876DEE ‘ nin web güvenlik rengi #9966FF (ya da #96F) dir.

RGB renk modeli

#876DEE color RGB value is (135,109,238).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 109 of 255 = 43%
B 238 of 255 = 93%

135
109
238

R + G + B ~ 63%. #876DEE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 109 + 238 = 482 (100%)
R 135 of 482 ~ 28.01%
G 109 of 482 ~ 22.61%
B 238 of 482 ~ 49.38%

%28.01
%22.61
%49.38

CMYK RENK MODELİ

#876DEE rengi CMYK tonu (43,54,0,7).

  • camgöbeği tonu 43.28%
  • eflatun tonu 54.20%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(43,54,0,7)
C43M54Y0K7 
(43%,54%,0%,7%)
(0.43/0.54/0.00/0.07)	

CMYK yüzdeleri

%43.28
%54.2
%0
%6.67

Codes

Color #876DEE in popluar color models

876DEE
RGB135109238
HSL252°79.14%68.04%
HSB/HSV252°54.20%93.33%
CMYK43.28%54.20%0.00%
6.67%

Color #876DEE in popluar number systems.

HEX876DEE
Decimal135109238
Binary10000111110110111101110
Octal207155356

Shades and tints

Shades of #876DEE

#876DEE
(135,109,238)
#7B64D9
(123,100,217)
#6F5BC4
(111,91,196)
#6352AF
(99,82,175)
#57499A
(87,73,154)
#4B4085
(75,64,133)
#3F3770
(63,55,112)
#332E5B
(51,46,91)
#272546
(39,37,70)
#1B1C31
(27,28,49)
#0F131C
(15,19,28)
#000000
(0,0,0)

Tints of #876DEE

#876DEE
(135,109,238)
#917AEF
(145,122,239)
#9B87F0
(155,135,240)
#A594F1
(165,148,241)
#AFA1F2
(175,161,242)
#B9AEF3
(185,174,243)
#C3BBF4
(195,187,244)
#CDC8F5
(205,200,245)
#D7D5F6
(215,213,246)
#E1E2F7
(225,226,247)
#EBEFF8
(235,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876DEE; }

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

This text font color is #876DEE.


Background Color

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

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

This div background color is #876DEE.


Border color

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

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

This div border color is #876DEE.


Opacity

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

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

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

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

This text has shadow with #876DEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876DEE on black background.


Color preview on white background

This text has color #876DEE on white background.



Black color preview on #876DEE background

This text has black color on #876DEE background.


White color preview on #876DEE background

This text has white color on #876DEE background.