COLOR #888689

HEX: #888689 RGB: (136,134,137)

Color info

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

RGB color model

#888689 color RGB value is (136,134,137).

RGB: (136,134,137) (53%, 53%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 137 of 255 = 54%

136
134
137

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

Portions of RGB colors in percentages

R + G + B = 136 + 134 + 137 = 407 (100%)
R 136 of 407 ~ 33.42%
G 134 of 407 ~ 32.92%
B 137 of 407 ~ 33.66'%

%33.42
%32.92
%33.66

CMYK color model

#888689 color CMYK value is (1,2,0,46).

  • cyan value is 0.73%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (1,2,0,46)
C1M2Y0K46 (1%, 2%, 0%, 46%)
(0.01 / 0.02 / 0.00 / 0.46)

CMYK percentages

%0.73
%2.19
%0
%46.27

Codes

Color #888689 in popluar color models

88 86 89
RGB 136 134 137
HSL 280° 1.26% 53.14%
HSB/HSV 280° 2.19% 53.73%
CMYK 0.73% 2.19% 0.00%
46.27%

Color #888689 in popluar number systems.

HEX 88 86 89
Decimal 136 134 137
Binary 10001000 10000110 10001001
Octal 210 206 211

Shades and tints

Shades of #888689

#888689
(136,134,137)
#7C7A7D
(124,122,125)
#706E71
(112,110,113)
#646265
(100,98,101)
#585659
(88,86,89)
#4C4A4D
(76,74,77)
#403E41
(64,62,65)
#343235
(52,50,53)
#282629
(40,38,41)
#1C1A1D
(28,26,29)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #888689

#888689
(136,134,137)
#929193
(146,145,147)
#9C9C9D
(156,156,157)
#A6A7A7
(166,167,167)
#B0B2B1
(176,178,177)
#BABDBB
(186,189,187)
#C4C8C5
(196,200,197)
#CED3CF
(206,211,207)
#D8DED9
(216,222,217)
#E2E9E3
(226,233,227)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888689; }

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

This text font color is #888689.

Background Color

.myBgColor { background-color: #888689; }

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

This div background color is #888689.

Border color

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

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

This div border color is #888689.

Opacity

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

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

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

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

This text has shadow with #888689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888689.

Preview

Color preview on black background

This text has color #888689 on black background.


Color preview on white background

This text has color #888689 on white background.


Black color preview on #888689 background

This text has black color on #888689 background.


White color preview on #888689 background

This text has white color on #888689 background.


Related colors

Complementary color

Complementary color for #hex is #777976.


I love getcolorcode.com

Triadic colors

1 #898886 and #868988 with #888689 are triadic colors.

2 #898688 and #868889 with #888689 are triadic colors.