COLOR #887171

HEX: #887171
RGB: (136,113,113)

Renk bilgisi

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

RGB renk modeli

#887171 color RGB value is (136,113,113).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 113 of 255 = 44%
B 113 of 255 = 44%

136
113
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 113 + 113 = 362 (100%)
R 136 of 362 ~ 37.57%
G 113 of 362 ~ 31.22%
B 113 of 362 ~ 31.22%

%37.57
%31.22
%31.22

CMYK RENK MODELİ

#887171 rengi CMYK tonu (0,17,17,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.91%
  • sarı tonu 16.91%
  • ana renk tonu 46.67%
CMYK:
(0,17,17,47)
C0M17Y17K47 
(0%,17%,17%,47%)
(0.00/0.17/0.17/0.47)	

CMYK yüzdeleri

%0
%16.91
%16.91
%46.67

Codes

Color #887171 in popluar color models

887171
RGB136113113
HSL9.24%48.82%
HSB/HSV16.91%53.33%
CMYK0.00%16.91%16.91%
46.67%

Color #887171 in popluar number systems.

HEX887171
Decimal136113113
Binary1000100011100011110001
Octal210161161

Shades and tints

Shades of #887171

#887171
(136,113,113)
#7C6767
(124,103,103)
#705D5D
(112,93,93)
#645353
(100,83,83)
#584949
(88,73,73)
#4C3F3F
(76,63,63)
#403535
(64,53,53)
#342B2B
(52,43,43)
#282121
(40,33,33)
#1C1717
(28,23,23)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #887171

#887171
(136,113,113)
#927D7D
(146,125,125)
#9C8989
(156,137,137)
#A69595
(166,149,149)
#B0A1A1
(176,161,161)
#BAADAD
(186,173,173)
#C4B9B9
(196,185,185)
#CEC5C5
(206,197,197)
#D8D1D1
(216,209,209)
#E2DDDD
(226,221,221)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887171; }

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

This text font color is #887171.


Background Color

.myBgColor { background-color: #887171; }

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

This div background color is #887171.


Border color

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

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

This div border color is #887171.


Opacity

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

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

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

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

This text has shadow with #887171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887171 on black background.


Color preview on white background

This text has color #887171 on white background.



Black color preview on #887171 background

This text has black color on #887171 background.


White color preview on #887171 background

This text has white color on #887171 background.