COLOR #888697

HEX: #888697
RGB: (136,134,151)

Color info

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

RGB color model

#888697 color RGB value is (136,134,151).

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

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 151 of 255 = 59%

136
134
151

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

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 151 = 421 (100%)
R 136 of 421 ~ 32.3%
G 134 of 421 ~ 31.83%
B 151 of 421 ~ 35.87%

%32.3
%31.83
%35.87

CMYK color model

#888697 color CMYK value is (10,11,0,41).

  • cyan value is 9.93%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(10,11,0,41)
C10M11Y0K41 
(10%,11%,0%,41%)
(0.10/0.11/0.00/0.41)	

CMYK percentages

%9.93
%11.26
%0
%40.78

Codes

Color #888697 in popluar color models

888697
RGB136134151
HSL247°7.56%55.88%
HSB/HSV247°11.26%59.22%
CMYK9.93%11.26%0.00%
40.78%

Color #888697 in popluar number systems.

HEX888697
Decimal136134151
Binary100010001000011010010111
Octal210206227

Shades and tints

Shades of #888697

#888697
(136,134,151)
#7C7A8A
(124,122,138)
#706E7D
(112,110,125)
#646270
(100,98,112)
#585663
(88,86,99)
#4C4A56
(76,74,86)
#403E49
(64,62,73)
#34323C
(52,50,60)
#28262F
(40,38,47)
#1C1A22
(28,26,34)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #888697

#888697
(136,134,151)
#9291A0
(146,145,160)
#9C9CA9
(156,156,169)
#A6A7B2
(166,167,178)
#B0B2BB
(176,178,187)
#BABDC4
(186,189,196)
#C4C8CD
(196,200,205)
#CED3D6
(206,211,214)
#D8DEDF
(216,222,223)
#E2E9E8
(226,233,232)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888697; }

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

This text font color is #888697.


Background Color

.myBgColor { background-color: #888697; }

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

This div background color is #888697.


Border color

.myBorderColor { border: 1px solid #888697; }

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

This div border color is #888697.


Opacity

.myOpacity80 { color: #888697; opacity: 0.8; }

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

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

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

This text has shadow with #888697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888697 on black background.


Color preview on white background

This text has color #888697 on white background.



Black color preview on #888697 background

This text has black color on #888697 background.


White color preview on #888697 background

This text has white color on #888697 background.