COLOR #887080

HEX: #887080
RGB: (136,112,128)

Renk bilgisi

#887080 contains red, green and blue colors in about the same proportion. #887080 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#887080 color RGB value is (136,112,128).

  • kırmız ton 136;
  • yeşil ton 112;
  • mavi ton 128.
RGB:
(136,112,128)
(53%,44%,50%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 112 of 255 = 44%
B 128 of 255 = 50%

136
112
128

R + G + B ~ 49%. #887080 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 112 + 128 = 376 (100%)
R 136 of 376 ~ 36.17%
G 112 of 376 ~ 29.79%
B 128 of 376 ~ 34.04%

%36.17
%29.79
%34.04

CMYK RENK MODELİ

#887080 rengi CMYK tonu (0,18,6,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.65%
  • sarı tonu 5.88%
  • ana renk tonu 46.67%
CMYK:
(0,18,6,47)
C0M18Y6K47 
(0%,18%,6%,47%)
(0.00/0.18/0.06/0.47)	

CMYK yüzdeleri

%0
%17.65
%5.88
%46.67

Codes

Color #887080 in popluar color models

887080
RGB136112128
HSL320°9.68%48.63%
HSB/HSV320°17.65%53.33%
CMYK0.00%17.65%5.88%
46.67%

Color #887080 in popluar number systems.

HEX887080
Decimal136112128
Binary10001000111000010000000
Octal210160200

Shades and tints

Shades of #887080

#887080
(136,112,128)
#7C6675
(124,102,117)
#705C6A
(112,92,106)
#64525F
(100,82,95)
#584854
(88,72,84)
#4C3E49
(76,62,73)
#40343E
(64,52,62)
#342A33
(52,42,51)
#282028
(40,32,40)
#1C161D
(28,22,29)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #887080

#887080
(136,112,128)
#927D8B
(146,125,139)
#9C8A96
(156,138,150)
#A697A1
(166,151,161)
#B0A4AC
(176,164,172)
#BAB1B7
(186,177,183)
#C4BEC2
(196,190,194)
#CECBCD
(206,203,205)
#D8D8D8
(216,216,216)
#E2E5E3
(226,229,227)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887080 color. Also use rgb(136,112,128) instead hex code.

Text Font Color

.myTextColor { color: #887080; }

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

This text font color is #887080.


Background Color

.myBgColor { background-color: #887080; }

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

This div background color is #887080.


Border color

.myBorderColor { border: 1px solid #887080; }

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

This div border color is #887080.


Opacity

.myOpacity80 { color: #887080; opacity: 0.8; }

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

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

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

This text has shadow with #887080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887080 on black background.


Color preview on white background

This text has color #887080 on white background.



Black color preview on #887080 background

This text has black color on #887080 background.


White color preview on #887080 background

This text has white color on #887080 background.