COLOR #839CCD

HEX: #839CCD
RGB: (131,156,205)

Color info

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

RGB color model

#839CCD color RGB value is (131,156,205).

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

RGB channels and saturation

R 131 of 255 = 51%
G 156 of 255 = 61%
B 205 of 255 = 80%

131
156
205

R + G + B ~ 64%. #839CCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 156 + 205 = 492 (100%)
R 131 of 492 ~ 26.63%
G 156 of 492 ~ 31.71%
B 205 of 492 ~ 41.67%

%26.63
%31.71
%41.67

CMYK color model

#839CCD color CMYK value is (36,24,0,20).

  • cyan value is 36.10%
  • magenta value is 23.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(36,24,0,20)
C36M24Y0K20 
(36%,24%,0%,20%)
(0.36/0.24/0.00/0.20)	

CMYK percentages

%36.1
%23.9
%0
%19.61

Codes

Color #839CCD in popluar color models

839CCD
RGB131156205
HSL220°42.53%65.88%
HSB/HSV220°36.10%80.39%
CMYK36.10%23.90%0.00%
19.61%

Color #839CCD in popluar number systems.

HEX839CCD
Decimal131156205
Binary100000111001110011001101
Octal203234315

Shades and tints

Shades of #839CCD

#839CCD
(131,156,205)
#788EBB
(120,142,187)
#6D80A9
(109,128,169)
#627297
(98,114,151)
#576485
(87,100,133)
#4C5673
(76,86,115)
#414861
(65,72,97)
#363A4F
(54,58,79)
#2B2C3D
(43,44,61)
#201E2B
(32,30,43)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #839CCD

#839CCD
(131,156,205)
#8EA5D1
(142,165,209)
#99AED5
(153,174,213)
#A4B7D9
(164,183,217)
#AFC0DD
(175,192,221)
#BAC9E1
(186,201,225)
#C5D2E5
(197,210,229)
#D0DBE9
(208,219,233)
#DBE4ED
(219,228,237)
#E6EDF1
(230,237,241)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839CCD; }

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

This text font color is #839CCD.


Background Color

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

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

This div background color is #839CCD.


Border color

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

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

This div border color is #839CCD.


Opacity

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

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

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

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

This text has shadow with #839CCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839CCD on black background.


Color preview on white background

This text has color #839CCD on white background.



Black color preview on #839CCD background

This text has black color on #839CCD background.


White color preview on #839CCD background

This text has white color on #839CCD background.