COLOR #868F99

HEX: #868F99
RGB: (134,143,153)

Color info

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

RGB color model

#868F99 color RGB value is (134,143,153).

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

RGB channels and saturation

R 134 of 255 = 53%
G 143 of 255 = 56%
B 153 of 255 = 60%

134
143
153

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

Portions of RGB colors in percentages

R + G + B =
134 + 143 + 153 = 430 (100%)
R 134 of 430 ~ 31.16%
G 143 of 430 ~ 33.26%
B 153 of 430 ~ 35.58%

%31.16
%33.26
%35.58

CMYK color model

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

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

CMYK percentages

%12.42
%6.54
%0
%40

Codes

Color #868F99 in popluar color models

868F99
RGB134143153
HSL212°8.52%56.27%
HSB/HSV212°12.42%60.00%
CMYK12.42%6.54%0.00%
40.00%

Color #868F99 in popluar number systems.

HEX868F99
Decimal134143153
Binary100001101000111110011001
Octal206217231

Shades and tints

Shades of #868F99

#868F99
(134,143,153)
#7A828C
(122,130,140)
#6E757F
(110,117,127)
#626872
(98,104,114)
#565B65
(86,91,101)
#4A4E58
(74,78,88)
#3E414B
(62,65,75)
#32343E
(50,52,62)
#262731
(38,39,49)
#1A1A24
(26,26,36)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #868F99

#868F99
(134,143,153)
#9199A2
(145,153,162)
#9CA3AB
(156,163,171)
#A7ADB4
(167,173,180)
#B2B7BD
(178,183,189)
#BDC1C6
(189,193,198)
#C8CBCF
(200,203,207)
#D3D5D8
(211,213,216)
#DEDFE1
(222,223,225)
#E9E9EA
(233,233,234)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868F99; }

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

This text font color is #868F99.


Background Color

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

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

This div background color is #868F99.


Border color

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

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

This div border color is #868F99.


Opacity

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

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

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

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

This text has shadow with #868F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868F99 on black background.


Color preview on white background

This text has color #868F99 on white background.



Black color preview on #868F99 background

This text has black color on #868F99 background.


White color preview on #868F99 background

This text has white color on #868F99 background.