COLOR #838A9D

HEX: #838A9D
RGB: (131,138,157)

Color info

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

RGB color model

#838A9D color RGB value is (131,138,157).

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

RGB channels and saturation

R 131 of 255 = 51%
G 138 of 255 = 54%
B 157 of 255 = 62%

131
138
157

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

Portions of RGB colors in percentages

R + G + B =
131 + 138 + 157 = 426 (100%)
R 131 of 426 ~ 30.75%
G 138 of 426 ~ 32.39%
B 157 of 426 ~ 36.85%

%30.75
%32.39
%36.85

CMYK color model

#838A9D color CMYK value is (17,12,0,38).

  • cyan value is 16.56%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(17,12,0,38)
C17M12Y0K38 
(17%,12%,0%,38%)
(0.17/0.12/0.00/0.38)	

CMYK percentages

%16.56
%12.1
%0
%38.43

Codes

Color #838A9D in popluar color models

838A9D
RGB131138157
HSL224°11.71%56.47%
HSB/HSV224°16.56%61.57%
CMYK16.56%12.10%0.00%
38.43%

Color #838A9D in popluar number systems.

HEX838A9D
Decimal131138157
Binary100000111000101010011101
Octal203212235

Shades and tints

Shades of #838A9D

#838A9D
(131,138,157)
#787E8F
(120,126,143)
#6D7281
(109,114,129)
#626673
(98,102,115)
#575A65
(87,90,101)
#4C4E57
(76,78,87)
#414249
(65,66,73)
#36363B
(54,54,59)
#2B2A2D
(43,42,45)
#201E1F
(32,30,31)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #838A9D

#838A9D
(131,138,157)
#8E94A5
(142,148,165)
#999EAD
(153,158,173)
#A4A8B5
(164,168,181)
#AFB2BD
(175,178,189)
#BABCC5
(186,188,197)
#C5C6CD
(197,198,205)
#D0D0D5
(208,208,213)
#DBDADD
(219,218,221)
#E6E4E5
(230,228,229)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838A9D; }

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

This text font color is #838A9D.


Background Color

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

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

This div background color is #838A9D.


Border color

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

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

This div border color is #838A9D.


Opacity

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

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

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

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

This text has shadow with #838A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838A9D on black background.


Color preview on white background

This text has color #838A9D on white background.



Black color preview on #838A9D background

This text has black color on #838A9D background.


White color preview on #838A9D background

This text has white color on #838A9D background.