COLOR #818C86

HEX: #818C86
RGB: (129,140,134)

Color info

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

RGB color model

#818C86 color RGB value is (129,140,134).

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

RGB channels and saturation

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

129
140
134

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

Portions of RGB colors in percentages

R + G + B =
129 + 140 + 134 = 403 (100%)
R 129 of 403 ~ 32.01%
G 140 of 403 ~ 34.74%
B 134 of 403 ~ 33.25%

%32.01
%34.74
%33.25

CMYK color model

#818C86 color CMYK value is (8,0,4,45).

  • cyan value is 7.86%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 45.10%
CMYK:
(8,0,4,45)
C8M0Y4K45 
(8%,0%,4%,45%)
(0.08/0.00/0.04/0.45)	

CMYK percentages

%7.86
%0
%4.29
%45.1

Codes

Color #818C86 in popluar color models

818C86
RGB129140134
HSL147°4.56%52.75%
HSB/HSV147°7.86%54.90%
CMYK7.86%0.00%4.29%
45.10%

Color #818C86 in popluar number systems.

HEX818C86
Decimal129140134
Binary100000011000110010000110
Octal201214206

Shades and tints

Shades of #818C86

#818C86
(129,140,134)
#76807A
(118,128,122)
#6B746E
(107,116,110)
#606862
(96,104,98)
#555C56
(85,92,86)
#4A504A
(74,80,74)
#3F443E
(63,68,62)
#343832
(52,56,50)
#292C26
(41,44,38)
#1E201A
(30,32,26)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #818C86

#818C86
(129,140,134)
#8C9691
(140,150,145)
#97A09C
(151,160,156)
#A2AAA7
(162,170,167)
#ADB4B2
(173,180,178)
#B8BEBD
(184,190,189)
#C3C8C8
(195,200,200)
#CED2D3
(206,210,211)
#D9DCDE
(217,220,222)
#E4E6E9
(228,230,233)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818C86; }

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

This text font color is #818C86.


Background Color

.myBgColor { background-color: #818C86; }

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

This div background color is #818C86.


Border color

.myBorderColor { border: 1px solid #818C86; }

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

This div border color is #818C86.


Opacity

.myOpacity80 { color: #818C86; opacity: 0.8; }

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

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

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

This text has shadow with #818C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818C86 on black background.


Color preview on white background

This text has color #818C86 on white background.



Black color preview on #818C86 background

This text has black color on #818C86 background.


White color preview on #818C86 background

This text has white color on #818C86 background.