COLOR #838DC5

HEX: #838DC5
RGB: (131,141,197)

Color info

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

RGB color model

#838DC5 color RGB value is (131,141,197).

  • red value is 131;
  • green value is 141;
  • blue value is 197.
RGB: (131,141,197) (51%,55%,77%)

RGB channels and saturation

R 131 of 255 = 51%
G 141 of 255 = 55%
B 197 of 255 = 77%

131
141
197

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

Portions of RGB colors in percentages

R + G + B =
131 + 141 + 197 = 469 (100%)
R 131 of 469 ~ 27.93%
G 141 of 469 ~ 30.06%
B 197 of 469 ~ 42%

%27.93
%30.06
%42

CMYK color model

#838DC5 color CMYK value is (34,28,0,23).

  • cyan value is 33.50%
  • magenta value is 28.43%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (34,28,0,23) C34M28Y0K23 (34%,28%,0%,23%) (0.34/0.28/0.00/0.23)

CMYK percentages

%33.5
%28.43
%0
%22.75

Codes

Color #838DC5 in popluar color models

838DC5
RGB131141197
HSL231°36.26%64.31%
HSB/HSV231°33.50%77.25%
CMYK33.50%28.43%0.00%
22.75%

Color #838DC5 in popluar number systems.

HEX838DC5
Decimal131141197
Binary100000111000110111000101
Octal203215305

Shades and tints

Shades of #838DC5

#838DC5
(131,141,197)
#7881B4
(120,129,180)
#6D75A3
(109,117,163)
#626992
(98,105,146)
#575D81
(87,93,129)
#4C5170
(76,81,112)
#41455F
(65,69,95)
#36394E
(54,57,78)
#2B2D3D
(43,45,61)
#20212C
(32,33,44)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #838DC5

#838DC5
(131,141,197)
#8E97CA
(142,151,202)
#99A1CF
(153,161,207)
#A4ABD4
(164,171,212)
#AFB5D9
(175,181,217)
#BABFDE
(186,191,222)
#C5C9E3
(197,201,227)
#D0D3E8
(208,211,232)
#DBDDED
(219,221,237)
#E6E7F2
(230,231,242)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838DC5 color. Also use rgb(131,141,197) instead hex code.

Text Font Color

.myTextColor { color: #838DC5; }

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

This text font color is #838DC5.


Background Color

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

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

This div background color is #838DC5.


Border color

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

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

This div border color is #838DC5.


Opacity

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

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

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

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

This text has shadow with #838DC5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #838DC5 on black background.


Color preview on white background

This text has color #838DC5 on white background.



Black color preview on #838DC5 background

This text has black color on #838DC5 background.


White color preview on #838DC5 background

This text has white color on #838DC5 background.