COLOR #887EB5

HEX: #887EB5
RGB: (136,126,181)

Renk bilgisi

#887EB5 contains red, green and blue colors in about the same proportion. #887EB5 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#887EB5 color RGB value is (136,126,181).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 126 of 255 = 49%
B 181 of 255 = 71%

136
126
181

R + G + B ~ 58%. #887EB5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 126 + 181 = 443 (100%)
R 136 of 443 ~ 30.7%
G 126 of 443 ~ 28.44%
B 181 of 443 ~ 40.86%

%30.7
%28.44
%40.86

CMYK RENK MODELİ

#887EB5 rengi CMYK tonu (25,30,0,29).

  • camgöbeği tonu 24.86%
  • eflatun tonu 30.39%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(25,30,0,29)
C25M30Y0K29 
(25%,30%,0%,29%)
(0.25/0.30/0.00/0.29)	

CMYK yüzdeleri

%24.86
%30.39
%0
%29.02

Codes

Color #887EB5 in popluar color models

887EB5
RGB136126181
HSL251°27.09%60.20%
HSB/HSV251°30.39%70.98%
CMYK24.86%30.39%0.00%
29.02%

Color #887EB5 in popluar number systems.

HEX887EB5
Decimal136126181
Binary10001000111111010110101
Octal210176265

Shades and tints

Shades of #887EB5

#887EB5
(136,126,181)
#7C73A5
(124,115,165)
#706895
(112,104,149)
#645D85
(100,93,133)
#585275
(88,82,117)
#4C4765
(76,71,101)
#403C55
(64,60,85)
#343145
(52,49,69)
#282635
(40,38,53)
#1C1B25
(28,27,37)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #887EB5

#887EB5
(136,126,181)
#9289BB
(146,137,187)
#9C94C1
(156,148,193)
#A69FC7
(166,159,199)
#B0AACD
(176,170,205)
#BAB5D3
(186,181,211)
#C4C0D9
(196,192,217)
#CECBDF
(206,203,223)
#D8D6E5
(216,214,229)
#E2E1EB
(226,225,235)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887EB5; }

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

This text font color is #887EB5.


Background Color

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

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

This div background color is #887EB5.


Border color

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

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

This div border color is #887EB5.


Opacity

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

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

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

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

This text has shadow with #887EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887EB5 on black background.


Color preview on white background

This text has color #887EB5 on white background.



Black color preview on #887EB5 background

This text has black color on #887EB5 background.


White color preview on #887EB5 background

This text has white color on #887EB5 background.