COLOR #868D85

HEX: #868D85
RGB: (134,141,133)

Color info

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

RGB color model

#868D85 color RGB value is (134,141,133).

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

RGB channels and saturation

R 134 of 255 = 53%
G 141 of 255 = 55%
B 133 of 255 = 52%

134
141
133

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

Portions of RGB colors in percentages

R + G + B =
134 + 141 + 133 = 408 (100%)
R 134 of 408 ~ 32.84%
G 141 of 408 ~ 34.56%
B 133 of 408 ~ 32.6%

%32.84
%34.56
%32.6

CMYK color model

#868D85 color CMYK value is (5,0,6,45).

  • cyan value is 4.96%
  • magenta value is 0.00%
  • yellow value is 5.67%
  • key color value is 44.71%
CMYK:
(5,0,6,45)
C5M0Y6K45 
(5%,0%,6%,45%)
(0.05/0.00/0.06/0.45)	

CMYK percentages

%4.96
%0
%5.67
%44.71

Codes

Color #868D85 in popluar color models

868D85
RGB134141133
HSL113°3.39%53.73%
HSB/HSV113°5.67%55.29%
CMYK4.96%0.00%5.67%
44.71%

Color #868D85 in popluar number systems.

HEX868D85
Decimal134141133
Binary100001101000110110000101
Octal206215205

Shades and tints

Shades of #868D85

#868D85
(134,141,133)
#7A8179
(122,129,121)
#6E756D
(110,117,109)
#626961
(98,105,97)
#565D55
(86,93,85)
#4A5149
(74,81,73)
#3E453D
(62,69,61)
#323931
(50,57,49)
#262D25
(38,45,37)
#1A2119
(26,33,25)
#0E150D
(14,21,13)
#000000
(0,0,0)

Tints of #868D85

#868D85
(134,141,133)
#919790
(145,151,144)
#9CA19B
(156,161,155)
#A7ABA6
(167,171,166)
#B2B5B1
(178,181,177)
#BDBFBC
(189,191,188)
#C8C9C7
(200,201,199)
#D3D3D2
(211,211,210)
#DEDDDD
(222,221,221)
#E9E7E8
(233,231,232)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868D85; }

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

This text font color is #868D85.


Background Color

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

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

This div background color is #868D85.


Border color

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

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

This div border color is #868D85.


Opacity

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

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

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

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

This text has shadow with #868D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868D85 on black background.


Color preview on white background

This text has color #868D85 on white background.



Black color preview on #868D85 background

This text has black color on #868D85 background.


White color preview on #868D85 background

This text has white color on #868D85 background.