COLOR #818997

HEX: #818997
RGB: (129,137,151)

Color info

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

RGB color model

#818997 color RGB value is (129,137,151).

  • red value is 129;
  • green value is 137;
  • blue value is 151.
RGB:
(129,137,151)
(51%,54%,59%)

RGB channels and saturation

R 129 of 255 = 51%
G 137 of 255 = 54%
B 151 of 255 = 59%

129
137
151

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

Portions of RGB colors in percentages

R + G + B =
129 + 137 + 151 = 417 (100%)
R 129 of 417 ~ 30.94%
G 137 of 417 ~ 32.85%
B 151 of 417 ~ 36.21%

%30.94
%32.85
%36.21

CMYK color model

#818997 color CMYK value is (15,9,0,41).

  • cyan value is 14.57%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(15,9,0,41)
C15M9Y0K41 
(15%,9%,0%,41%)
(0.15/0.09/0.00/0.41)	

CMYK percentages

%14.57
%9.27
%0
%40.78

Codes

Color #818997 in popluar color models

818997
RGB129137151
HSL218°9.57%54.90%
HSB/HSV218°14.57%59.22%
CMYK14.57%9.27%0.00%
40.78%

Color #818997 in popluar number systems.

HEX818997
Decimal129137151
Binary100000011000100110010111
Octal201211227

Shades and tints

Shades of #818997

#818997
(129,137,151)
#767D8A
(118,125,138)
#6B717D
(107,113,125)
#606570
(96,101,112)
#555963
(85,89,99)
#4A4D56
(74,77,86)
#3F4149
(63,65,73)
#34353C
(52,53,60)
#29292F
(41,41,47)
#1E1D22
(30,29,34)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #818997

#818997
(129,137,151)
#8C93A0
(140,147,160)
#979DA9
(151,157,169)
#A2A7B2
(162,167,178)
#ADB1BB
(173,177,187)
#B8BBC4
(184,187,196)
#C3C5CD
(195,197,205)
#CECFD6
(206,207,214)
#D9D9DF
(217,217,223)
#E4E3E8
(228,227,232)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818997 color. Also use rgb(129,137,151) instead hex code.

Text Font Color

.myTextColor { color: #818997; }

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

This text font color is #818997.


Background Color

.myBgColor { background-color: #818997; }

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

This div background color is #818997.


Border color

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

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

This div border color is #818997.


Opacity

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

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

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

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

This text has shadow with #818997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818997 on black background.


Color preview on white background

This text has color #818997 on white background.



Black color preview on #818997 background

This text has black color on #818997 background.


White color preview on #818997 background

This text has white color on #818997 background.