COLOR #887ED2

HEX: #887ED2
RGB: (136,126,210)

Renk bilgisi

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

RGB renk modeli

#887ED2 color RGB value is (136,126,210).

  • kırmız ton 136;
  • yeşil ton 126;
  • mavi ton 210.
RGB:
(136,126,210)
(53%,49%,82%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 126 of 255 = 49%
B 210 of 255 = 82%

136
126
210

R + G + B ~ 61%. #887ED2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 126 + 210 = 472 (100%)
R 136 of 472 ~ 28.81%
G 126 of 472 ~ 26.69%
B 210 of 472 ~ 44.49%

%28.81
%26.69
%44.49

CMYK RENK MODELİ

#887ED2 rengi CMYK tonu (35,40,0,18).

  • camgöbeği tonu 35.24%
  • eflatun tonu 40.00%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(35,40,0,18)
C35M40Y0K18 
(35%,40%,0%,18%)
(0.35/0.40/0.00/0.18)	

CMYK yüzdeleri

%35.24
%40
%0
%17.65

Codes

Color #887ED2 in popluar color models

887ED2
RGB136126210
HSL247°48.28%65.88%
HSB/HSV247°40.00%82.35%
CMYK35.24%40.00%0.00%
17.65%

Color #887ED2 in popluar number systems.

HEX887ED2
Decimal136126210
Binary10001000111111011010010
Octal210176322

Shades and tints

Shades of #887ED2

#887ED2
(136,126,210)
#7C73BF
(124,115,191)
#7068AC
(112,104,172)
#645D99
(100,93,153)
#585286
(88,82,134)
#4C4773
(76,71,115)
#403C60
(64,60,96)
#34314D
(52,49,77)
#28263A
(40,38,58)
#1C1B27
(28,27,39)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #887ED2

#887ED2
(136,126,210)
#9289D6
(146,137,214)
#9C94DA
(156,148,218)
#A69FDE
(166,159,222)
#B0AAE2
(176,170,226)
#BAB5E6
(186,181,230)
#C4C0EA
(196,192,234)
#CECBEE
(206,203,238)
#D8D6F2
(216,214,242)
#E2E1F6
(226,225,246)
#ECECFA
(236,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887ED2 color. Also use rgb(136,126,210) instead hex code.

Text Font Color

.myTextColor { color: #887ED2; }

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

This text font color is #887ED2.


Background Color

.myBgColor { background-color: #887ED2; }

<div style="background-color:#887ED2">Inner text</div>

This div background color is #887ED2.


Border color

.myBorderColor { border: 1px solid #887ED2; }

<div style="border:3px solid #887ED2">Div</div>

This div border color is #887ED2.


Opacity

.myOpacity80 { color: #887ED2; opacity: 0.8; }

<p style="color:#887ED2;opacity:0.8;">80%</p>

Text with #887ED2 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 #887ED2;}

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

This text has shadow with #887ED2 color.

.textShadow {text-shadow: 3px 3px 1px #887ED2, 3px 3px 1px red;}

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

This text has shadow with #887ED2 primary color and red secondary color.


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

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

This text has shadow with #887ED2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887ED2 on black background.


Color preview on white background

This text has color #887ED2 on white background.



Black color preview on #887ED2 background

This text has black color on #887ED2 background.


White color preview on #887ED2 background

This text has white color on #887ED2 background.