COLOR #7E87EC

HEX: #7E87EC
RGB: (126,135,236)

Color info

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

RGB color model

#7E87EC color RGB value is (126,135,236).

  • red value is 126;
  • green value is 135;
  • blue value is 236.
RGB:
(126,135,236)
(49%,53%,93%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 236 of 255 = 93%

126
135
236

R + G + B ~ 65%. #7E87EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 135 + 236 = 497 (100%)
R 126 of 497 ~ 25.35%
G 135 of 497 ~ 27.16%
B 236 of 497 ~ 47.48%

%25.35
%27.16
%47.48

CMYK color model

#7E87EC color CMYK value is (47,43,0,7).

  • cyan value is 46.61%
  • magenta value is 42.80%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(47,43,0,7)
C47M43Y0K7 
(47%,43%,0%,7%)
(0.47/0.43/0.00/0.07)	

CMYK percentages

%46.61
%42.8
%0
%7.45

Codes

Color #7E87EC in popluar color models

7E87EC
RGB126135236
HSL235°74.32%70.98%
HSB/HSV235°46.61%92.55%
CMYK46.61%42.80%0.00%
7.45%

Color #7E87EC in popluar number systems.

HEX7E87EC
Decimal126135236
Binary11111101000011111101100
Octal176207354

Shades and tints

Shades of #7E87EC

#7E87EC
(126,135,236)
#737BD7
(115,123,215)
#686FC2
(104,111,194)
#5D63AD
(93,99,173)
#525798
(82,87,152)
#474B83
(71,75,131)
#3C3F6E
(60,63,110)
#313359
(49,51,89)
#262744
(38,39,68)
#1B1B2F
(27,27,47)
#100F1A
(16,15,26)
#000000
(0,0,0)

Tints of #7E87EC

#7E87EC
(126,135,236)
#8991ED
(137,145,237)
#949BEE
(148,155,238)
#9FA5EF
(159,165,239)
#AAAFF0
(170,175,240)
#B5B9F1
(181,185,241)
#C0C3F2
(192,195,242)
#CBCDF3
(203,205,243)
#D6D7F4
(214,215,244)
#E1E1F5
(225,225,245)
#ECEBF6
(236,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E87EC color. Also use rgb(126,135,236) instead hex code.

Text Font Color

.myTextColor { color: #7E87EC; }

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

This text font color is #7E87EC.


Background Color

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

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

This div background color is #7E87EC.


Border color

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

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

This div border color is #7E87EC.


Opacity

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

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

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

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

This text has shadow with #7E87EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E87EC on black background.


Color preview on white background

This text has color #7E87EC on white background.



Black color preview on #7E87EC background

This text has black color on #7E87EC background.


White color preview on #7E87EC background

This text has white color on #7E87EC background.