COLOR #838997

HEX: #838997
RGB: (131,137,151)

Color info

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

RGB color model

#838997 color RGB value is (131,137,151).

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

RGB channels and saturation

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

131
137
151

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

Portions of RGB colors in percentages

R + G + B =
131 + 137 + 151 = 419 (100%)
R 131 of 419 ~ 31.26%
G 137 of 419 ~ 32.7%
B 151 of 419 ~ 36.04%

%31.26
%32.7
%36.04

CMYK color model

#838997 color CMYK value is (13,9,0,41).

  • cyan value is 13.25%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(13,9,0,41)
C13M9Y0K41 
(13%,9%,0%,41%)
(0.13/0.09/0.00/0.41)	

CMYK percentages

%13.25
%9.27
%0
%40.78

Codes

Color #838997 in popluar color models

838997
RGB131137151
HSL222°8.77%55.29%
HSB/HSV222°13.25%59.22%
CMYK13.25%9.27%0.00%
40.78%

Color #838997 in popluar number systems.

HEX838997
Decimal131137151
Binary100000111000100110010111
Octal203211227

Shades and tints

Shades of #838997

#838997
(131,137,151)
#787D8A
(120,125,138)
#6D717D
(109,113,125)
#626570
(98,101,112)
#575963
(87,89,99)
#4C4D56
(76,77,86)
#414149
(65,65,73)
#36353C
(54,53,60)
#2B292F
(43,41,47)
#201D22
(32,29,34)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #838997

#838997
(131,137,151)
#8E93A0
(142,147,160)
#999DA9
(153,157,169)
#A4A7B2
(164,167,178)
#AFB1BB
(175,177,187)
#BABBC4
(186,187,196)
#C5C5CD
(197,197,205)
#D0CFD6
(208,207,214)
#DBD9DF
(219,217,223)
#E6E3E8
(230,227,232)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838997; }

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

This text font color is #838997.


Background Color

.myBgColor { background-color: #838997; }

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

This div background color is #838997.


Border color

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

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

This div border color is #838997.


Opacity

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

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

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

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

This text has shadow with #838997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838997 on black background.


Color preview on white background

This text has color #838997 on white background.



Black color preview on #838997 background

This text has black color on #838997 background.


White color preview on #838997 background

This text has white color on #838997 background.