COLOR #818C8B

HEX: #818C8B
RGB: (129,140,139)

Color info

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

RGB color model

#818C8B color RGB value is (129,140,139).

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

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 139 of 255 = 55%

129
140
139

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

Portions of RGB colors in percentages

R + G + B =
129 + 140 + 139 = 408 (100%)
R 129 of 408 ~ 31.62%
G 140 of 408 ~ 34.31%
B 139 of 408 ~ 34.07%

%31.62
%34.31
%34.07

CMYK color model

#818C8B color CMYK value is (8,0,1,45).

  • cyan value is 7.86%
  • magenta value is 0.00%
  • yellow value is 0.71%
  • key color value is 45.10%
CMYK:
(8,0,1,45)
C8M0Y1K45 
(8%,0%,1%,45%)
(0.08/0.00/0.01/0.45)	

CMYK percentages

%7.86
%0
%0.71
%45.1

Codes

Color #818C8B in popluar color models

818C8B
RGB129140139
HSL175°4.56%52.75%
HSB/HSV175°7.86%54.90%
CMYK7.86%0.00%0.71%
45.10%

Color #818C8B in popluar number systems.

HEX818C8B
Decimal129140139
Binary100000011000110010001011
Octal201214213

Shades and tints

Shades of #818C8B

#818C8B
(129,140,139)
#76807F
(118,128,127)
#6B7473
(107,116,115)
#606867
(96,104,103)
#555C5B
(85,92,91)
#4A504F
(74,80,79)
#3F4443
(63,68,67)
#343837
(52,56,55)
#292C2B
(41,44,43)
#1E201F
(30,32,31)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #818C8B

#818C8B
(129,140,139)
#8C9695
(140,150,149)
#97A09F
(151,160,159)
#A2AAA9
(162,170,169)
#ADB4B3
(173,180,179)
#B8BEBD
(184,190,189)
#C3C8C7
(195,200,199)
#CED2D1
(206,210,209)
#D9DCDB
(217,220,219)
#E4E6E5
(228,230,229)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818C8B; }

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

This text font color is #818C8B.


Background Color

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

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

This div background color is #818C8B.


Border color

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

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

This div border color is #818C8B.


Opacity

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

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

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

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

This text has shadow with #818C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818C8B on black background.


Color preview on white background

This text has color #818C8B on white background.



Black color preview on #818C8B background

This text has black color on #818C8B background.


White color preview on #818C8B background

This text has white color on #818C8B background.