COLOR #868B81

HEX: #868B81
RGB: (134,139,129)

Color info

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

RGB color model

#868B81 color RGB value is (134,139,129).

  • red value is 134;
  • green value is 139;
  • blue value is 129.
RGB:
(134,139,129)
(53%,55%,51%)

RGB channels and saturation

R 134 of 255 = 53%
G 139 of 255 = 55%
B 129 of 255 = 51%

134
139
129

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

Portions of RGB colors in percentages

R + G + B =
134 + 139 + 129 = 402 (100%)
R 134 of 402 ~ 33.33%
G 139 of 402 ~ 34.58%
B 129 of 402 ~ 32.09%

%33.33
%34.58
%32.09

CMYK color model

#868B81 color CMYK value is (4,0,7,45).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 45.49%
CMYK:
(4,0,7,45)
C4M0Y7K45 
(4%,0%,7%,45%)
(0.04/0.00/0.07/0.45)	

CMYK percentages

%3.6
%0
%7.19
%45.49

Codes

Color #868B81 in popluar color models

868B81
RGB134139129
HSL90°4.13%52.55%
HSB/HSV90°7.19%54.51%
CMYK3.60%0.00%7.19%
45.49%

Color #868B81 in popluar number systems.

HEX868B81
Decimal134139129
Binary100001101000101110000001
Octal206213201

Shades and tints

Shades of #868B81

#868B81
(134,139,129)
#7A7F76
(122,127,118)
#6E736B
(110,115,107)
#626760
(98,103,96)
#565B55
(86,91,85)
#4A4F4A
(74,79,74)
#3E433F
(62,67,63)
#323734
(50,55,52)
#262B29
(38,43,41)
#1A1F1E
(26,31,30)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #868B81

#868B81
(134,139,129)
#91958C
(145,149,140)
#9C9F97
(156,159,151)
#A7A9A2
(167,169,162)
#B2B3AD
(178,179,173)
#BDBDB8
(189,189,184)
#C8C7C3
(200,199,195)
#D3D1CE
(211,209,206)
#DEDBD9
(222,219,217)
#E9E5E4
(233,229,228)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868B81 color. Also use rgb(134,139,129) instead hex code.

Text Font Color

.myTextColor { color: #868B81; }

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

This text font color is #868B81.


Background Color

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

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

This div background color is #868B81.


Border color

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

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

This div border color is #868B81.


Opacity

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

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

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

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

This text has shadow with #868B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868B81 on black background.


Color preview on white background

This text has color #868B81 on white background.



Black color preview on #868B81 background

This text has black color on #868B81 background.


White color preview on #868B81 background

This text has white color on #868B81 background.