COLOR #7E86FC

HEX: #7E86FC
RGB: (126,134,252)

Color info

#7E86FC contains mainly blue color. Web safe color of #7E86FC is #6699FF (or #69F).

RGB color model

#7E86FC color RGB value is (126,134,252).

  • red value is 126;
  • green value is 134;
  • blue value is 252.
RGB:
(126,134,252)
(49%,53%,99%)

RGB channels and saturation

R 126 of 255 = 49%
G 134 of 255 = 53%
B 252 of 255 = 99%

126
134
252

R + G + B ~ 67%. #7E86FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 134 + 252 = 512 (100%)
R 126 of 512 ~ 24.61%
G 134 of 512 ~ 26.17%
B 252 of 512 ~ 49.22%

%24.61
%26.17
%49.22

CMYK color model

#7E86FC color CMYK value is (50,47,0,1).

  • cyan value is 50.00%
  • magenta value is 46.83%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(50,47,0,1)
C50M47Y0K1 
(50%,47%,0%,1%)
(0.50/0.47/0.00/0.01)	

CMYK percentages

%50
%46.83
%0
%1.18

Codes

Color #7E86FC in popluar color models

7E86FC
RGB126134252
HSL236°95.45%74.12%
HSB/HSV236°50.00%98.82%
CMYK50.00%46.83%0.00%
1.18%

Color #7E86FC in popluar number systems.

HEX7E86FC
Decimal126134252
Binary11111101000011011111100
Octal176206374

Shades and tints

Shades of #7E86FC

#7E86FC
(126,134,252)
#737AE6
(115,122,230)
#686ED0
(104,110,208)
#5D62BA
(93,98,186)
#5256A4
(82,86,164)
#474A8E
(71,74,142)
#3C3E78
(60,62,120)
#313262
(49,50,98)
#26264C
(38,38,76)
#1B1A36
(27,26,54)
#100E20
(16,14,32)
#000000
(0,0,0)

Tints of #7E86FC

#7E86FC
(126,134,252)
#8991FC
(137,145,252)
#949CFC
(148,156,252)
#9FA7FC
(159,167,252)
#AAB2FC
(170,178,252)
#B5BDFC
(181,189,252)
#C0C8FC
(192,200,252)
#CBD3FC
(203,211,252)
#D6DEFC
(214,222,252)
#E1E9FC
(225,233,252)
#ECF4FC
(236,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E86FC color. Also use rgb(126,134,252) instead hex code.

Text Font Color

.myTextColor { color: #7E86FC; }

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

This text font color is #7E86FC.


Background Color

.myBgColor { background-color: #7E86FC; }

<div style="background-color:#7E86FC">Inner text</div>

This div background color is #7E86FC.


Border color

.myBorderColor { border: 1px solid #7E86FC; }

<div style="border:3px solid #7E86FC">Div</div>

This div border color is #7E86FC.


Opacity

.myOpacity80 { color: #7E86FC; opacity: 0.8; }

<p style="color:#7E86FC;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E86FC color.

.textShadow {text-shadow: 3px 3px 1px #7E86FC, 3px 3px 1px red;}

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

This text has shadow with #7E86FC primary color and red secondary color.


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

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

This text has shadow with #7E86FC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E86FC on black background.


Color preview on white background

This text has color #7E86FC on white background.



Black color preview on #7E86FC background

This text has black color on #7E86FC background.


White color preview on #7E86FC background

This text has white color on #7E86FC background.