COLOR #887CD2

HEX: #887CD2
RGB: (136,124,210)

Renk bilgisi

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

RGB renk modeli

#887CD2 color RGB value is (136,124,210).

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

RGB bağlantıları ve doygunluk

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

136
124
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 124 + 210 = 470 (100%)
R 136 of 470 ~ 28.94%
G 124 of 470 ~ 26.38%
B 210 of 470 ~ 44.68%

%28.94
%26.38
%44.68

CMYK RENK MODELİ

#887CD2 rengi CMYK tonu (35,41,0,18).

  • camgöbeği tonu 35.24%
  • eflatun tonu 40.95%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(35,41,0,18)
C35M41Y0K18 
(35%,41%,0%,18%)
(0.35/0.41/0.00/0.18)	

CMYK yüzdeleri

%35.24
%40.95
%0
%17.65

Codes

Color #887CD2 in popluar color models

887CD2
RGB136124210
HSL248°48.86%65.49%
HSB/HSV248°40.95%82.35%
CMYK35.24%40.95%0.00%
17.65%

Color #887CD2 in popluar number systems.

HEX887CD2
Decimal136124210
Binary10001000111110011010010
Octal210174322

Shades and tints

Shades of #887CD2

#887CD2
(136,124,210)
#7C71BF
(124,113,191)
#7066AC
(112,102,172)
#645B99
(100,91,153)
#585086
(88,80,134)
#4C4573
(76,69,115)
#403A60
(64,58,96)
#342F4D
(52,47,77)
#28243A
(40,36,58)
#1C1927
(28,25,39)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #887CD2

#887CD2
(136,124,210)
#9287D6
(146,135,214)
#9C92DA
(156,146,218)
#A69DDE
(166,157,222)
#B0A8E2
(176,168,226)
#BAB3E6
(186,179,230)
#C4BEEA
(196,190,234)
#CEC9EE
(206,201,238)
#D8D4F2
(216,212,242)
#E2DFF6
(226,223,246)
#ECEAFA
(236,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887CD2; }

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

This text font color is #887CD2.


Background Color

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

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

This div background color is #887CD2.


Border color

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

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

This div border color is #887CD2.


Opacity

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

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

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

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

This text has shadow with #887CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887CD2 on black background.


Color preview on white background

This text has color #887CD2 on white background.



Black color preview on #887CD2 background

This text has black color on #887CD2 background.


White color preview on #887CD2 background

This text has white color on #887CD2 background.