COLOR #868683

HEX: #868683
RGB: (134,134,131)

Color info

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

RGB color model

#868683 color RGB value is (134,134,131).

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

RGB channels and saturation

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

134
134
131

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

Portions of RGB colors in percentages

R + G + B =
134 + 134 + 131 = 399 (100%)
R 134 of 399 ~ 33.58%
G 134 of 399 ~ 33.58%
B 131 of 399 ~ 32.83%

%33.58
%33.58
%32.83

CMYK color model

#868683 color CMYK value is (0,0,2,47).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.24%
  • key color value is 47.45%
CMYK:
(0,0,2,47)
C0M0Y2K47 
(0%,0%,2%,47%)
(0.00/0.00/0.02/0.47)	

CMYK percentages

%0
%0
%2.24
%47.45

Codes

Color #868683 in popluar color models

868683
RGB134134131
HSL60°1.22%51.96%
HSB/HSV60°2.24%52.55%
CMYK0.00%0.00%2.24%
47.45%

Color #868683 in popluar number systems.

HEX868683
Decimal134134131
Binary100001101000011010000011
Octal206206203

Shades and tints

Shades of #868683

#868683
(134,134,131)
#7A7A78
(122,122,120)
#6E6E6D
(110,110,109)
#626262
(98,98,98)
#565657
(86,86,87)
#4A4A4C
(74,74,76)
#3E3E41
(62,62,65)
#323236
(50,50,54)
#26262B
(38,38,43)
#1A1A20
(26,26,32)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #868683

#868683
(134,134,131)
#91918E
(145,145,142)
#9C9C99
(156,156,153)
#A7A7A4
(167,167,164)
#B2B2AF
(178,178,175)
#BDBDBA
(189,189,186)
#C8C8C5
(200,200,197)
#D3D3D0
(211,211,208)
#DEDEDB
(222,222,219)
#E9E9E6
(233,233,230)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868683; }

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

This text font color is #868683.


Background Color

.myBgColor { background-color: #868683; }

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

This div background color is #868683.


Border color

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

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

This div border color is #868683.


Opacity

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

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

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

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

This text has shadow with #868683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868683 on black background.


Color preview on white background

This text has color #868683 on white background.



Black color preview on #868683 background

This text has black color on #868683 background.


White color preview on #868683 background

This text has white color on #868683 background.