COLOR #818898

HEX: #818898
RGB: (129,136,152)

Color info

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

RGB color model

#818898 color RGB value is (129,136,152).

  • red value is 129;
  • green value is 136;
  • blue value is 152.
RGB:
(129,136,152)
(51%,53%,60%)

RGB channels and saturation

R 129 of 255 = 51%
G 136 of 255 = 53%
B 152 of 255 = 60%

129
136
152

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

Portions of RGB colors in percentages

R + G + B =
129 + 136 + 152 = 417 (100%)
R 129 of 417 ~ 30.94%
G 136 of 417 ~ 32.61%
B 152 of 417 ~ 36.45%

%30.94
%32.61
%36.45

CMYK color model

#818898 color CMYK value is (15,11,0,40).

  • cyan value is 15.13%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(15,11,0,40)
C15M11Y0K40 
(15%,11%,0%,40%)
(0.15/0.11/0.00/0.40)	

CMYK percentages

%15.13
%10.53
%0
%40.39

Codes

Color #818898 in popluar color models

818898
RGB129136152
HSL222°10.04%55.10%
HSB/HSV222°15.13%59.61%
CMYK15.13%10.53%0.00%
40.39%

Color #818898 in popluar number systems.

HEX818898
Decimal129136152
Binary100000011000100010011000
Octal201210230

Shades and tints

Shades of #818898

#818898
(129,136,152)
#767C8B
(118,124,139)
#6B707E
(107,112,126)
#606471
(96,100,113)
#555864
(85,88,100)
#4A4C57
(74,76,87)
#3F404A
(63,64,74)
#34343D
(52,52,61)
#292830
(41,40,48)
#1E1C23
(30,28,35)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #818898

#818898
(129,136,152)
#8C92A1
(140,146,161)
#979CAA
(151,156,170)
#A2A6B3
(162,166,179)
#ADB0BC
(173,176,188)
#B8BAC5
(184,186,197)
#C3C4CE
(195,196,206)
#CECED7
(206,206,215)
#D9D8E0
(217,216,224)
#E4E2E9
(228,226,233)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818898; }

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

This text font color is #818898.


Background Color

.myBgColor { background-color: #818898; }

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

This div background color is #818898.


Border color

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

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

This div border color is #818898.


Opacity

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

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

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

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

This text has shadow with #818898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818898 on black background.


Color preview on white background

This text has color #818898 on white background.



Black color preview on #818898 background

This text has black color on #818898 background.


White color preview on #818898 background

This text has white color on #818898 background.