COLOR #818687

HEX: #818687
RGB: (129,134,135)

Color info

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

RGB color model

#818687 color RGB value is (129,134,135).

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

RGB channels and saturation

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

129
134
135

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

Portions of RGB colors in percentages

R + G + B =
129 + 134 + 135 = 398 (100%)
R 129 of 398 ~ 32.41%
G 134 of 398 ~ 33.67%
B 135 of 398 ~ 33.92%

%32.41
%33.67
%33.92

CMYK color model

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

  • cyan value is 4.44%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,1,0,47)
C4M1Y0K47 
(4%,1%,0%,47%)
(0.04/0.01/0.00/0.47)	

CMYK percentages

%4.44
%0.74
%0
%47.06

Codes

Color #818687 in popluar color models

818687
RGB129134135
HSL190°2.44%51.76%
HSB/HSV190°4.44%52.94%
CMYK4.44%0.74%0.00%
47.06%

Color #818687 in popluar number systems.

HEX818687
Decimal129134135
Binary100000011000011010000111
Octal201206207

Shades and tints

Shades of #818687

#818687
(129,134,135)
#767A7B
(118,122,123)
#6B6E6F
(107,110,111)
#606263
(96,98,99)
#555657
(85,86,87)
#4A4A4B
(74,74,75)
#3F3E3F
(63,62,63)
#343233
(52,50,51)
#292627
(41,38,39)
#1E1A1B
(30,26,27)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #818687

#818687
(129,134,135)
#8C9191
(140,145,145)
#979C9B
(151,156,155)
#A2A7A5
(162,167,165)
#ADB2AF
(173,178,175)
#B8BDB9
(184,189,185)
#C3C8C3
(195,200,195)
#CED3CD
(206,211,205)
#D9DED7
(217,222,215)
#E4E9E1
(228,233,225)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818687; }

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

This text font color is #818687.


Background Color

.myBgColor { background-color: #818687; }

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

This div background color is #818687.


Border color

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

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

This div border color is #818687.


Opacity

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

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

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

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

This text has shadow with #818687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818687 on black background.


Color preview on white background

This text has color #818687 on white background.



Black color preview on #818687 background

This text has black color on #818687 background.


White color preview on #818687 background

This text has white color on #818687 background.