COLOR #838C9D

HEX: #838C9D
RGB: (131,140,157)

Color info

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

RGB color model

#838C9D color RGB value is (131,140,157).

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

RGB channels and saturation

R 131 of 255 = 51%
G 140 of 255 = 55%
B 157 of 255 = 62%

131
140
157

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

Portions of RGB colors in percentages

R + G + B =
131 + 140 + 157 = 428 (100%)
R 131 of 428 ~ 30.61%
G 140 of 428 ~ 32.71%
B 157 of 428 ~ 36.68%

%30.61
%32.71
%36.68

CMYK color model

#838C9D color CMYK value is (17,11,0,38).

  • cyan value is 16.56%
  • magenta value is 10.83%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(17,11,0,38)
C17M11Y0K38 
(17%,11%,0%,38%)
(0.17/0.11/0.00/0.38)	

CMYK percentages

%16.56
%10.83
%0
%38.43

Codes

Color #838C9D in popluar color models

838C9D
RGB131140157
HSL219°11.71%56.47%
HSB/HSV219°16.56%61.57%
CMYK16.56%10.83%0.00%
38.43%

Color #838C9D in popluar number systems.

HEX838C9D
Decimal131140157
Binary100000111000110010011101
Octal203214235

Shades and tints

Shades of #838C9D

#838C9D
(131,140,157)
#78808F
(120,128,143)
#6D7481
(109,116,129)
#626873
(98,104,115)
#575C65
(87,92,101)
#4C5057
(76,80,87)
#414449
(65,68,73)
#36383B
(54,56,59)
#2B2C2D
(43,44,45)
#20201F
(32,32,31)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #838C9D

#838C9D
(131,140,157)
#8E96A5
(142,150,165)
#99A0AD
(153,160,173)
#A4AAB5
(164,170,181)
#AFB4BD
(175,180,189)
#BABEC5
(186,190,197)
#C5C8CD
(197,200,205)
#D0D2D5
(208,210,213)
#DBDCDD
(219,220,221)
#E6E6E5
(230,230,229)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838C9D; }

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

This text font color is #838C9D.


Background Color

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

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

This div background color is #838C9D.


Border color

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

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

This div border color is #838C9D.


Opacity

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

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

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

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

This text has shadow with #838C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838C9D on black background.


Color preview on white background

This text has color #838C9D on white background.



Black color preview on #838C9D background

This text has black color on #838C9D background.


White color preview on #838C9D background

This text has white color on #838C9D background.