COLOR #888387

HEX: #888387
RGB: (136,131,135)

Renk bilgisi

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

RGB renk modeli

#888387 color RGB value is (136,131,135).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 131 of 255 = 51%
B 135 of 255 = 53%

136
131
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 131 + 135 = 402 (100%)
R 136 of 402 ~ 33.83%
G 131 of 402 ~ 32.59%
B 135 of 402 ~ 33.58%

%33.83
%32.59
%33.58

CMYK RENK MODELİ

#888387 rengi CMYK tonu (0,4,1,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.68%
  • sarı tonu 0.74%
  • ana renk tonu 46.67%
CMYK:
(0,4,1,47)
C0M4Y1K47 
(0%,4%,1%,47%)
(0.00/0.04/0.01/0.47)	

CMYK yüzdeleri

%0
%3.68
%0.74
%46.67

Codes

Color #888387 in popluar color models

888387
RGB136131135
HSL312°2.06%52.35%
HSB/HSV312°3.68%53.33%
CMYK0.00%3.68%0.74%
46.67%

Color #888387 in popluar number systems.

HEX888387
Decimal136131135
Binary100010001000001110000111
Octal210203207

Shades and tints

Shades of #888387

#888387
(136,131,135)
#7C787B
(124,120,123)
#706D6F
(112,109,111)
#646263
(100,98,99)
#585757
(88,87,87)
#4C4C4B
(76,76,75)
#40413F
(64,65,63)
#343633
(52,54,51)
#282B27
(40,43,39)
#1C201B
(28,32,27)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #888387

#888387
(136,131,135)
#928E91
(146,142,145)
#9C999B
(156,153,155)
#A6A4A5
(166,164,165)
#B0AFAF
(176,175,175)
#BABAB9
(186,186,185)
#C4C5C3
(196,197,195)
#CED0CD
(206,208,205)
#D8DBD7
(216,219,215)
#E2E6E1
(226,230,225)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888387; }

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

This text font color is #888387.


Background Color

.myBgColor { background-color: #888387; }

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

This div background color is #888387.


Border color

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

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

This div border color is #888387.


Opacity

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

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

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

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

This text has shadow with #888387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888387 on black background.


Color preview on white background

This text has color #888387 on white background.



Black color preview on #888387 background

This text has black color on #888387 background.


White color preview on #888387 background

This text has white color on #888387 background.