COLOR #849CF6

HEX: #849CF6
RGB: (132,156,246)

Color info

#849CF6 contains mainly blue color. Web safe color of #849CF6 is #9999FF (or #99F).

RGB color model

#849CF6 color RGB value is (132,156,246).

  • red value is 132;
  • green value is 156;
  • blue value is 246.
RGB:
(132,156,246)
(52%,61%,96%)

RGB channels and saturation

R 132 of 255 = 52%
G 156 of 255 = 61%
B 246 of 255 = 96%

132
156
246

R + G + B ~ 70%. #849CF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 156 + 246 = 534 (100%)
R 132 of 534 ~ 24.72%
G 156 of 534 ~ 29.21%
B 246 of 534 ~ 46.07%

%24.72
%29.21
%46.07

CMYK color model

#849CF6 color CMYK value is (46,37,0,4).

  • cyan value is 46.34%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(46,37,0,4)
C46M37Y0K4 
(46%,37%,0%,4%)
(0.46/0.37/0.00/0.04)	

CMYK percentages

%46.34
%36.59
%0
%3.53

Codes

Color #849CF6 in popluar color models

849CF6
RGB132156246
HSL227°86.36%74.12%
HSB/HSV227°46.34%96.47%
CMYK46.34%36.59%0.00%
3.53%

Color #849CF6 in popluar number systems.

HEX849CF6
Decimal132156246
Binary100001001001110011110110
Octal204234366

Shades and tints

Shades of #849CF6

#849CF6
(132,156,246)
#788EE0
(120,142,224)
#6C80CA
(108,128,202)
#6072B4
(96,114,180)
#54649E
(84,100,158)
#485688
(72,86,136)
#3C4872
(60,72,114)
#303A5C
(48,58,92)
#242C46
(36,44,70)
#181E30
(24,30,48)
#0C101A
(12,16,26)
#000000
(0,0,0)

Tints of #849CF6

#849CF6
(132,156,246)
#8FA5F6
(143,165,246)
#9AAEF6
(154,174,246)
#A5B7F6
(165,183,246)
#B0C0F6
(176,192,246)
#BBC9F6
(187,201,246)
#C6D2F6
(198,210,246)
#D1DBF6
(209,219,246)
#DCE4F6
(220,228,246)
#E7EDF6
(231,237,246)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849CF6 color. Also use rgb(132,156,246) instead hex code.

Text Font Color

.myTextColor { color: #849CF6; }

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

This text font color is #849CF6.


Background Color

.myBgColor { background-color: #849CF6; }

<div style="background-color:#849CF6">Inner text</div>

This div background color is #849CF6.


Border color

.myBorderColor { border: 1px solid #849CF6; }

<div style="border:3px solid #849CF6">Div</div>

This div border color is #849CF6.


Opacity

.myOpacity80 { color: #849CF6; opacity: 0.8; }

<p style="color:#849CF6;opacity:0.8;">80%</p>

Text with #849CF6 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 #849CF6;}

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

This text has shadow with #849CF6 color.

.textShadow {text-shadow: 3px 3px 1px #849CF6, 3px 3px 1px red;}

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

This text has shadow with #849CF6 primary color and red secondary color.


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

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

This text has shadow with #849CF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849CF6 on black background.


Color preview on white background

This text has color #849CF6 on white background.



Black color preview on #849CF6 background

This text has black color on #849CF6 background.


White color preview on #849CF6 background

This text has white color on #849CF6 background.