COLOR #888D94

HEX: #888D94
RGB: (136,141,148)

Color info

#888D94 contains red, green and blue colors in about the same proportion. Web safe color of #888D94 is #999999 (or #999).

RGB color model

#888D94 color RGB value is (136,141,148).

  • red value is 136;
  • green value is 141;
  • blue value is 148.
RGB:
(136,141,148)
(53%,55%,58%)

RGB channels and saturation

R 136 of 255 = 53%
G 141 of 255 = 55%
B 148 of 255 = 58%

136
141
148

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

Portions of RGB colors in percentages

R + G + B =
136 + 141 + 148 = 425 (100%)
R 136 of 425 ~ 32%
G 141 of 425 ~ 33.18%
B 148 of 425 ~ 34.82%

%32
%33.18
%34.82

CMYK color model

#888D94 color CMYK value is (8,5,0,42).

  • cyan value is 8.11%
  • magenta value is 4.73%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(8,5,0,42)
C8M5Y0K42 
(8%,5%,0%,42%)
(0.08/0.05/0.00/0.42)	

CMYK percentages

%8.11
%4.73
%0
%41.96

Codes

Color #888D94 in popluar color models

888D94
RGB136141148
HSL215°5.31%55.69%
HSB/HSV215°8.11%58.04%
CMYK8.11%4.73%0.00%
41.96%

Color #888D94 in popluar number systems.

HEX888D94
Decimal136141148
Binary100010001000110110010100
Octal210215224

Shades and tints

Shades of #888D94

#888D94
(136,141,148)
#7C8187
(124,129,135)
#70757A
(112,117,122)
#64696D
(100,105,109)
#585D60
(88,93,96)
#4C5153
(76,81,83)
#404546
(64,69,70)
#343939
(52,57,57)
#282D2C
(40,45,44)
#1C211F
(28,33,31)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #888D94

#888D94
(136,141,148)
#92979D
(146,151,157)
#9CA1A6
(156,161,166)
#A6ABAF
(166,171,175)
#B0B5B8
(176,181,184)
#BABFC1
(186,191,193)
#C4C9CA
(196,201,202)
#CED3D3
(206,211,211)
#D8DDDC
(216,221,220)
#E2E7E5
(226,231,229)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888D94 color. Also use rgb(136,141,148) instead hex code.

Text Font Color

.myTextColor { color: #888D94; }

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

This text font color is #888D94.


Background Color

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

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

This div background color is #888D94.


Border color

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

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

This div border color is #888D94.


Opacity

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

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

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

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

This text has shadow with #888D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888D94 on black background.


Color preview on white background

This text has color #888D94 on white background.



Black color preview on #888D94 background

This text has black color on #888D94 background.


White color preview on #888D94 background

This text has white color on #888D94 background.