COLOR #838EA3

HEX: #838EA3
RGB: (131,142,163)

Color info

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

RGB color model

#838EA3 color RGB value is (131,142,163).

  • red value is 131;
  • green value is 142;
  • blue value is 163.
RGB:
(131,142,163)
(51%,56%,64%)

RGB channels and saturation

R 131 of 255 = 51%
G 142 of 255 = 56%
B 163 of 255 = 64%

131
142
163

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

Portions of RGB colors in percentages

R + G + B =
131 + 142 + 163 = 436 (100%)
R 131 of 436 ~ 30.05%
G 142 of 436 ~ 32.57%
B 163 of 436 ~ 37.39%

%30.05
%32.57
%37.39

CMYK color model

#838EA3 color CMYK value is (20,13,0,36).

  • cyan value is 19.63%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(20,13,0,36)
C20M13Y0K36 
(20%,13%,0%,36%)
(0.20/0.13/0.00/0.36)	

CMYK percentages

%19.63
%12.88
%0
%36.08

Codes

Color #838EA3 in popluar color models

838EA3
RGB131142163
HSL219°14.81%57.65%
HSB/HSV219°19.63%63.92%
CMYK19.63%12.88%0.00%
36.08%

Color #838EA3 in popluar number systems.

HEX838EA3
Decimal131142163
Binary100000111000111010100011
Octal203216243

Shades and tints

Shades of #838EA3

#838EA3
(131,142,163)
#788295
(120,130,149)
#6D7687
(109,118,135)
#626A79
(98,106,121)
#575E6B
(87,94,107)
#4C525D
(76,82,93)
#41464F
(65,70,79)
#363A41
(54,58,65)
#2B2E33
(43,46,51)
#202225
(32,34,37)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #838EA3

#838EA3
(131,142,163)
#8E98AB
(142,152,171)
#99A2B3
(153,162,179)
#A4ACBB
(164,172,187)
#AFB6C3
(175,182,195)
#BAC0CB
(186,192,203)
#C5CAD3
(197,202,211)
#D0D4DB
(208,212,219)
#DBDEE3
(219,222,227)
#E6E8EB
(230,232,235)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838EA3 color. Also use rgb(131,142,163) instead hex code.

Text Font Color

.myTextColor { color: #838EA3; }

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

This text font color is #838EA3.


Background Color

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

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

This div background color is #838EA3.


Border color

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

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

This div border color is #838EA3.


Opacity

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

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

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

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

This text has shadow with #838EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838EA3 on black background.


Color preview on white background

This text has color #838EA3 on white background.



Black color preview on #838EA3 background

This text has black color on #838EA3 background.


White color preview on #838EA3 background

This text has white color on #838EA3 background.