COLOR #888C97

HEX: #888C97
RGB: (136,140,151)

Color info

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

RGB color model

#888C97 color RGB value is (136,140,151).

  • red value is 136;
  • green value is 140;
  • blue value is 151.
RGB:
(136,140,151)
(53%,55%,59%)

RGB channels and saturation

R 136 of 255 = 53%
G 140 of 255 = 55%
B 151 of 255 = 59%

136
140
151

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

Portions of RGB colors in percentages

R + G + B =
136 + 140 + 151 = 427 (100%)
R 136 of 427 ~ 31.85%
G 140 of 427 ~ 32.79%
B 151 of 427 ~ 35.36%

%31.85
%32.79
%35.36

CMYK color model

#888C97 color CMYK value is (10,7,0,41).

  • cyan value is 9.93%
  • magenta value is 7.28%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(10,7,0,41)
C10M7Y0K41 
(10%,7%,0%,41%)
(0.10/0.07/0.00/0.41)	

CMYK percentages

%9.93
%7.28
%0
%40.78

Codes

Color #888C97 in popluar color models

888C97
RGB136140151
HSL224°6.73%56.27%
HSB/HSV224°9.93%59.22%
CMYK9.93%7.28%0.00%
40.78%

Color #888C97 in popluar number systems.

HEX888C97
Decimal136140151
Binary100010001000110010010111
Octal210214227

Shades and tints

Shades of #888C97

#888C97
(136,140,151)
#7C808A
(124,128,138)
#70747D
(112,116,125)
#646870
(100,104,112)
#585C63
(88,92,99)
#4C5056
(76,80,86)
#404449
(64,68,73)
#34383C
(52,56,60)
#282C2F
(40,44,47)
#1C2022
(28,32,34)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #888C97

#888C97
(136,140,151)
#9296A0
(146,150,160)
#9CA0A9
(156,160,169)
#A6AAB2
(166,170,178)
#B0B4BB
(176,180,187)
#BABEC4
(186,190,196)
#C4C8CD
(196,200,205)
#CED2D6
(206,210,214)
#D8DCDF
(216,220,223)
#E2E6E8
(226,230,232)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888C97 color. Also use rgb(136,140,151) instead hex code.

Text Font Color

.myTextColor { color: #888C97; }

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

This text font color is #888C97.


Background Color

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

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

This div background color is #888C97.


Border color

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

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

This div border color is #888C97.


Opacity

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

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

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

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

This text has shadow with #888C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888C97 on black background.


Color preview on white background

This text has color #888C97 on white background.



Black color preview on #888C97 background

This text has black color on #888C97 background.


White color preview on #888C97 background

This text has white color on #888C97 background.