COLOR #838398

HEX: #838398 RGB: (131,131,152)

Color info

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

RGB color model

#838398 color RGB value is (131,131,152).

RGB: (131,131,152) (51%, 51%, 60%)

RGB channels and saturation

R 131 of 255 = 51%
G 131 of 255 = 51%
B 152 of 255 = 60%

131
131
152

R + G + B ~ 54%. #838398 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 131 + 152 = 414 (100%)
R 131 of 414 ~ 31.64%
G 131 of 414 ~ 31.64%
B 152 of 414 ~ 36.71'%

%31.64
%31.64
%36.71

CMYK color model

#838398 color CMYK value is (14,14,0,40).

  • cyan value is 13.82%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (14,14,0,40)
C14M14Y0K40 (14%, 14%, 0%, 40%)
(0.14 / 0.14 / 0.00 / 0.40)

CMYK percentages

%13.82
%13.82
%0
%40.39

Codes

Color #838398 in popluar color models

83 83 98
RGB 131 131 152
HSL 240° 9.25% 55.49%
HSB/HSV 240° 13.82% 59.61%
CMYK 13.82% 13.82% 0.00%
40.39%

Color #838398 in popluar number systems.

HEX 83 83 98
Decimal 131 131 152
Binary 10000011 10000011 10011000
Octal 203 203 230

Shades and tints

Shades of #838398

#838398
(131,131,152)
#78788B
(120,120,139)
#6D6D7E
(109,109,126)
#626271
(98,98,113)
#575764
(87,87,100)
#4C4C57
(76,76,87)
#41414A
(65,65,74)
#36363D
(54,54,61)
#2B2B30
(43,43,48)
#202023
(32,32,35)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #838398

#838398
(131,131,152)
#8E8EA1
(142,142,161)
#9999AA
(153,153,170)
#A4A4B3
(164,164,179)
#AFAFBC
(175,175,188)
#BABAC5
(186,186,197)
#C5C5CE
(197,197,206)
#D0D0D7
(208,208,215)
#DBDBE0
(219,219,224)
#E6E6E9
(230,230,233)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838398 color. Also use rgb(131,131,152) instead hex code.

Text Font Color

.myTextColor { color: #838398; }

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

This text font color is #838398.

Background Color

.myBgColor { background-color: #838398; }

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

This div background color is #838398.

Border color

.myBorderColor { border: 1px solid #838398; }

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

This div border color is #838398.

Opacity

.myOpacity80 { color: #838398; opacity: 0.8; }

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

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

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

This text has shadow with #838398 color.


.textShadow {text-shadow: 3px 3px 1px #838398', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #838398; -webkit-box-shadow: 1px 1px 3px 2px #838398; box-shadow:1px 1px 3px 2px #838398;">
Div content here
</div>

This div box has shadow with color #838398.

Preview

Color preview on black background

This text has color #838398 on black background.


Color preview on white background

This text has color #838398 on white background.


Black color preview on #838398 background

This text has black color on #838398 background.


White color preview on #838398 background

This text has white color on #838398 background.


Related colors

Complementary color

Complementary color for #hex is #7C7C67.


I love getcolorcode.com