COLOR #888E99

HEX: #888E99
RGB: (136,142,153)

Color info

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

RGB color model

#888E99 color RGB value is (136,142,153).

  • red value is 136;
  • green value is 142;
  • blue value is 153.
RGB:
(136,142,153)
(53%,56%,60%)

RGB channels and saturation

R 136 of 255 = 53%
G 142 of 255 = 56%
B 153 of 255 = 60%

136
142
153

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

Portions of RGB colors in percentages

R + G + B =
136 + 142 + 153 = 431 (100%)
R 136 of 431 ~ 31.55%
G 142 of 431 ~ 32.95%
B 153 of 431 ~ 35.5%

%31.55
%32.95
%35.5

CMYK color model

#888E99 color CMYK value is (11,7,0,40).

  • cyan value is 11.11%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(11,7,0,40)
C11M7Y0K40 
(11%,7%,0%,40%)
(0.11/0.07/0.00/0.40)	

CMYK percentages

%11.11
%7.19
%0
%40

Codes

Color #888E99 in popluar color models

888E99
RGB136142153
HSL219°7.69%56.67%
HSB/HSV219°11.11%60.00%
CMYK11.11%7.19%0.00%
40.00%

Color #888E99 in popluar number systems.

HEX888E99
Decimal136142153
Binary100010001000111010011001
Octal210216231

Shades and tints

Shades of #888E99

#888E99
(136,142,153)
#7C828C
(124,130,140)
#70767F
(112,118,127)
#646A72
(100,106,114)
#585E65
(88,94,101)
#4C5258
(76,82,88)
#40464B
(64,70,75)
#343A3E
(52,58,62)
#282E31
(40,46,49)
#1C2224
(28,34,36)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #888E99

#888E99
(136,142,153)
#9298A2
(146,152,162)
#9CA2AB
(156,162,171)
#A6ACB4
(166,172,180)
#B0B6BD
(176,182,189)
#BAC0C6
(186,192,198)
#C4CACF
(196,202,207)
#CED4D8
(206,212,216)
#D8DEE1
(216,222,225)
#E2E8EA
(226,232,234)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888E99; }

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

This text font color is #888E99.


Background Color

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

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

This div background color is #888E99.


Border color

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

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

This div border color is #888E99.


Opacity

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

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

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

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

This text has shadow with #888E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888E99 on black background.


Color preview on white background

This text has color #888E99 on white background.



Black color preview on #888E99 background

This text has black color on #888E99 background.


White color preview on #888E99 background

This text has white color on #888E99 background.