COLOR #818680

HEX: #818680
RGB: (129,134,128)

Color info

#818680 contains red, green and blue colors in about the same proportion. Web safe color of #818680 is #999966 (or #996).

RGB color model

#818680 color RGB value is (129,134,128).

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

RGB channels and saturation

R 129 of 255 = 51%
G 134 of 255 = 53%
B 128 of 255 = 50%

129
134
128

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

Portions of RGB colors in percentages

R + G + B =
129 + 134 + 128 = 391 (100%)
R 129 of 391 ~ 32.99%
G 134 of 391 ~ 34.27%
B 128 of 391 ~ 32.74%

%32.99
%34.27
%32.74

CMYK color model

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

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 47.45%
CMYK:
(4,0,4,47)
C4M0Y4K47 
(4%,0%,4%,47%)
(0.04/0.00/0.04/0.47)	

CMYK percentages

%3.73
%0
%4.48
%47.45

Codes

Color #818680 in popluar color models

818680
RGB129134128
HSL110°2.42%51.37%
HSB/HSV110°4.48%52.55%
CMYK3.73%0.00%4.48%
47.45%

Color #818680 in popluar number systems.

HEX818680
Decimal129134128
Binary100000011000011010000000
Octal201206200

Shades and tints

Shades of #818680

#818680
(129,134,128)
#767A75
(118,122,117)
#6B6E6A
(107,110,106)
#60625F
(96,98,95)
#555654
(85,86,84)
#4A4A49
(74,74,73)
#3F3E3E
(63,62,62)
#343233
(52,50,51)
#292628
(41,38,40)
#1E1A1D
(30,26,29)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #818680

#818680
(129,134,128)
#8C918B
(140,145,139)
#979C96
(151,156,150)
#A2A7A1
(162,167,161)
#ADB2AC
(173,178,172)
#B8BDB7
(184,189,183)
#C3C8C2
(195,200,194)
#CED3CD
(206,211,205)
#D9DED8
(217,222,216)
#E4E9E3
(228,233,227)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818680; }

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

This text font color is #818680.


Background Color

.myBgColor { background-color: #818680; }

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

This div background color is #818680.


Border color

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

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

This div border color is #818680.


Opacity

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

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

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

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

This text has shadow with #818680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818680 on black background.


Color preview on white background

This text has color #818680 on white background.



Black color preview on #818680 background

This text has black color on #818680 background.


White color preview on #818680 background

This text has white color on #818680 background.