COLOR #868188

HEX: #868188
RGB: (134,129,136)

Color info

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

RGB color model

#868188 color RGB value is (134,129,136).

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

RGB channels and saturation

R 134 of 255 = 53%
G 129 of 255 = 51%
B 136 of 255 = 53%

134
129
136

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

Portions of RGB colors in percentages

R + G + B =
134 + 129 + 136 = 399 (100%)
R 134 of 399 ~ 33.58%
G 129 of 399 ~ 32.33%
B 136 of 399 ~ 34.09%

%33.58
%32.33
%34.09

CMYK color model

#868188 color CMYK value is (1,5,0,47).

  • cyan value is 1.47%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(1,5,0,47)
C1M5Y0K47 
(1%,5%,0%,47%)
(0.01/0.05/0.00/0.47)	

CMYK percentages

%1.47
%5.15
%0
%46.67

Codes

Color #868188 in popluar color models

868188
RGB134129136
HSL283°2.86%51.96%
HSB/HSV283°5.15%53.33%
CMYK1.47%5.15%0.00%
46.67%

Color #868188 in popluar number systems.

HEX868188
Decimal134129136
Binary100001101000000110001000
Octal206201210

Shades and tints

Shades of #868188

#868188
(134,129,136)
#7A767C
(122,118,124)
#6E6B70
(110,107,112)
#626064
(98,96,100)
#565558
(86,85,88)
#4A4A4C
(74,74,76)
#3E3F40
(62,63,64)
#323434
(50,52,52)
#262928
(38,41,40)
#1A1E1C
(26,30,28)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #868188

#868188
(134,129,136)
#918C92
(145,140,146)
#9C979C
(156,151,156)
#A7A2A6
(167,162,166)
#B2ADB0
(178,173,176)
#BDB8BA
(189,184,186)
#C8C3C4
(200,195,196)
#D3CECE
(211,206,206)
#DED9D8
(222,217,216)
#E9E4E2
(233,228,226)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868188; }

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

This text font color is #868188.


Background Color

.myBgColor { background-color: #868188; }

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

This div background color is #868188.


Border color

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

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

This div border color is #868188.


Opacity

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

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

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

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

This text has shadow with #868188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868188 on black background.


Color preview on white background

This text has color #868188 on white background.



Black color preview on #868188 background

This text has black color on #868188 background.


White color preview on #868188 background

This text has white color on #868188 background.