COLOR #838C97

HEX: #838C97
RGB: (131,140,151)

Color info

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

RGB color model

#838C97 color RGB value is (131,140,151).

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

RGB channels and saturation

R 131 of 255 = 51%
G 140 of 255 = 55%
B 151 of 255 = 59%

131
140
151

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

Portions of RGB colors in percentages

R + G + B =
131 + 140 + 151 = 422 (100%)
R 131 of 422 ~ 31.04%
G 140 of 422 ~ 33.18%
B 151 of 422 ~ 35.78%

%31.04
%33.18
%35.78

CMYK color model

#838C97 color CMYK value is (13,7,0,41).

  • cyan value is 13.25%
  • magenta value is 7.28%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(13,7,0,41)
C13M7Y0K41 
(13%,7%,0%,41%)
(0.13/0.07/0.00/0.41)	

CMYK percentages

%13.25
%7.28
%0
%40.78

Codes

Color #838C97 in popluar color models

838C97
RGB131140151
HSL213°8.77%55.29%
HSB/HSV213°13.25%59.22%
CMYK13.25%7.28%0.00%
40.78%

Color #838C97 in popluar number systems.

HEX838C97
Decimal131140151
Binary100000111000110010010111
Octal203214227

Shades and tints

Shades of #838C97

#838C97
(131,140,151)
#78808A
(120,128,138)
#6D747D
(109,116,125)
#626870
(98,104,112)
#575C63
(87,92,99)
#4C5056
(76,80,86)
#414449
(65,68,73)
#36383C
(54,56,60)
#2B2C2F
(43,44,47)
#202022
(32,32,34)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #838C97

#838C97
(131,140,151)
#8E96A0
(142,150,160)
#99A0A9
(153,160,169)
#A4AAB2
(164,170,178)
#AFB4BB
(175,180,187)
#BABEC4
(186,190,196)
#C5C8CD
(197,200,205)
#D0D2D6
(208,210,214)
#DBDCDF
(219,220,223)
#E6E6E8
(230,230,232)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838C97; }

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

This text font color is #838C97.


Background Color

.myBgColor { background-color: #838C97; }

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

This div background color is #838C97.


Border color

.myBorderColor { border: 1px solid #838C97; }

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

This div border color is #838C97.


Opacity

.myOpacity80 { color: #838C97; opacity: 0.8; }

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

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

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

This text has shadow with #838C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838C97 on black background.


Color preview on white background

This text has color #838C97 on white background.



Black color preview on #838C97 background

This text has black color on #838C97 background.


White color preview on #838C97 background

This text has white color on #838C97 background.