COLOR #868E98

HEX: #868E98
RGB: (134,142,152)

Color info

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

RGB color model

#868E98 color RGB value is (134,142,152).

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

RGB channels and saturation

R 134 of 255 = 53%
G 142 of 255 = 56%
B 152 of 255 = 60%

134
142
152

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

Portions of RGB colors in percentages

R + G + B =
134 + 142 + 152 = 428 (100%)
R 134 of 428 ~ 31.31%
G 142 of 428 ~ 33.18%
B 152 of 428 ~ 35.51%

%31.31
%33.18
%35.51

CMYK color model

#868E98 color CMYK value is (12,7,0,40).

  • cyan value is 11.84%
  • magenta value is 6.58%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(12,7,0,40)
C12M7Y0K40 
(12%,7%,0%,40%)
(0.12/0.07/0.00/0.40)	

CMYK percentages

%11.84
%6.58
%0
%40.39

Codes

Color #868E98 in popluar color models

868E98
RGB134142152
HSL213°8.04%56.08%
HSB/HSV213°11.84%59.61%
CMYK11.84%6.58%0.00%
40.39%

Color #868E98 in popluar number systems.

HEX868E98
Decimal134142152
Binary100001101000111010011000
Octal206216230

Shades and tints

Shades of #868E98

#868E98
(134,142,152)
#7A828B
(122,130,139)
#6E767E
(110,118,126)
#626A71
(98,106,113)
#565E64
(86,94,100)
#4A5257
(74,82,87)
#3E464A
(62,70,74)
#323A3D
(50,58,61)
#262E30
(38,46,48)
#1A2223
(26,34,35)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #868E98

#868E98
(134,142,152)
#9198A1
(145,152,161)
#9CA2AA
(156,162,170)
#A7ACB3
(167,172,179)
#B2B6BC
(178,182,188)
#BDC0C5
(189,192,197)
#C8CACE
(200,202,206)
#D3D4D7
(211,212,215)
#DEDEE0
(222,222,224)
#E9E8E9
(233,232,233)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868E98; }

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

This text font color is #868E98.


Background Color

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

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

This div background color is #868E98.


Border color

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

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

This div border color is #868E98.


Opacity

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

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

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

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

This text has shadow with #868E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868E98 on black background.


Color preview on white background

This text has color #868E98 on white background.



Black color preview on #868E98 background

This text has black color on #868E98 background.


White color preview on #868E98 background

This text has white color on #868E98 background.