COLOR #888692

HEX: #888692
RGB: (136,134,146)

Color info

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

RGB color model

#888692 color RGB value is (136,134,146).

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

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 146 of 255 = 57%

136
134
146

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

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 146 = 416 (100%)
R 136 of 416 ~ 32.69%
G 134 of 416 ~ 32.21%
B 146 of 416 ~ 35.1%

%32.69
%32.21
%35.1

CMYK color model

#888692 color CMYK value is (7,8,0,43).

  • cyan value is 6.85%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(7,8,0,43)
C7M8Y0K43 
(7%,8%,0%,43%)
(0.07/0.08/0.00/0.43)	

CMYK percentages

%6.85
%8.22
%0
%42.75

Codes

Color #888692 in popluar color models

888692
RGB136134146
HSL250°5.22%54.90%
HSB/HSV250°8.22%57.25%
CMYK6.85%8.22%0.00%
42.75%

Color #888692 in popluar number systems.

HEX888692
Decimal136134146
Binary100010001000011010010010
Octal210206222

Shades and tints

Shades of #888692

#888692
(136,134,146)
#7C7A85
(124,122,133)
#706E78
(112,110,120)
#64626B
(100,98,107)
#58565E
(88,86,94)
#4C4A51
(76,74,81)
#403E44
(64,62,68)
#343237
(52,50,55)
#28262A
(40,38,42)
#1C1A1D
(28,26,29)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #888692

#888692
(136,134,146)
#92919B
(146,145,155)
#9C9CA4
(156,156,164)
#A6A7AD
(166,167,173)
#B0B2B6
(176,178,182)
#BABDBF
(186,189,191)
#C4C8C8
(196,200,200)
#CED3D1
(206,211,209)
#D8DEDA
(216,222,218)
#E2E9E3
(226,233,227)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888692; }

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

This text font color is #888692.


Background Color

.myBgColor { background-color: #888692; }

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

This div background color is #888692.


Border color

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

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

This div border color is #888692.


Opacity

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

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

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

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

This text has shadow with #888692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888692 on black background.


Color preview on white background

This text has color #888692 on white background.



Black color preview on #888692 background

This text has black color on #888692 background.


White color preview on #888692 background

This text has white color on #888692 background.