COLOR #868D95

HEX: #868D95 RGB: (134,141,149)

Color info

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

RGB color model

#868D95 color RGB value is (134,141,149).

RGB: (134,141,149) (53%, 55%, 58%)

RGB channels and saturation

R 134 of 255 = 53%
G 141 of 255 = 55%
B 149 of 255 = 58%

134
141
149

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

Portions of RGB colors in percentages

R + G + B = 134 + 141 + 149 = 424 (100%)
R 134 of 424 ~ 31.6%
G 141 of 424 ~ 33.25%
B 149 of 424 ~ 35.14'%

%31.6
%33.25
%35.14

CMYK color model

#868D95 color CMYK value is (10,5,0,42).

  • cyan value is 10.07%
  • magenta value is 5.37%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (10,5,0,42)
C10M5Y0K42 (10%, 5%, 0%, 42%)
(0.10 / 0.05 / 0.00 / 0.42)

CMYK percentages

%10.07
%5.37
%0
%41.57

Codes

Color #868D95 in popluar color models

86 8D 95
RGB 134 141 149
HSL 212° 6.61% 55.49%
HSB/HSV 212° 10.07% 58.43%
CMYK 10.07% 5.37% 0.00%
41.57%

Color #868D95 in popluar number systems.

HEX 86 8D 95
Decimal 134 141 149
Binary 10000110 10001101 10010101
Octal 206 215 225

Shades and tints

Shades of #868D95

#868D95
(134,141,149)
#7A8188
(122,129,136)
#6E757B
(110,117,123)
#62696E
(98,105,110)
#565D61
(86,93,97)
#4A5154
(74,81,84)
#3E4547
(62,69,71)
#32393A
(50,57,58)
#262D2D
(38,45,45)
#1A2120
(26,33,32)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #868D95

#868D95
(134,141,149)
#91979E
(145,151,158)
#9CA1A7
(156,161,167)
#A7ABB0
(167,171,176)
#B2B5B9
(178,181,185)
#BDBFC2
(189,191,194)
#C8C9CB
(200,201,203)
#D3D3D4
(211,211,212)
#DEDDDD
(222,221,221)
#E9E7E6
(233,231,230)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868D95; }

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

This text font color is #868D95.

Background Color

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

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

This div background color is #868D95.

Border color

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

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

This div border color is #868D95.

Opacity

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

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

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

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

This text has shadow with #868D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #868D95.

Preview

Color preview on black background

This text has color #868D95 on black background.


Color preview on white background

This text has color #868D95 on white background.


Black color preview on #868D95 background

This text has black color on #868D95 background.


White color preview on #868D95 background

This text has white color on #868D95 background.


Related colors

Complementary color

Complementary color for #hex is #79726A.


I love getcolorcode.com

Triadic colors

1 #95868D and #8D9586 with #868D95 are triadic colors.

2 #958D86 and #8D8695 with #868D95 are triadic colors.