COLOR #868880

HEX: #868880 RGB: (134,136,128)

Color info

#868880 contains red, green and blue colors in about the same proportion. Web safe color of #868880 is #999966 (or #996).

RGB color model

#868880 color RGB value is (134,136,128).

RGB: (134,136,128) (53%, 53%, 50%)

RGB channels and saturation

R 134 of 255 = 53%
G 136 of 255 = 53%
B 128 of 255 = 50%

134
136
128

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

Portions of RGB colors in percentages

R + G + B = 134 + 136 + 128 = 398 (100%)
R 134 of 398 ~ 33.67%
G 136 of 398 ~ 34.17%
B 128 of 398 ~ 32.16'%

%33.67
%34.17
%32.16

CMYK color model

#868880 color CMYK value is (1,0,6,47).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 46.67%

CMYK: (1,0,6,47)
C1M0Y6K47 (1%, 0%, 6%, 47%)
(0.01 / 0.00 / 0.06 / 0.47)

CMYK percentages

%1.47
%0
%5.88
%46.67

Codes

Color #868880 in popluar color models

86 88 80
RGB 134 136 128
HSL 75° 3.25% 51.76%
HSB/HSV 75° 5.88% 53.33%
CMYK 1.47% 0.00% 5.88%
46.67%

Color #868880 in popluar number systems.

HEX 86 88 80
Decimal 134 136 128
Binary 10000110 10001000 10000000
Octal 206 210 200

Shades and tints

Shades of #868880

#868880
(134,136,128)
#7A7C75
(122,124,117)
#6E706A
(110,112,106)
#62645F
(98,100,95)
#565854
(86,88,84)
#4A4C49
(74,76,73)
#3E403E
(62,64,62)
#323433
(50,52,51)
#262828
(38,40,40)
#1A1C1D
(26,28,29)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #868880

#868880
(134,136,128)
#91928B
(145,146,139)
#9C9C96
(156,156,150)
#A7A6A1
(167,166,161)
#B2B0AC
(178,176,172)
#BDBAB7
(189,186,183)
#C8C4C2
(200,196,194)
#D3CECD
(211,206,205)
#DED8D8
(222,216,216)
#E9E2E3
(233,226,227)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868880; }

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

This text font color is #868880.

Background Color

.myBgColor { background-color: #868880; }

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

This div background color is #868880.

Border color

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

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

This div border color is #868880.

Opacity

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

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

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

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

This text has shadow with #868880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #868880.

Preview

Color preview on black background

This text has color #868880 on black background.


Color preview on white background

This text has color #868880 on white background.


Black color preview on #868880 background

This text has black color on #868880 background.


White color preview on #868880 background

This text has white color on #868880 background.


Related colors

Complementary color

Complementary color for #hex is #79777F.


I love getcolorcode.com

Triadic colors

1 #808688 and #888086 with #868880 are triadic colors.

2 #808886 and #888680 with #868880 are triadic colors.