COLOR #818D9C

HEX: #818D9C
RGB: (129,141,156)

Color info

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

RGB color model

#818D9C color RGB value is (129,141,156).

  • red value is 129;
  • green value is 141;
  • blue value is 156.
RGB:
(129,141,156)
(51%,55%,61%)

RGB channels and saturation

R 129 of 255 = 51%
G 141 of 255 = 55%
B 156 of 255 = 61%

129
141
156

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

Portions of RGB colors in percentages

R + G + B =
129 + 141 + 156 = 426 (100%)
R 129 of 426 ~ 30.28%
G 141 of 426 ~ 33.1%
B 156 of 426 ~ 36.62%

%30.28
%33.1
%36.62

CMYK color model

#818D9C color CMYK value is (17,10,0,39).

  • cyan value is 17.31%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(17,10,0,39)
C17M10Y0K39 
(17%,10%,0%,39%)
(0.17/0.10/0.00/0.39)	

CMYK percentages

%17.31
%9.62
%0
%38.82

Codes

Color #818D9C in popluar color models

818D9C
RGB129141156
HSL213°12.00%55.88%
HSB/HSV213°17.31%61.18%
CMYK17.31%9.62%0.00%
38.82%

Color #818D9C in popluar number systems.

HEX818D9C
Decimal129141156
Binary100000011000110110011100
Octal201215234

Shades and tints

Shades of #818D9C

#818D9C
(129,141,156)
#76818E
(118,129,142)
#6B7580
(107,117,128)
#606972
(96,105,114)
#555D64
(85,93,100)
#4A5156
(74,81,86)
#3F4548
(63,69,72)
#34393A
(52,57,58)
#292D2C
(41,45,44)
#1E211E
(30,33,30)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #818D9C

#818D9C
(129,141,156)
#8C97A5
(140,151,165)
#97A1AE
(151,161,174)
#A2ABB7
(162,171,183)
#ADB5C0
(173,181,192)
#B8BFC9
(184,191,201)
#C3C9D2
(195,201,210)
#CED3DB
(206,211,219)
#D9DDE4
(217,221,228)
#E4E7ED
(228,231,237)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818D9C color. Also use rgb(129,141,156) instead hex code.

Text Font Color

.myTextColor { color: #818D9C; }

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

This text font color is #818D9C.


Background Color

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

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

This div background color is #818D9C.


Border color

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

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

This div border color is #818D9C.


Opacity

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

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

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

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

This text has shadow with #818D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818D9C on black background.


Color preview on white background

This text has color #818D9C on white background.



Black color preview on #818D9C background

This text has black color on #818D9C background.


White color preview on #818D9C background

This text has white color on #818D9C background.