COLOR #888E96

HEX: #888E96
RGB: (136,142,150)

Renk bilgisi

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

RGB renk modeli

#888E96 color RGB value is (136,142,150).

  • kırmız ton 136;
  • yeşil ton 142;
  • mavi ton 150.
RGB:
(136,142,150)
(53%,56%,59%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 142 of 255 = 56%
B 150 of 255 = 59%

136
142
150

R + G + B ~ 56%. #888E96 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 142 + 150 = 428 (100%)
R 136 of 428 ~ 31.78%
G 142 of 428 ~ 33.18%
B 150 of 428 ~ 35.05%

%31.78
%33.18
%35.05

CMYK RENK MODELİ

#888E96 rengi CMYK tonu (9,5,0,41).

  • camgöbeği tonu 9.33%
  • eflatun tonu 5.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(9,5,0,41)
C9M5Y0K41 
(9%,5%,0%,41%)
(0.09/0.05/0.00/0.41)	

CMYK yüzdeleri

%9.33
%5.33
%0
%41.18

Codes

Color #888E96 in popluar color models

888E96
RGB136142150
HSL214°6.25%56.08%
HSB/HSV214°9.33%58.82%
CMYK9.33%5.33%0.00%
41.18%

Color #888E96 in popluar number systems.

HEX888E96
Decimal136142150
Binary100010001000111010010110
Octal210216226

Shades and tints

Shades of #888E96

#888E96
(136,142,150)
#7C8289
(124,130,137)
#70767C
(112,118,124)
#646A6F
(100,106,111)
#585E62
(88,94,98)
#4C5255
(76,82,85)
#404648
(64,70,72)
#343A3B
(52,58,59)
#282E2E
(40,46,46)
#1C2221
(28,34,33)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #888E96

#888E96
(136,142,150)
#92989F
(146,152,159)
#9CA2A8
(156,162,168)
#A6ACB1
(166,172,177)
#B0B6BA
(176,182,186)
#BAC0C3
(186,192,195)
#C4CACC
(196,202,204)
#CED4D5
(206,212,213)
#D8DEDE
(216,222,222)
#E2E8E7
(226,232,231)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888E96 color. Also use rgb(136,142,150) instead hex code.

Text Font Color

.myTextColor { color: #888E96; }

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

This text font color is #888E96.


Background Color

.myBgColor { background-color: #888E96; }

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

This div background color is #888E96.


Border color

.myBorderColor { border: 1px solid #888E96; }

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

This div border color is #888E96.


Opacity

.myOpacity80 { color: #888E96; opacity: 0.8; }

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

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

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

This text has shadow with #888E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888E96 on black background.


Color preview on white background

This text has color #888E96 on white background.



Black color preview on #888E96 background

This text has black color on #888E96 background.


White color preview on #888E96 background

This text has white color on #888E96 background.