COLOR #868A8D

HEX: #868A8D
RGB: (134,138,141)

Color info

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

RGB color model

#868A8D color RGB value is (134,138,141).

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

RGB channels and saturation

R 134 of 255 = 53%
G 138 of 255 = 54%
B 141 of 255 = 55%

134
138
141

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

Portions of RGB colors in percentages

R + G + B =
134 + 138 + 141 = 413 (100%)
R 134 of 413 ~ 32.45%
G 138 of 413 ~ 33.41%
B 141 of 413 ~ 34.14%

%32.45
%33.41
%34.14

CMYK color model

#868A8D color CMYK value is (5,2,0,45).

  • cyan value is 4.96%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(5,2,0,45)
C5M2Y0K45 
(5%,2%,0%,45%)
(0.05/0.02/0.00/0.45)	

CMYK percentages

%4.96
%2.13
%0
%44.71

Codes

Color #868A8D in popluar color models

868A8D
RGB134138141
HSL206°2.98%53.92%
HSB/HSV206°4.96%55.29%
CMYK4.96%2.13%0.00%
44.71%

Color #868A8D in popluar number systems.

HEX868A8D
Decimal134138141
Binary100001101000101010001101
Octal206212215

Shades and tints

Shades of #868A8D

#868A8D
(134,138,141)
#7A7E81
(122,126,129)
#6E7275
(110,114,117)
#626669
(98,102,105)
#565A5D
(86,90,93)
#4A4E51
(74,78,81)
#3E4245
(62,66,69)
#323639
(50,54,57)
#262A2D
(38,42,45)
#1A1E21
(26,30,33)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #868A8D

#868A8D
(134,138,141)
#919497
(145,148,151)
#9C9EA1
(156,158,161)
#A7A8AB
(167,168,171)
#B2B2B5
(178,178,181)
#BDBCBF
(189,188,191)
#C8C6C9
(200,198,201)
#D3D0D3
(211,208,211)
#DEDADD
(222,218,221)
#E9E4E7
(233,228,231)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868A8D; }

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

This text font color is #868A8D.


Background Color

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

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

This div background color is #868A8D.


Border color

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

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

This div border color is #868A8D.


Opacity

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

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

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

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

This text has shadow with #868A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868A8D on black background.


Color preview on white background

This text has color #868A8D on white background.



Black color preview on #868A8D background

This text has black color on #868A8D background.


White color preview on #868A8D background

This text has white color on #868A8D background.