COLOR #838EC0

HEX: #838EC0
RGB: (131,142,192)

Color info

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

RGB color model

#838EC0 color RGB value is (131,142,192).

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

RGB channels and saturation

R 131 of 255 = 51%
G 142 of 255 = 56%
B 192 of 255 = 75%

131
142
192

R + G + B ~ 61%. #838EC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 142 + 192 = 465 (100%)
R 131 of 465 ~ 28.17%
G 142 of 465 ~ 30.54%
B 192 of 465 ~ 41.29%

%28.17
%30.54
%41.29

CMYK color model

#838EC0 color CMYK value is (32,26,0,25).

  • cyan value is 31.77%
  • magenta value is 26.04%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(32,26,0,25)
C32M26Y0K25 
(32%,26%,0%,25%)
(0.32/0.26/0.00/0.25)	

CMYK percentages

%31.77
%26.04
%0
%24.71

Codes

Color #838EC0 in popluar color models

838EC0
RGB131142192
HSL229°32.62%63.33%
HSB/HSV229°31.77%75.29%
CMYK31.77%26.04%0.00%
24.71%

Color #838EC0 in popluar number systems.

HEX838EC0
Decimal131142192
Binary100000111000111011000000
Octal203216300

Shades and tints

Shades of #838EC0

#838EC0
(131,142,192)
#7882AF
(120,130,175)
#6D769E
(109,118,158)
#626A8D
(98,106,141)
#575E7C
(87,94,124)
#4C526B
(76,82,107)
#41465A
(65,70,90)
#363A49
(54,58,73)
#2B2E38
(43,46,56)
#202227
(32,34,39)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #838EC0

#838EC0
(131,142,192)
#8E98C5
(142,152,197)
#99A2CA
(153,162,202)
#A4ACCF
(164,172,207)
#AFB6D4
(175,182,212)
#BAC0D9
(186,192,217)
#C5CADE
(197,202,222)
#D0D4E3
(208,212,227)
#DBDEE8
(219,222,232)
#E6E8ED
(230,232,237)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838EC0; }

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

This text font color is #838EC0.


Background Color

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

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

This div background color is #838EC0.


Border color

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

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

This div border color is #838EC0.


Opacity

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

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

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

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

This text has shadow with #838EC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838EC0 on black background.


Color preview on white background

This text has color #838EC0 on white background.



Black color preview on #838EC0 background

This text has black color on #838EC0 background.


White color preview on #838EC0 background

This text has white color on #838EC0 background.