COLOR #838D9B

HEX: #838D9B
RGB: (131,141,155)

Color info

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

RGB color model

#838D9B color RGB value is (131,141,155).

  • red value is 131;
  • green value is 141;
  • blue value is 155.
RGB:
(131,141,155)
(51%,55%,61%)

RGB channels and saturation

R 131 of 255 = 51%
G 141 of 255 = 55%
B 155 of 255 = 61%

131
141
155

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

Portions of RGB colors in percentages

R + G + B =
131 + 141 + 155 = 427 (100%)
R 131 of 427 ~ 30.68%
G 141 of 427 ~ 33.02%
B 155 of 427 ~ 36.3%

%30.68
%33.02
%36.3

CMYK color model

#838D9B color CMYK value is (15,9,0,39).

  • cyan value is 15.48%
  • magenta value is 9.03%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(15,9,0,39)
C15M9Y0K39 
(15%,9%,0%,39%)
(0.15/0.09/0.00/0.39)	

CMYK percentages

%15.48
%9.03
%0
%39.22

Codes

Color #838D9B in popluar color models

838D9B
RGB131141155
HSL215°10.71%56.08%
HSB/HSV215°15.48%60.78%
CMYK15.48%9.03%0.00%
39.22%

Color #838D9B in popluar number systems.

HEX838D9B
Decimal131141155
Binary100000111000110110011011
Octal203215233

Shades and tints

Shades of #838D9B

#838D9B
(131,141,155)
#78818D
(120,129,141)
#6D757F
(109,117,127)
#626971
(98,105,113)
#575D63
(87,93,99)
#4C5155
(76,81,85)
#414547
(65,69,71)
#363939
(54,57,57)
#2B2D2B
(43,45,43)
#20211D
(32,33,29)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #838D9B

#838D9B
(131,141,155)
#8E97A4
(142,151,164)
#99A1AD
(153,161,173)
#A4ABB6
(164,171,182)
#AFB5BF
(175,181,191)
#BABFC8
(186,191,200)
#C5C9D1
(197,201,209)
#D0D3DA
(208,211,218)
#DBDDE3
(219,221,227)
#E6E7EC
(230,231,236)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838D9B color. Also use rgb(131,141,155) instead hex code.

Text Font Color

.myTextColor { color: #838D9B; }

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

This text font color is #838D9B.


Background Color

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

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

This div background color is #838D9B.


Border color

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

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

This div border color is #838D9B.


Opacity

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

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

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

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

This text has shadow with #838D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838D9B on black background.


Color preview on white background

This text has color #838D9B on white background.



Black color preview on #838D9B background

This text has black color on #838D9B background.


White color preview on #838D9B background

This text has white color on #838D9B background.