COLOR #868681

HEX: #868681
RGB: (134,134,129)

Color info

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

RGB color model

#868681 color RGB value is (134,134,129).

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

RGB channels and saturation

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

134
134
129

R + G + B ~ 52%. #868681 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 134 + 129 = 397 (100%)
R 134 of 397 ~ 33.75%
G 134 of 397 ~ 33.75%
B 129 of 397 ~ 32.49%

%33.75
%33.75
%32.49

CMYK color model

#868681 color CMYK value is (0,0,4,47).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 47.45%
CMYK:
(0,0,4,47)
C0M0Y4K47 
(0%,0%,4%,47%)
(0.00/0.00/0.04/0.47)	

CMYK percentages

%0
%0
%3.73
%47.45

Codes

Color #868681 in popluar color models

868681
RGB134134129
HSL60°2.02%51.57%
HSB/HSV60°3.73%52.55%
CMYK0.00%0.00%3.73%
47.45%

Color #868681 in popluar number systems.

HEX868681
Decimal134134129
Binary100001101000011010000001
Octal206206201

Shades and tints

Shades of #868681

#868681
(134,134,129)
#7A7A76
(122,122,118)
#6E6E6B
(110,110,107)
#626260
(98,98,96)
#565655
(86,86,85)
#4A4A4A
(74,74,74)
#3E3E3F
(62,62,63)
#323234
(50,50,52)
#262629
(38,38,41)
#1A1A1E
(26,26,30)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #868681

#868681
(134,134,129)
#91918C
(145,145,140)
#9C9C97
(156,156,151)
#A7A7A2
(167,167,162)
#B2B2AD
(178,178,173)
#BDBDB8
(189,189,184)
#C8C8C3
(200,200,195)
#D3D3CE
(211,211,206)
#DEDED9
(222,222,217)
#E9E9E4
(233,233,228)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868681; }

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

This text font color is #868681.


Background Color

.myBgColor { background-color: #868681; }

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

This div background color is #868681.


Border color

.myBorderColor { border: 1px solid #868681; }

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

This div border color is #868681.


Opacity

.myOpacity80 { color: #868681; opacity: 0.8; }

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

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

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

This text has shadow with #868681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868681 on black background.


Color preview on white background

This text has color #868681 on white background.



Black color preview on #868681 background

This text has black color on #868681 background.


White color preview on #868681 background

This text has white color on #868681 background.