COLOR #818197

HEX: #818197
RGB: (129,129,151)

Color info

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

RGB color model

#818197 color RGB value is (129,129,151).

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

RGB channels and saturation

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

129
129
151

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

Portions of RGB colors in percentages

R + G + B =
129 + 129 + 151 = 409 (100%)
R 129 of 409 ~ 31.54%
G 129 of 409 ~ 31.54%
B 151 of 409 ~ 36.92%

%31.54
%31.54
%36.92

CMYK color model

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

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

CMYK percentages

%14.57
%14.57
%0
%40.78

Codes

Color #818197 in popluar color models

818197
RGB129129151
HSL240°9.57%54.90%
HSB/HSV240°14.57%59.22%
CMYK14.57%14.57%0.00%
40.78%

Color #818197 in popluar number systems.

HEX818197
Decimal129129151
Binary100000011000000110010111
Octal201201227

Shades and tints

Shades of #818197

#818197
(129,129,151)
#76768A
(118,118,138)
#6B6B7D
(107,107,125)
#606070
(96,96,112)
#555563
(85,85,99)
#4A4A56
(74,74,86)
#3F3F49
(63,63,73)
#34343C
(52,52,60)
#29292F
(41,41,47)
#1E1E22
(30,30,34)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #818197

#818197
(129,129,151)
#8C8CA0
(140,140,160)
#9797A9
(151,151,169)
#A2A2B2
(162,162,178)
#ADADBB
(173,173,187)
#B8B8C4
(184,184,196)
#C3C3CD
(195,195,205)
#CECED6
(206,206,214)
#D9D9DF
(217,217,223)
#E4E4E8
(228,228,232)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818197; }

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

This text font color is #818197.


Background Color

.myBgColor { background-color: #818197; }

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

This div background color is #818197.


Border color

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

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

This div border color is #818197.


Opacity

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

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

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

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

This text has shadow with #818197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818197 on black background.


Color preview on white background

This text has color #818197 on white background.



Black color preview on #818197 background

This text has black color on #818197 background.


White color preview on #818197 background

This text has white color on #818197 background.