COLOR #886D7D

HEX: #886D7D
RGB: (136,109,125)

Renk bilgisi

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

RGB renk modeli

#886D7D color RGB value is (136,109,125).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 109 of 255 = 43%
B 125 of 255 = 49%

136
109
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 109 + 125 = 370 (100%)
R 136 of 370 ~ 36.76%
G 109 of 370 ~ 29.46%
B 125 of 370 ~ 33.78%

%36.76
%29.46
%33.78

CMYK RENK MODELİ

#886D7D rengi CMYK tonu (0,20,8,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.85%
  • sarı tonu 8.09%
  • ana renk tonu 46.67%
CMYK:
(0,20,8,47)
C0M20Y8K47 
(0%,20%,8%,47%)
(0.00/0.20/0.08/0.47)	

CMYK yüzdeleri

%0
%19.85
%8.09
%46.67

Codes

Color #886D7D in popluar color models

886D7D
RGB136109125
HSL324°11.02%48.04%
HSB/HSV324°19.85%53.33%
CMYK0.00%19.85%8.09%
46.67%

Color #886D7D in popluar number systems.

HEX886D7D
Decimal136109125
Binary1000100011011011111101
Octal210155175

Shades and tints

Shades of #886D7D

#886D7D
(136,109,125)
#7C6472
(124,100,114)
#705B67
(112,91,103)
#64525C
(100,82,92)
#584951
(88,73,81)
#4C4046
(76,64,70)
#40373B
(64,55,59)
#342E30
(52,46,48)
#282525
(40,37,37)
#1C1C1A
(28,28,26)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #886D7D

#886D7D
(136,109,125)
#927A88
(146,122,136)
#9C8793
(156,135,147)
#A6949E
(166,148,158)
#B0A1A9
(176,161,169)
#BAAEB4
(186,174,180)
#C4BBBF
(196,187,191)
#CEC8CA
(206,200,202)
#D8D5D5
(216,213,213)
#E2E2E0
(226,226,224)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886D7D; }

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

This text font color is #886D7D.


Background Color

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

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

This div background color is #886D7D.


Border color

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

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

This div border color is #886D7D.


Opacity

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

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

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

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

This text has shadow with #886D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886D7D on black background.


Color preview on white background

This text has color #886D7D on white background.



Black color preview on #886D7D background

This text has black color on #886D7D background.


White color preview on #886D7D background

This text has white color on #886D7D background.