COLOR #838EC6

HEX: #838EC6
RGB: (131,142,198)

Color info

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

RGB color model

#838EC6 color RGB value is (131,142,198).

  • red value is 131;
  • green value is 142;
  • blue value is 198.
RGB:
(131,142,198)
(51%,56%,78%)

RGB channels and saturation

R 131 of 255 = 51%
G 142 of 255 = 56%
B 198 of 255 = 78%

131
142
198

R + G + B ~ 62%. #838EC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 142 + 198 = 471 (100%)
R 131 of 471 ~ 27.81%
G 142 of 471 ~ 30.15%
B 198 of 471 ~ 42.04%

%27.81
%30.15
%42.04

CMYK color model

#838EC6 color CMYK value is (34,28,0,22).

  • cyan value is 33.84%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(34,28,0,22)
C34M28Y0K22 
(34%,28%,0%,22%)
(0.34/0.28/0.00/0.22)	

CMYK percentages

%33.84
%28.28
%0
%22.35

Codes

Color #838EC6 in popluar color models

838EC6
RGB131142198
HSL230°37.02%64.51%
HSB/HSV230°33.84%77.65%
CMYK33.84%28.28%0.00%
22.35%

Color #838EC6 in popluar number systems.

HEX838EC6
Decimal131142198
Binary100000111000111011000110
Octal203216306

Shades and tints

Shades of #838EC6

#838EC6
(131,142,198)
#7882B4
(120,130,180)
#6D76A2
(109,118,162)
#626A90
(98,106,144)
#575E7E
(87,94,126)
#4C526C
(76,82,108)
#41465A
(65,70,90)
#363A48
(54,58,72)
#2B2E36
(43,46,54)
#202224
(32,34,36)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #838EC6

#838EC6
(131,142,198)
#8E98CB
(142,152,203)
#99A2D0
(153,162,208)
#A4ACD5
(164,172,213)
#AFB6DA
(175,182,218)
#BAC0DF
(186,192,223)
#C5CAE4
(197,202,228)
#D0D4E9
(208,212,233)
#DBDEEE
(219,222,238)
#E6E8F3
(230,232,243)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838EC6 color. Also use rgb(131,142,198) instead hex code.

Text Font Color

.myTextColor { color: #838EC6; }

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

This text font color is #838EC6.


Background Color

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

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

This div background color is #838EC6.


Border color

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

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

This div border color is #838EC6.


Opacity

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

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

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

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

This text has shadow with #838EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838EC6 on black background.


Color preview on white background

This text has color #838EC6 on white background.



Black color preview on #838EC6 background

This text has black color on #838EC6 background.


White color preview on #838EC6 background

This text has white color on #838EC6 background.