COLOR #868E8F

HEX: #868E8F
RGB: (134,142,143)

Color info

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

RGB color model

#868E8F color RGB value is (134,142,143).

  • red value is 134;
  • green value is 142;
  • blue value is 143.
RGB:
(134,142,143)
(53%,56%,56%)

RGB channels and saturation

R 134 of 255 = 53%
G 142 of 255 = 56%
B 143 of 255 = 56%

134
142
143

R + G + B ~ 55%. #868E8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 142 + 143 = 419 (100%)
R 134 of 419 ~ 31.98%
G 142 of 419 ~ 33.89%
B 143 of 419 ~ 34.13%

%31.98
%33.89
%34.13

CMYK color model

#868E8F color CMYK value is (6,1,0,44).

  • cyan value is 6.29%
  • magenta value is 0.70%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(6,1,0,44)
C6M1Y0K44 
(6%,1%,0%,44%)
(0.06/0.01/0.00/0.44)	

CMYK percentages

%6.29
%0.7
%0
%43.92

Codes

Color #868E8F in popluar color models

868E8F
RGB134142143
HSL187°3.86%54.31%
HSB/HSV187°6.29%56.08%
CMYK6.29%0.70%0.00%
43.92%

Color #868E8F in popluar number systems.

HEX868E8F
Decimal134142143
Binary100001101000111010001111
Octal206216217

Shades and tints

Shades of #868E8F

#868E8F
(134,142,143)
#7A8282
(122,130,130)
#6E7675
(110,118,117)
#626A68
(98,106,104)
#565E5B
(86,94,91)
#4A524E
(74,82,78)
#3E4641
(62,70,65)
#323A34
(50,58,52)
#262E27
(38,46,39)
#1A221A
(26,34,26)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #868E8F

#868E8F
(134,142,143)
#919899
(145,152,153)
#9CA2A3
(156,162,163)
#A7ACAD
(167,172,173)
#B2B6B7
(178,182,183)
#BDC0C1
(189,192,193)
#C8CACB
(200,202,203)
#D3D4D5
(211,212,213)
#DEDEDF
(222,222,223)
#E9E8E9
(233,232,233)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868E8F color. Also use rgb(134,142,143) instead hex code.

Text Font Color

.myTextColor { color: #868E8F; }

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

This text font color is #868E8F.


Background Color

.myBgColor { background-color: #868E8F; }

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

This div background color is #868E8F.


Border color

.myBorderColor { border: 1px solid #868E8F; }

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

This div border color is #868E8F.


Opacity

.myOpacity80 { color: #868E8F; opacity: 0.8; }

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

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

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

This text has shadow with #868E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868E8F on black background.


Color preview on white background

This text has color #868E8F on white background.



Black color preview on #868E8F background

This text has black color on #868E8F background.


White color preview on #868E8F background

This text has white color on #868E8F background.