COLOR #868D98

HEX: #868D98
RGB: (134,141,152)

Color info

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

RGB color model

#868D98 color RGB value is (134,141,152).

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

RGB channels and saturation

R 134 of 255 = 53%
G 141 of 255 = 55%
B 152 of 255 = 60%

134
141
152

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

Portions of RGB colors in percentages

R + G + B =
134 + 141 + 152 = 427 (100%)
R 134 of 427 ~ 31.38%
G 141 of 427 ~ 33.02%
B 152 of 427 ~ 35.6%

%31.38
%33.02
%35.6

CMYK color model

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

  • cyan value is 11.84%
  • magenta value is 7.24%
  • 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
%7.24
%0
%40.39

Codes

Color #868D98 in popluar color models

868D98
RGB134141152
HSL217°8.04%56.08%
HSB/HSV217°11.84%59.61%
CMYK11.84%7.24%0.00%
40.39%

Color #868D98 in popluar number systems.

HEX868D98
Decimal134141152
Binary100001101000110110011000
Octal206215230

Shades and tints

Shades of #868D98

#868D98
(134,141,152)
#7A818B
(122,129,139)
#6E757E
(110,117,126)
#626971
(98,105,113)
#565D64
(86,93,100)
#4A5157
(74,81,87)
#3E454A
(62,69,74)
#32393D
(50,57,61)
#262D30
(38,45,48)
#1A2123
(26,33,35)
#0E1516
(14,21,22)
#000000
(0,0,0)

Tints of #868D98

#868D98
(134,141,152)
#9197A1
(145,151,161)
#9CA1AA
(156,161,170)
#A7ABB3
(167,171,179)
#B2B5BC
(178,181,188)
#BDBFC5
(189,191,197)
#C8C9CE
(200,201,206)
#D3D3D7
(211,211,215)
#DEDDE0
(222,221,224)
#E9E7E9
(233,231,233)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868D98; }

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

This text font color is #868D98.


Background Color

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

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

This div background color is #868D98.


Border color

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

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

This div border color is #868D98.


Opacity

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

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

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

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

This text has shadow with #868D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868D98 on black background.


Color preview on white background

This text has color #868D98 on white background.



Black color preview on #868D98 background

This text has black color on #868D98 background.


White color preview on #868D98 background

This text has white color on #868D98 background.