COLOR #818C8F

HEX: #818C8F
RGB: (129,140,143)

Color info

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

RGB color model

#818C8F color RGB value is (129,140,143).

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

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 143 of 255 = 56%

129
140
143

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

Portions of RGB colors in percentages

R + G + B =
129 + 140 + 143 = 412 (100%)
R 129 of 412 ~ 31.31%
G 140 of 412 ~ 33.98%
B 143 of 412 ~ 34.71%

%31.31
%33.98
%34.71

CMYK color model

#818C8F color CMYK value is (10,2,0,44).

  • cyan value is 9.79%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(10,2,0,44)
C10M2Y0K44 
(10%,2%,0%,44%)
(0.10/0.02/0.00/0.44)	

CMYK percentages

%9.79
%2.1
%0
%43.92

Codes

Color #818C8F in popluar color models

818C8F
RGB129140143
HSL193°5.88%53.33%
HSB/HSV193°9.79%56.08%
CMYK9.79%2.10%0.00%
43.92%

Color #818C8F in popluar number systems.

HEX818C8F
Decimal129140143
Binary100000011000110010001111
Octal201214217

Shades and tints

Shades of #818C8F

#818C8F
(129,140,143)
#768082
(118,128,130)
#6B7475
(107,116,117)
#606868
(96,104,104)
#555C5B
(85,92,91)
#4A504E
(74,80,78)
#3F4441
(63,68,65)
#343834
(52,56,52)
#292C27
(41,44,39)
#1E201A
(30,32,26)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #818C8F

#818C8F
(129,140,143)
#8C9699
(140,150,153)
#97A0A3
(151,160,163)
#A2AAAD
(162,170,173)
#ADB4B7
(173,180,183)
#B8BEC1
(184,190,193)
#C3C8CB
(195,200,203)
#CED2D5
(206,210,213)
#D9DCDF
(217,220,223)
#E4E6E9
(228,230,233)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818C8F; }

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

This text font color is #818C8F.


Background Color

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

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

This div background color is #818C8F.


Border color

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

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

This div border color is #818C8F.


Opacity

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

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

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

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

This text has shadow with #818C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818C8F on black background.


Color preview on white background

This text has color #818C8F on white background.



Black color preview on #818C8F background

This text has black color on #818C8F background.


White color preview on #818C8F background

This text has white color on #818C8F background.