COLOR #888693

HEX: #888693
RGB: (136,134,147)

Color info

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

RGB color model

#888693 color RGB value is (136,134,147).

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

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 147 of 255 = 58%

136
134
147

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

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 147 = 417 (100%)
R 136 of 417 ~ 32.61%
G 134 of 417 ~ 32.13%
B 147 of 417 ~ 35.25%

%32.61
%32.13
%35.25

CMYK color model

#888693 color CMYK value is (7,9,0,42).

  • cyan value is 7.48%
  • magenta value is 8.84%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(7,9,0,42)
C7M9Y0K42 
(7%,9%,0%,42%)
(0.07/0.09/0.00/0.42)	

CMYK percentages

%7.48
%8.84
%0
%42.35

Codes

Color #888693 in popluar color models

888693
RGB136134147
HSL249°5.68%55.10%
HSB/HSV249°8.84%57.65%
CMYK7.48%8.84%0.00%
42.35%

Color #888693 in popluar number systems.

HEX888693
Decimal136134147
Binary100010001000011010010011
Octal210206223

Shades and tints

Shades of #888693

#888693
(136,134,147)
#7C7A86
(124,122,134)
#706E79
(112,110,121)
#64626C
(100,98,108)
#58565F
(88,86,95)
#4C4A52
(76,74,82)
#403E45
(64,62,69)
#343238
(52,50,56)
#28262B
(40,38,43)
#1C1A1E
(28,26,30)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #888693

#888693
(136,134,147)
#92919C
(146,145,156)
#9C9CA5
(156,156,165)
#A6A7AE
(166,167,174)
#B0B2B7
(176,178,183)
#BABDC0
(186,189,192)
#C4C8C9
(196,200,201)
#CED3D2
(206,211,210)
#D8DEDB
(216,222,219)
#E2E9E4
(226,233,228)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888693; }

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

This text font color is #888693.


Background Color

.myBgColor { background-color: #888693; }

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

This div background color is #888693.


Border color

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

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

This div border color is #888693.


Opacity

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

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

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

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

This text has shadow with #888693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888693 on black background.


Color preview on white background

This text has color #888693 on white background.



Black color preview on #888693 background

This text has black color on #888693 background.


White color preview on #888693 background

This text has white color on #888693 background.