COLOR #838FD6

HEX: #838FD6
RGB: (131,143,214)

Color info

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

RGB color model

#838FD6 color RGB value is (131,143,214).

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

RGB channels and saturation

R 131 of 255 = 51%
G 143 of 255 = 56%
B 214 of 255 = 84%

131
143
214

R + G + B ~ 64%. #838FD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 143 + 214 = 488 (100%)
R 131 of 488 ~ 26.84%
G 143 of 488 ~ 29.3%
B 214 of 488 ~ 43.85%

%26.84
%29.3
%43.85

CMYK color model

#838FD6 color CMYK value is (39,33,0,16).

  • cyan value is 38.79%
  • magenta value is 33.18%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(39,33,0,16)
C39M33Y0K16 
(39%,33%,0%,16%)
(0.39/0.33/0.00/0.16)	

CMYK percentages

%38.79
%33.18
%0
%16.08

Codes

Color #838FD6 in popluar color models

838FD6
RGB131143214
HSL231°50.30%67.65%
HSB/HSV231°38.79%83.92%
CMYK38.79%33.18%0.00%
16.08%

Color #838FD6 in popluar number systems.

HEX838FD6
Decimal131143214
Binary100000111000111111010110
Octal203217326

Shades and tints

Shades of #838FD6

#838FD6
(131,143,214)
#7882C3
(120,130,195)
#6D75B0
(109,117,176)
#62689D
(98,104,157)
#575B8A
(87,91,138)
#4C4E77
(76,78,119)
#414164
(65,65,100)
#363451
(54,52,81)
#2B273E
(43,39,62)
#201A2B
(32,26,43)
#150D18
(21,13,24)
#000000
(0,0,0)

Tints of #838FD6

#838FD6
(131,143,214)
#8E99D9
(142,153,217)
#99A3DC
(153,163,220)
#A4ADDF
(164,173,223)
#AFB7E2
(175,183,226)
#BAC1E5
(186,193,229)
#C5CBE8
(197,203,232)
#D0D5EB
(208,213,235)
#DBDFEE
(219,223,238)
#E6E9F1
(230,233,241)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838FD6; }

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

This text font color is #838FD6.


Background Color

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

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

This div background color is #838FD6.


Border color

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

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

This div border color is #838FD6.


Opacity

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

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

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

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

This text has shadow with #838FD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838FD6 on black background.


Color preview on white background

This text has color #838FD6 on white background.



Black color preview on #838FD6 background

This text has black color on #838FD6 background.


White color preview on #838FD6 background

This text has white color on #838FD6 background.