COLOR #868789

HEX: #868789 RGB: (134,135,137)

Color info

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

RGB color model

#868789 color RGB value is (134,135,137).

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

RGB channels and saturation

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

134
135
137

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

Portions of RGB colors in percentages

R + G + B = 134 + 135 + 137 = 406 (100%)
R 134 of 406 ~ 33%
G 135 of 406 ~ 33.25%
B 137 of 406 ~ 33.74'%

%33
%33.25
%33.74

CMYK color model

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

  • cyan value is 2.19%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (2,1,0,46) C2M1Y0K46 (2%,1%,0%,46%) (0.02/0.01/0.00/0.46) 

CMYK percentages

%2.19
%1.46
%0
%46.27

Codes

Color #868789 in popluar color models

86 87 89
RGB 134 135 137
HSL 220° 1.26% 53.14%
HSB/HSV 220° 2.19% 53.73%
CMYK 2.19% 1.46% 0.00%
46.27%

Color #868789 in popluar number systems.

HEX 86 87 89
Decimal 134 135 137
Binary 10000110 10000111 10001001
Octal 206 207 211

Shades and tints

Shades of #868789

#868789
(134,135,137)
#7A7B7D
(122,123,125)
#6E6F71
(110,111,113)
#626365
(98,99,101)
#565759
(86,87,89)
#4A4B4D
(74,75,77)
#3E3F41
(62,63,65)
#323335
(50,51,53)
#262729
(38,39,41)
#1A1B1D
(26,27,29)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #868789

#868789
(134,135,137)
#919193
(145,145,147)
#9C9B9D
(156,155,157)
#A7A5A7
(167,165,167)
#B2AFB1
(178,175,177)
#BDB9BB
(189,185,187)
#C8C3C5
(200,195,197)
#D3CDCF
(211,205,207)
#DED7D9
(222,215,217)
#E9E1E3
(233,225,227)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868789; }

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

This text font color is #868789.

Background Color

.myBgColor { background-color: #868789; }

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

This div background color is #868789.

Border color

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

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

This div border color is #868789.

Opacity

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

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

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

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

This text has shadow with #868789 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #868789.

Preview

Color preview on black background

This text has color #868789 on black background.


Color preview on white background

This text has color #868789 on white background.


Black color preview on #868789 background

This text has black color on #868789 background.


White color preview on #868789 background

This text has white color on #868789 background.


Related colors

Complementary color

Complementary color for #hex is #797876.


I love getcolorcode.com

Triadic colors

1 #898687 and #878986 with #868789 are triadic colors.

2 #898786 and #878689 with #868789 are triadic colors.