COLOR #887EB8

HEX: #887EB8
RGB: (136,126,184)

Renk bilgisi

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

RGB renk modeli

#887EB8 color RGB value is (136,126,184).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 126 of 255 = 49%
B 184 of 255 = 72%

136
126
184

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 126 + 184 = 446 (100%)
R 136 of 446 ~ 30.49%
G 126 of 446 ~ 28.25%
B 184 of 446 ~ 41.26%

%30.49
%28.25
%41.26

CMYK RENK MODELİ

#887EB8 rengi CMYK tonu (26,32,0,28).

  • camgöbeği tonu 26.09%
  • eflatun tonu 31.52%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(26,32,0,28)
C26M32Y0K28 
(26%,32%,0%,28%)
(0.26/0.32/0.00/0.28)	

CMYK yüzdeleri

%26.09
%31.52
%0
%27.84

Codes

Color #887EB8 in popluar color models

887EB8
RGB136126184
HSL250°29.00%60.78%
HSB/HSV250°31.52%72.16%
CMYK26.09%31.52%0.00%
27.84%

Color #887EB8 in popluar number systems.

HEX887EB8
Decimal136126184
Binary10001000111111010111000
Octal210176270

Shades and tints

Shades of #887EB8

#887EB8
(136,126,184)
#7C73A8
(124,115,168)
#706898
(112,104,152)
#645D88
(100,93,136)
#585278
(88,82,120)
#4C4768
(76,71,104)
#403C58
(64,60,88)
#343148
(52,49,72)
#282638
(40,38,56)
#1C1B28
(28,27,40)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #887EB8

#887EB8
(136,126,184)
#9289BE
(146,137,190)
#9C94C4
(156,148,196)
#A69FCA
(166,159,202)
#B0AAD0
(176,170,208)
#BAB5D6
(186,181,214)
#C4C0DC
(196,192,220)
#CECBE2
(206,203,226)
#D8D6E8
(216,214,232)
#E2E1EE
(226,225,238)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887EB8; }

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

This text font color is #887EB8.


Background Color

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

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

This div background color is #887EB8.


Border color

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

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

This div border color is #887EB8.


Opacity

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

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

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

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

This text has shadow with #887EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887EB8 on black background.


Color preview on white background

This text has color #887EB8 on white background.



Black color preview on #887EB8 background

This text has black color on #887EB8 background.


White color preview on #887EB8 background

This text has white color on #887EB8 background.