COLOR #839BA3

HEX: #839BA3
RGB: (131,155,163)

Color info

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

RGB color model

#839BA3 color RGB value is (131,155,163).

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

RGB channels and saturation

R 131 of 255 = 51%
G 155 of 255 = 61%
B 163 of 255 = 64%

131
155
163

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

Portions of RGB colors in percentages

R + G + B =
131 + 155 + 163 = 449 (100%)
R 131 of 449 ~ 29.18%
G 155 of 449 ~ 34.52%
B 163 of 449 ~ 36.3%

%29.18
%34.52
%36.3

CMYK color model

#839BA3 color CMYK value is (20,5,0,36).

  • cyan value is 19.63%
  • magenta value is 4.91%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(20,5,0,36)
C20M5Y0K36 
(20%,5%,0%,36%)
(0.20/0.05/0.00/0.36)	

CMYK percentages

%19.63
%4.91
%0
%36.08

Codes

Color #839BA3 in popluar color models

839BA3
RGB131155163
HSL195°14.81%57.65%
HSB/HSV195°19.63%63.92%
CMYK19.63%4.91%0.00%
36.08%

Color #839BA3 in popluar number systems.

HEX839BA3
Decimal131155163
Binary100000111001101110100011
Octal203233243

Shades and tints

Shades of #839BA3

#839BA3
(131,155,163)
#788D95
(120,141,149)
#6D7F87
(109,127,135)
#627179
(98,113,121)
#57636B
(87,99,107)
#4C555D
(76,85,93)
#41474F
(65,71,79)
#363941
(54,57,65)
#2B2B33
(43,43,51)
#201D25
(32,29,37)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #839BA3

#839BA3
(131,155,163)
#8EA4AB
(142,164,171)
#99ADB3
(153,173,179)
#A4B6BB
(164,182,187)
#AFBFC3
(175,191,195)
#BAC8CB
(186,200,203)
#C5D1D3
(197,209,211)
#D0DADB
(208,218,219)
#DBE3E3
(219,227,227)
#E6ECEB
(230,236,235)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839BA3; }

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

This text font color is #839BA3.


Background Color

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

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

This div background color is #839BA3.


Border color

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

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

This div border color is #839BA3.


Opacity

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

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

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

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

This text has shadow with #839BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839BA3 on black background.


Color preview on white background

This text has color #839BA3 on white background.



Black color preview on #839BA3 background

This text has black color on #839BA3 background.


White color preview on #839BA3 background

This text has white color on #839BA3 background.