COLOR #818E9A

HEX: #818E9A
RGB: (129,142,154)

Color info

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

RGB color model

#818E9A color RGB value is (129,142,154).

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

RGB channels and saturation

R 129 of 255 = 51%
G 142 of 255 = 56%
B 154 of 255 = 60%

129
142
154

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

Portions of RGB colors in percentages

R + G + B =
129 + 142 + 154 = 425 (100%)
R 129 of 425 ~ 30.35%
G 142 of 425 ~ 33.41%
B 154 of 425 ~ 36.24%

%30.35
%33.41
%36.24

CMYK color model

#818E9A color CMYK value is (16,8,0,40).

  • cyan value is 16.23%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(16,8,0,40)
C16M8Y0K40 
(16%,8%,0%,40%)
(0.16/0.08/0.00/0.40)	

CMYK percentages

%16.23
%7.79
%0
%39.61

Codes

Color #818E9A in popluar color models

818E9A
RGB129142154
HSL209°11.01%55.49%
HSB/HSV209°16.23%60.39%
CMYK16.23%7.79%0.00%
39.61%

Color #818E9A in popluar number systems.

HEX818E9A
Decimal129142154
Binary100000011000111010011010
Octal201216232

Shades and tints

Shades of #818E9A

#818E9A
(129,142,154)
#76828C
(118,130,140)
#6B767E
(107,118,126)
#606A70
(96,106,112)
#555E62
(85,94,98)
#4A5254
(74,82,84)
#3F4646
(63,70,70)
#343A38
(52,58,56)
#292E2A
(41,46,42)
#1E221C
(30,34,28)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #818E9A

#818E9A
(129,142,154)
#8C98A3
(140,152,163)
#97A2AC
(151,162,172)
#A2ACB5
(162,172,181)
#ADB6BE
(173,182,190)
#B8C0C7
(184,192,199)
#C3CAD0
(195,202,208)
#CED4D9
(206,212,217)
#D9DEE2
(217,222,226)
#E4E8EB
(228,232,235)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818E9A; }

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

This text font color is #818E9A.


Background Color

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

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

This div background color is #818E9A.


Border color

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

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

This div border color is #818E9A.


Opacity

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

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

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

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

This text has shadow with #818E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818E9A on black background.


Color preview on white background

This text has color #818E9A on white background.



Black color preview on #818E9A background

This text has black color on #818E9A background.


White color preview on #818E9A background

This text has white color on #818E9A background.