COLOR #888595

HEX: #888595
RGB: (136,133,149)

Renk bilgisi

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

RGB renk modeli

#888595 color RGB value is (136,133,149).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 133 of 255 = 52%
B 149 of 255 = 58%

136
133
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 133 + 149 = 418 (100%)
R 136 of 418 ~ 32.54%
G 133 of 418 ~ 31.82%
B 149 of 418 ~ 35.65%

%32.54
%31.82
%35.65

CMYK RENK MODELİ

#888595 rengi CMYK tonu (9,11,0,42).

  • camgöbeği tonu 8.72%
  • eflatun tonu 10.74%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(9,11,0,42)
C9M11Y0K42 
(9%,11%,0%,42%)
(0.09/0.11/0.00/0.42)	

CMYK yüzdeleri

%8.72
%10.74
%0
%41.57

Codes

Color #888595 in popluar color models

888595
RGB136133149
HSL251°7.02%55.29%
HSB/HSV251°10.74%58.43%
CMYK8.72%10.74%0.00%
41.57%

Color #888595 in popluar number systems.

HEX888595
Decimal136133149
Binary100010001000010110010101
Octal210205225

Shades and tints

Shades of #888595

#888595
(136,133,149)
#7C7988
(124,121,136)
#706D7B
(112,109,123)
#64616E
(100,97,110)
#585561
(88,85,97)
#4C4954
(76,73,84)
#403D47
(64,61,71)
#34313A
(52,49,58)
#28252D
(40,37,45)
#1C1920
(28,25,32)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #888595

#888595
(136,133,149)
#92909E
(146,144,158)
#9C9BA7
(156,155,167)
#A6A6B0
(166,166,176)
#B0B1B9
(176,177,185)
#BABCC2
(186,188,194)
#C4C7CB
(196,199,203)
#CED2D4
(206,210,212)
#D8DDDD
(216,221,221)
#E2E8E6
(226,232,230)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888595; }

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

This text font color is #888595.


Background Color

.myBgColor { background-color: #888595; }

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

This div background color is #888595.


Border color

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

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

This div border color is #888595.


Opacity

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

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

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

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

This text has shadow with #888595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888595 on black background.


Color preview on white background

This text has color #888595 on white background.



Black color preview on #888595 background

This text has black color on #888595 background.


White color preview on #888595 background

This text has white color on #888595 background.