COLOR #839BB2

HEX: #839BB2
RGB: (131,155,178)

Color info

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

RGB color model

#839BB2 color RGB value is (131,155,178).

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

RGB channels and saturation

R 131 of 255 = 51%
G 155 of 255 = 61%
B 178 of 255 = 70%

131
155
178

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

Portions of RGB colors in percentages

R + G + B =
131 + 155 + 178 = 464 (100%)
R 131 of 464 ~ 28.23%
G 155 of 464 ~ 33.41%
B 178 of 464 ~ 38.36%

%28.23
%33.41
%38.36

CMYK color model

#839BB2 color CMYK value is (26,13,0,30).

  • cyan value is 26.40%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(26,13,0,30)
C26M13Y0K30 
(26%,13%,0%,30%)
(0.26/0.13/0.00/0.30)	

CMYK percentages

%26.4
%12.92
%0
%30.2

Codes

Color #839BB2 in popluar color models

839BB2
RGB131155178
HSL209°23.38%60.59%
HSB/HSV209°26.40%69.80%
CMYK26.40%12.92%0.00%
30.20%

Color #839BB2 in popluar number systems.

HEX839BB2
Decimal131155178
Binary100000111001101110110010
Octal203233262

Shades and tints

Shades of #839BB2

#839BB2
(131,155,178)
#788DA2
(120,141,162)
#6D7F92
(109,127,146)
#627182
(98,113,130)
#576372
(87,99,114)
#4C5562
(76,85,98)
#414752
(65,71,82)
#363942
(54,57,66)
#2B2B32
(43,43,50)
#201D22
(32,29,34)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #839BB2

#839BB2
(131,155,178)
#8EA4B9
(142,164,185)
#99ADC0
(153,173,192)
#A4B6C7
(164,182,199)
#AFBFCE
(175,191,206)
#BAC8D5
(186,200,213)
#C5D1DC
(197,209,220)
#D0DAE3
(208,218,227)
#DBE3EA
(219,227,234)
#E6ECF1
(230,236,241)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839BB2; }

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

This text font color is #839BB2.


Background Color

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

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

This div background color is #839BB2.


Border color

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

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

This div border color is #839BB2.


Opacity

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

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

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

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

This text has shadow with #839BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839BB2 on black background.


Color preview on white background

This text has color #839BB2 on white background.



Black color preview on #839BB2 background

This text has black color on #839BB2 background.


White color preview on #839BB2 background

This text has white color on #839BB2 background.