COLOR #838FCE

HEX: #838FCE
RGB: (131,143,206)

Color info

#838FCE contains mainly blue color. Web safe color of #838FCE is #9999CC (or #99C).

RGB color model

#838FCE color RGB value is (131,143,206).

  • red value is 131;
  • green value is 143;
  • blue value is 206.
RGB:
(131,143,206)
(51%,56%,81%)

RGB channels and saturation

R 131 of 255 = 51%
G 143 of 255 = 56%
B 206 of 255 = 81%

131
143
206

R + G + B ~ 63%. #838FCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 143 + 206 = 480 (100%)
R 131 of 480 ~ 27.29%
G 143 of 480 ~ 29.79%
B 206 of 480 ~ 42.92%

%27.29
%29.79
%42.92

CMYK color model

#838FCE color CMYK value is (36,31,0,19).

  • cyan value is 36.41%
  • magenta value is 30.58%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(36,31,0,19)
C36M31Y0K19 
(36%,31%,0%,19%)
(0.36/0.31/0.00/0.19)	

CMYK percentages

%36.41
%30.58
%0
%19.22

Codes

Color #838FCE in popluar color models

838FCE
RGB131143206
HSL230°43.35%66.08%
HSB/HSV230°36.41%80.78%
CMYK36.41%30.58%0.00%
19.22%

Color #838FCE in popluar number systems.

HEX838FCE
Decimal131143206
Binary100000111000111111001110
Octal203217316

Shades and tints

Shades of #838FCE

#838FCE
(131,143,206)
#7882BC
(120,130,188)
#6D75AA
(109,117,170)
#626898
(98,104,152)
#575B86
(87,91,134)
#4C4E74
(76,78,116)
#414162
(65,65,98)
#363450
(54,52,80)
#2B273E
(43,39,62)
#201A2C
(32,26,44)
#150D1A
(21,13,26)
#000000
(0,0,0)

Tints of #838FCE

#838FCE
(131,143,206)
#8E99D2
(142,153,210)
#99A3D6
(153,163,214)
#A4ADDA
(164,173,218)
#AFB7DE
(175,183,222)
#BAC1E2
(186,193,226)
#C5CBE6
(197,203,230)
#D0D5EA
(208,213,234)
#DBDFEE
(219,223,238)
#E6E9F2
(230,233,242)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838FCE color. Also use rgb(131,143,206) instead hex code.

Text Font Color

.myTextColor { color: #838FCE; }

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

This text font color is #838FCE.


Background Color

.myBgColor { background-color: #838FCE; }

<div style="background-color:#838FCE">Inner text</div>

This div background color is #838FCE.


Border color

.myBorderColor { border: 1px solid #838FCE; }

<div style="border:3px solid #838FCE">Div</div>

This div border color is #838FCE.


Opacity

.myOpacity80 { color: #838FCE; opacity: 0.8; }

<p style="color:#838FCE;opacity:0.8;">80%</p>

Text with #838FCE 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 #838FCE;}

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

This text has shadow with #838FCE color.

.textShadow {text-shadow: 3px 3px 1px #838FCE, 3px 3px 1px red;}

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

This text has shadow with #838FCE primary color and red secondary color.


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

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

This text has shadow with #838FCE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838FCE on black background.


Color preview on white background

This text has color #838FCE on white background.



Black color preview on #838FCE background

This text has black color on #838FCE background.


White color preview on #838FCE background

This text has white color on #838FCE background.