COLOR #888586

HEX: #888586
RGB: (136,133,134)

Renk bilgisi

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

RGB renk modeli

#888586 color RGB value is (136,133,134).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 133 of 255 = 52%
B 134 of 255 = 53%

136
133
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 133 + 134 = 403 (100%)
R 136 of 403 ~ 33.75%
G 133 of 403 ~ 33%
B 134 of 403 ~ 33.25%

%33.75
%33
%33.25

CMYK RENK MODELİ

#888586 rengi CMYK tonu (0,2,1,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.21%
  • sarı tonu 1.47%
  • ana renk tonu 46.67%
CMYK:
(0,2,1,47)
C0M2Y1K47 
(0%,2%,1%,47%)
(0.00/0.02/0.01/0.47)	

CMYK yüzdeleri

%0
%2.21
%1.47
%46.67

Codes

Color #888586 in popluar color models

888586
RGB136133134
HSL340°1.24%52.75%
HSB/HSV340°2.21%53.33%
CMYK0.00%2.21%1.47%
46.67%

Color #888586 in popluar number systems.

HEX888586
Decimal136133134
Binary100010001000010110000110
Octal210205206

Shades and tints

Shades of #888586

#888586
(136,133,134)
#7C797A
(124,121,122)
#706D6E
(112,109,110)
#646162
(100,97,98)
#585556
(88,85,86)
#4C494A
(76,73,74)
#403D3E
(64,61,62)
#343132
(52,49,50)
#282526
(40,37,38)
#1C191A
(28,25,26)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #888586

#888586
(136,133,134)
#929091
(146,144,145)
#9C9B9C
(156,155,156)
#A6A6A7
(166,166,167)
#B0B1B2
(176,177,178)
#BABCBD
(186,188,189)
#C4C7C8
(196,199,200)
#CED2D3
(206,210,211)
#D8DDDE
(216,221,222)
#E2E8E9
(226,232,233)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888586; }

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

This text font color is #888586.


Background Color

.myBgColor { background-color: #888586; }

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

This div background color is #888586.


Border color

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

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

This div border color is #888586.


Opacity

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

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

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

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

This text has shadow with #888586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888586 on black background.


Color preview on white background

This text has color #888586 on white background.



Black color preview on #888586 background

This text has black color on #888586 background.


White color preview on #888586 background

This text has white color on #888586 background.