COLOR #868599

HEX: #868599
RGB: (134,133,153)

Color info

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

RGB color model

#868599 color RGB value is (134,133,153).

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

RGB channels and saturation

R 134 of 255 = 53%
G 133 of 255 = 52%
B 153 of 255 = 60%

134
133
153

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

Portions of RGB colors in percentages

R + G + B =
134 + 133 + 153 = 420 (100%)
R 134 of 420 ~ 31.9%
G 133 of 420 ~ 31.67%
B 153 of 420 ~ 36.43%

%31.9
%31.67
%36.43

CMYK color model

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

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

CMYK percentages

%12.42
%13.07
%0
%40

Codes

Color #868599 in popluar color models

868599
RGB134133153
HSL243°8.93%56.08%
HSB/HSV243°13.07%60.00%
CMYK12.42%13.07%0.00%
40.00%

Color #868599 in popluar number systems.

HEX868599
Decimal134133153
Binary100001101000010110011001
Octal206205231

Shades and tints

Shades of #868599

#868599
(134,133,153)
#7A798C
(122,121,140)
#6E6D7F
(110,109,127)
#626172
(98,97,114)
#565565
(86,85,101)
#4A4958
(74,73,88)
#3E3D4B
(62,61,75)
#32313E
(50,49,62)
#262531
(38,37,49)
#1A1924
(26,25,36)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #868599

#868599
(134,133,153)
#9190A2
(145,144,162)
#9C9BAB
(156,155,171)
#A7A6B4
(167,166,180)
#B2B1BD
(178,177,189)
#BDBCC6
(189,188,198)
#C8C7CF
(200,199,207)
#D3D2D8
(211,210,216)
#DEDDE1
(222,221,225)
#E9E8EA
(233,232,234)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868599 color. Also use rgb(134,133,153) instead hex code.

Text Font Color

.myTextColor { color: #868599; }

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

This text font color is #868599.


Background Color

.myBgColor { background-color: #868599; }

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

This div background color is #868599.


Border color

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

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

This div border color is #868599.


Opacity

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

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

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

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

This text has shadow with #868599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868599 on black background.


Color preview on white background

This text has color #868599 on white background.



Black color preview on #868599 background

This text has black color on #868599 background.


White color preview on #868599 background

This text has white color on #868599 background.