COLOR #838A9A

HEX: #838A9A
RGB: (131,138,154)

Color info

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

RGB color model

#838A9A color RGB value is (131,138,154).

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

RGB channels and saturation

R 131 of 255 = 51%
G 138 of 255 = 54%
B 154 of 255 = 60%

131
138
154

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

Portions of RGB colors in percentages

R + G + B =
131 + 138 + 154 = 423 (100%)
R 131 of 423 ~ 30.97%
G 138 of 423 ~ 32.62%
B 154 of 423 ~ 36.41%

%30.97
%32.62
%36.41

CMYK color model

#838A9A color CMYK value is (15,10,0,40).

  • cyan value is 14.94%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(15,10,0,40)
C15M10Y0K40 
(15%,10%,0%,40%)
(0.15/0.10/0.00/0.40)	

CMYK percentages

%14.94
%10.39
%0
%39.61

Codes

Color #838A9A in popluar color models

838A9A
RGB131138154
HSL222°10.22%55.88%
HSB/HSV222°14.94%60.39%
CMYK14.94%10.39%0.00%
39.61%

Color #838A9A in popluar number systems.

HEX838A9A
Decimal131138154
Binary100000111000101010011010
Octal203212232

Shades and tints

Shades of #838A9A

#838A9A
(131,138,154)
#787E8C
(120,126,140)
#6D727E
(109,114,126)
#626670
(98,102,112)
#575A62
(87,90,98)
#4C4E54
(76,78,84)
#414246
(65,66,70)
#363638
(54,54,56)
#2B2A2A
(43,42,42)
#201E1C
(32,30,28)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #838A9A

#838A9A
(131,138,154)
#8E94A3
(142,148,163)
#999EAC
(153,158,172)
#A4A8B5
(164,168,181)
#AFB2BE
(175,178,190)
#BABCC7
(186,188,199)
#C5C6D0
(197,198,208)
#D0D0D9
(208,208,217)
#DBDAE2
(219,218,226)
#E6E4EB
(230,228,235)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838A9A; }

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

This text font color is #838A9A.


Background Color

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

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

This div background color is #838A9A.


Border color

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

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

This div border color is #838A9A.


Opacity

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

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

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

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

This text has shadow with #838A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838A9A on black background.


Color preview on white background

This text has color #838A9A on white background.



Black color preview on #838A9A background

This text has black color on #838A9A background.


White color preview on #838A9A background

This text has white color on #838A9A background.