COLOR #888F99

HEX: #888F99
RGB: (136,143,153)

Color info

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

RGB color model

#888F99 color RGB value is (136,143,153).

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

RGB channels and saturation

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

136
143
153

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

Portions of RGB colors in percentages

R + G + B =
136 + 143 + 153 = 432 (100%)
R 136 of 432 ~ 31.48%
G 143 of 432 ~ 33.1%
B 153 of 432 ~ 35.42%

%31.48
%33.1
%35.42

CMYK color model

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

  • cyan value is 11.11%
  • magenta value is 6.54%
  • 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
%6.54
%0
%40

Codes

Color #888F99 in popluar color models

888F99
RGB136143153
HSL215°7.69%56.67%
HSB/HSV215°11.11%60.00%
CMYK11.11%6.54%0.00%
40.00%

Color #888F99 in popluar number systems.

HEX888F99
Decimal136143153
Binary100010001000111110011001
Octal210217231

Shades and tints

Shades of #888F99

#888F99
(136,143,153)
#7C828C
(124,130,140)
#70757F
(112,117,127)
#646872
(100,104,114)
#585B65
(88,91,101)
#4C4E58
(76,78,88)
#40414B
(64,65,75)
#34343E
(52,52,62)
#282731
(40,39,49)
#1C1A24
(28,26,36)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #888F99

#888F99
(136,143,153)
#9299A2
(146,153,162)
#9CA3AB
(156,163,171)
#A6ADB4
(166,173,180)
#B0B7BD
(176,183,189)
#BAC1C6
(186,193,198)
#C4CBCF
(196,203,207)
#CED5D8
(206,213,216)
#D8DFE1
(216,223,225)
#E2E9EA
(226,233,234)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888F99; }

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

This text font color is #888F99.


Background Color

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

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

This div background color is #888F99.


Border color

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

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

This div border color is #888F99.


Opacity

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

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

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

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

This text has shadow with #888F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888F99 on black background.


Color preview on white background

This text has color #888F99 on white background.



Black color preview on #888F99 background

This text has black color on #888F99 background.


White color preview on #888F99 background

This text has white color on #888F99 background.