COLOR #886D89

HEX: #886D89
RGB: (136,109,137)

Renk bilgisi

#886D89 contains red, green and blue colors in about the same proportion. #886D89 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#886D89 color RGB value is (136,109,137).

  • kırmız ton 136;
  • yeşil ton 109;
  • mavi ton 137.
RGB:
(136,109,137)
(53%,43%,54%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 109 of 255 = 43%
B 137 of 255 = 54%

136
109
137

R + G + B ~ 50%. #886D89 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 109 + 137 = 382 (100%)
R 136 of 382 ~ 35.6%
G 109 of 382 ~ 28.53%
B 137 of 382 ~ 35.86%

%35.6
%28.53
%35.86

CMYK RENK MODELİ

#886D89 rengi CMYK tonu (1,20,0,46).

  • camgöbeği tonu 0.73%
  • eflatun tonu 20.44%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(1,20,0,46)
C1M20Y0K46 
(1%,20%,0%,46%)
(0.01/0.20/0.00/0.46)	

CMYK yüzdeleri

%0.73
%20.44
%0
%46.27

Codes

Color #886D89 in popluar color models

886D89
RGB136109137
HSL298°11.38%48.24%
HSB/HSV298°20.44%53.73%
CMYK0.73%20.44%0.00%
46.27%

Color #886D89 in popluar number systems.

HEX886D89
Decimal136109137
Binary10001000110110110001001
Octal210155211

Shades and tints

Shades of #886D89

#886D89
(136,109,137)
#7C647D
(124,100,125)
#705B71
(112,91,113)
#645265
(100,82,101)
#584959
(88,73,89)
#4C404D
(76,64,77)
#403741
(64,55,65)
#342E35
(52,46,53)
#282529
(40,37,41)
#1C1C1D
(28,28,29)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #886D89

#886D89
(136,109,137)
#927A93
(146,122,147)
#9C879D
(156,135,157)
#A694A7
(166,148,167)
#B0A1B1
(176,161,177)
#BAAEBB
(186,174,187)
#C4BBC5
(196,187,197)
#CEC8CF
(206,200,207)
#D8D5D9
(216,213,217)
#E2E2E3
(226,226,227)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886D89 color. Also use rgb(136,109,137) instead hex code.

Text Font Color

.myTextColor { color: #886D89; }

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

This text font color is #886D89.


Background Color

.myBgColor { background-color: #886D89; }

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

This div background color is #886D89.


Border color

.myBorderColor { border: 1px solid #886D89; }

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

This div border color is #886D89.


Opacity

.myOpacity80 { color: #886D89; opacity: 0.8; }

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

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

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

This text has shadow with #886D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886D89 on black background.


Color preview on white background

This text has color #886D89 on white background.



Black color preview on #886D89 background

This text has black color on #886D89 background.


White color preview on #886D89 background

This text has white color on #886D89 background.