COLOR #818E9C

HEX: #818E9C
RGB: (129,142,156)

Color info

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

RGB color model

#818E9C color RGB value is (129,142,156).

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

RGB channels and saturation

R 129 of 255 = 51%
G 142 of 255 = 56%
B 156 of 255 = 61%

129
142
156

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

Portions of RGB colors in percentages

R + G + B =
129 + 142 + 156 = 427 (100%)
R 129 of 427 ~ 30.21%
G 142 of 427 ~ 33.26%
B 156 of 427 ~ 36.53%

%30.21
%33.26
%36.53

CMYK color model

#818E9C color CMYK value is (17,9,0,39).

  • cyan value is 17.31%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(17,9,0,39)
C17M9Y0K39 
(17%,9%,0%,39%)
(0.17/0.09/0.00/0.39)	

CMYK percentages

%17.31
%8.97
%0
%38.82

Codes

Color #818E9C in popluar color models

818E9C
RGB129142156
HSL211°12.00%55.88%
HSB/HSV211°17.31%61.18%
CMYK17.31%8.97%0.00%
38.82%

Color #818E9C in popluar number systems.

HEX818E9C
Decimal129142156
Binary100000011000111010011100
Octal201216234

Shades and tints

Shades of #818E9C

#818E9C
(129,142,156)
#76828E
(118,130,142)
#6B7680
(107,118,128)
#606A72
(96,106,114)
#555E64
(85,94,100)
#4A5256
(74,82,86)
#3F4648
(63,70,72)
#343A3A
(52,58,58)
#292E2C
(41,46,44)
#1E221E
(30,34,30)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #818E9C

#818E9C
(129,142,156)
#8C98A5
(140,152,165)
#97A2AE
(151,162,174)
#A2ACB7
(162,172,183)
#ADB6C0
(173,182,192)
#B8C0C9
(184,192,201)
#C3CAD2
(195,202,210)
#CED4DB
(206,212,219)
#D9DEE4
(217,222,228)
#E4E8ED
(228,232,237)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818E9C; }

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

This text font color is #818E9C.


Background Color

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

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

This div background color is #818E9C.


Border color

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

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

This div border color is #818E9C.


Opacity

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

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

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

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

This text has shadow with #818E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818E9C on black background.


Color preview on white background

This text has color #818E9C on white background.



Black color preview on #818E9C background

This text has black color on #818E9C background.


White color preview on #818E9C background

This text has white color on #818E9C background.