COLOR #868498

HEX: #868498
RGB: (134,132,152)

Color info

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

RGB color model

#868498 color RGB value is (134,132,152).

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

RGB channels and saturation

R 134 of 255 = 53%
G 132 of 255 = 52%
B 152 of 255 = 60%

134
132
152

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

Portions of RGB colors in percentages

R + G + B =
134 + 132 + 152 = 418 (100%)
R 134 of 418 ~ 32.06%
G 132 of 418 ~ 31.58%
B 152 of 418 ~ 36.36%

%32.06
%31.58
%36.36

CMYK color model

#868498 color CMYK value is (12,13,0,40).

  • cyan value is 11.84%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(12,13,0,40)
C12M13Y0K40 
(12%,13%,0%,40%)
(0.12/0.13/0.00/0.40)	

CMYK percentages

%11.84
%13.16
%0
%40.39

Codes

Color #868498 in popluar color models

868498
RGB134132152
HSL246°8.85%55.69%
HSB/HSV246°13.16%59.61%
CMYK11.84%13.16%0.00%
40.39%

Color #868498 in popluar number systems.

HEX868498
Decimal134132152
Binary100001101000010010011000
Octal206204230

Shades and tints

Shades of #868498

#868498
(134,132,152)
#7A788B
(122,120,139)
#6E6C7E
(110,108,126)
#626071
(98,96,113)
#565464
(86,84,100)
#4A4857
(74,72,87)
#3E3C4A
(62,60,74)
#32303D
(50,48,61)
#262430
(38,36,48)
#1A1823
(26,24,35)
#0E0C16
(14,12,22)
#000000
(0,0,0)

Tints of #868498

#868498
(134,132,152)
#918FA1
(145,143,161)
#9C9AAA
(156,154,170)
#A7A5B3
(167,165,179)
#B2B0BC
(178,176,188)
#BDBBC5
(189,187,197)
#C8C6CE
(200,198,206)
#D3D1D7
(211,209,215)
#DEDCE0
(222,220,224)
#E9E7E9
(233,231,233)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868498; }

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

This text font color is #868498.


Background Color

.myBgColor { background-color: #868498; }

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

This div background color is #868498.


Border color

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

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

This div border color is #868498.


Opacity

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

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

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

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

This text has shadow with #868498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868498 on black background.


Color preview on white background

This text has color #868498 on white background.



Black color preview on #868498 background

This text has black color on #868498 background.


White color preview on #868498 background

This text has white color on #868498 background.