COLOR #839EA3

HEX: #839EA3 RGB: (131,158,163)

Color info

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

RGB color model

#839EA3 color RGB value is (131,158,163).

RGB: (131,158,163) (51%, 62%, 64%)

RGB channels and saturation

R 131 of 255 = 51%
G 158 of 255 = 62%
B 163 of 255 = 64%

131
158
163

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

Portions of RGB colors in percentages

R + G + B = 131 + 158 + 163 = 452 (100%)
R 131 of 452 ~ 28.98%
G 158 of 452 ~ 34.96%
B 163 of 452 ~ 36.06'%

%28.98
%34.96
%36.06

CMYK color model

#839EA3 color CMYK value is (20,3,0,36).

  • cyan value is 19.63%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK: (20,3,0,36) C20M3Y0K36 (20%,3%,0%,36%) (0.20/0.03/0.00/0.36) 

CMYK percentages

%19.63
%3.07
%0
%36.08

Codes

Color #839EA3 in popluar color models

83 9E A3
RGB 131 158 163
HSL 189° 14.81% 57.65%
HSB/HSV 189° 19.63% 63.92%
CMYK 19.63% 3.07% 0.00%
36.08%

Color #839EA3 in popluar number systems.

HEX 83 9E A3
Decimal 131 158 163
Binary 10000011 10011110 10100011
Octal 203 236 243

Shades and tints

Shades of #839EA3

#839EA3
(131,158,163)
#789095
(120,144,149)
#6D8287
(109,130,135)
#627479
(98,116,121)
#57666B
(87,102,107)
#4C585D
(76,88,93)
#414A4F
(65,74,79)
#363C41
(54,60,65)
#2B2E33
(43,46,51)
#202025
(32,32,37)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #839EA3

#839EA3
(131,158,163)
#8EA6AB
(142,166,171)
#99AEB3
(153,174,179)
#A4B6BB
(164,182,187)
#AFBEC3
(175,190,195)
#BAC6CB
(186,198,203)
#C5CED3
(197,206,211)
#D0D6DB
(208,214,219)
#DBDEE3
(219,222,227)
#E6E6EB
(230,230,235)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839EA3; }

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

This text font color is #839EA3.

Background Color

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

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

This div background color is #839EA3.

Border color

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

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

This div border color is #839EA3.

Opacity

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

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

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

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

This text has shadow with #839EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #839EA3.

Preview

Color preview on black background

This text has color #839EA3 on black background.


Color preview on white background

This text has color #839EA3 on white background.


Black color preview on #839EA3 background

This text has black color on #839EA3 background.


White color preview on #839EA3 background

This text has white color on #839EA3 background.


Related colors

Complementary color

Complementary color for #hex is #7C615C.


I love getcolorcode.com

Triadic colors

1 #A3839E and #9EA383 with #839EA3 are triadic colors.

2 #A39E83 and #9E83A3 with #839EA3 are triadic colors.