COLOR #839BC0

HEX: #839BC0
RGB: (131,155,192)

Color info

#839BC0 contains mainly green and blue colors. Web safe color of #839BC0 is #9999CC (or #99C).

RGB color model

#839BC0 color RGB value is (131,155,192).

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

RGB channels and saturation

R 131 of 255 = 51%
G 155 of 255 = 61%
B 192 of 255 = 75%

131
155
192

R + G + B ~ 62%. #839BC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 155 + 192 = 478 (100%)
R 131 of 478 ~ 27.41%
G 155 of 478 ~ 32.43%
B 192 of 478 ~ 40.17%

%27.41
%32.43
%40.17

CMYK color model

#839BC0 color CMYK value is (32,19,0,25).

  • cyan value is 31.77%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(32,19,0,25)
C32M19Y0K25 
(32%,19%,0%,25%)
(0.32/0.19/0.00/0.25)	

CMYK percentages

%31.77
%19.27
%0
%24.71

Codes

Color #839BC0 in popluar color models

839BC0
RGB131155192
HSL216°32.62%63.33%
HSB/HSV216°31.77%75.29%
CMYK31.77%19.27%0.00%
24.71%

Color #839BC0 in popluar number systems.

HEX839BC0
Decimal131155192
Binary100000111001101111000000
Octal203233300

Shades and tints

Shades of #839BC0

#839BC0
(131,155,192)
#788DAF
(120,141,175)
#6D7F9E
(109,127,158)
#62718D
(98,113,141)
#57637C
(87,99,124)
#4C556B
(76,85,107)
#41475A
(65,71,90)
#363949
(54,57,73)
#2B2B38
(43,43,56)
#201D27
(32,29,39)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #839BC0

#839BC0
(131,155,192)
#8EA4C5
(142,164,197)
#99ADCA
(153,173,202)
#A4B6CF
(164,182,207)
#AFBFD4
(175,191,212)
#BAC8D9
(186,200,217)
#C5D1DE
(197,209,222)
#D0DAE3
(208,218,227)
#DBE3E8
(219,227,232)
#E6ECED
(230,236,237)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839BC0; }

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

This text font color is #839BC0.


Background Color

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

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

This div background color is #839BC0.


Border color

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

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

This div border color is #839BC0.


Opacity

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

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

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

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

This text has shadow with #839BC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839BC0 on black background.


Color preview on white background

This text has color #839BC0 on white background.



Black color preview on #839BC0 background

This text has black color on #839BC0 background.


White color preview on #839BC0 background

This text has white color on #839BC0 background.