COLOR #839CB6

HEX: #839CB6
RGB: (131,156,182)

Color info

#839CB6 contains red, green and blue colors in about the same proportion. Web safe color of #839CB6 is #9999CC (or #99C).

RGB color model

#839CB6 color RGB value is (131,156,182).

  • red value is 131;
  • green value is 156;
  • blue value is 182.
RGB:
(131,156,182)
(51%,61%,71%)

RGB channels and saturation

R 131 of 255 = 51%
G 156 of 255 = 61%
B 182 of 255 = 71%

131
156
182

R + G + B ~ 61%. #839CB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 156 + 182 = 469 (100%)
R 131 of 469 ~ 27.93%
G 156 of 469 ~ 33.26%
B 182 of 469 ~ 38.81%

%27.93
%33.26
%38.81

CMYK color model

#839CB6 color CMYK value is (28,14,0,29).

  • cyan value is 28.02%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(28,14,0,29)
C28M14Y0K29 
(28%,14%,0%,29%)
(0.28/0.14/0.00/0.29)	

CMYK percentages

%28.02
%14.29
%0
%28.63

Codes

Color #839CB6 in popluar color models

839CB6
RGB131156182
HSL211°25.89%61.37%
HSB/HSV211°28.02%71.37%
CMYK28.02%14.29%0.00%
28.63%

Color #839CB6 in popluar number systems.

HEX839CB6
Decimal131156182
Binary100000111001110010110110
Octal203234266

Shades and tints

Shades of #839CB6

#839CB6
(131,156,182)
#788EA6
(120,142,166)
#6D8096
(109,128,150)
#627286
(98,114,134)
#576476
(87,100,118)
#4C5666
(76,86,102)
#414856
(65,72,86)
#363A46
(54,58,70)
#2B2C36
(43,44,54)
#201E26
(32,30,38)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #839CB6

#839CB6
(131,156,182)
#8EA5BC
(142,165,188)
#99AEC2
(153,174,194)
#A4B7C8
(164,183,200)
#AFC0CE
(175,192,206)
#BAC9D4
(186,201,212)
#C5D2DA
(197,210,218)
#D0DBE0
(208,219,224)
#DBE4E6
(219,228,230)
#E6EDEC
(230,237,236)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839CB6 color. Also use rgb(131,156,182) instead hex code.

Text Font Color

.myTextColor { color: #839CB6; }

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

This text font color is #839CB6.


Background Color

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

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

This div background color is #839CB6.


Border color

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

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

This div border color is #839CB6.


Opacity

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

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

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

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

This text has shadow with #839CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839CB6 on black background.


Color preview on white background

This text has color #839CB6 on white background.



Black color preview on #839CB6 background

This text has black color on #839CB6 background.


White color preview on #839CB6 background

This text has white color on #839CB6 background.