COLOR #7E8FD7

HEX: #7E8FD7
RGB: (126,143,215)

Color info

#7E8FD7 contains mainly blue color. Web safe color of #7E8FD7 is #6699CC (or #69C).

RGB color model

#7E8FD7 color RGB value is (126,143,215).

  • red value is 126;
  • green value is 143;
  • blue value is 215.
RGB:
(126,143,215)
(49%,56%,84%)

RGB channels and saturation

R 126 of 255 = 49%
G 143 of 255 = 56%
B 215 of 255 = 84%

126
143
215

R + G + B ~ 63%. #7E8FD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 143 + 215 = 484 (100%)
R 126 of 484 ~ 26.03%
G 143 of 484 ~ 29.55%
B 215 of 484 ~ 44.42%

%26.03
%29.55
%44.42

CMYK color model

#7E8FD7 color CMYK value is (41,33,0,16).

  • cyan value is 41.40%
  • magenta value is 33.49%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(41,33,0,16)
C41M33Y0K16 
(41%,33%,0%,16%)
(0.41/0.33/0.00/0.16)	

CMYK percentages

%41.4
%33.49
%0
%15.69

Codes

Color #7E8FD7 in popluar color models

7E8FD7
RGB126143215
HSL229°52.66%66.86%
HSB/HSV229°41.40%84.31%
CMYK41.40%33.49%0.00%
15.69%

Color #7E8FD7 in popluar number systems.

HEX7E8FD7
Decimal126143215
Binary11111101000111111010111
Octal176217327

Shades and tints

Shades of #7E8FD7

#7E8FD7
(126,143,215)
#7382C4
(115,130,196)
#6875B1
(104,117,177)
#5D689E
(93,104,158)
#525B8B
(82,91,139)
#474E78
(71,78,120)
#3C4165
(60,65,101)
#313452
(49,52,82)
#26273F
(38,39,63)
#1B1A2C
(27,26,44)
#100D19
(16,13,25)
#000000
(0,0,0)

Tints of #7E8FD7

#7E8FD7
(126,143,215)
#8999DA
(137,153,218)
#94A3DD
(148,163,221)
#9FADE0
(159,173,224)
#AAB7E3
(170,183,227)
#B5C1E6
(181,193,230)
#C0CBE9
(192,203,233)
#CBD5EC
(203,213,236)
#D6DFEF
(214,223,239)
#E1E9F2
(225,233,242)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8FD7 color. Also use rgb(126,143,215) instead hex code.

Text Font Color

.myTextColor { color: #7E8FD7; }

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

This text font color is #7E8FD7.


Background Color

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

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

This div background color is #7E8FD7.


Border color

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

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

This div border color is #7E8FD7.


Opacity

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

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

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

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

This text has shadow with #7E8FD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8FD7 on black background.


Color preview on white background

This text has color #7E8FD7 on white background.



Black color preview on #7E8FD7 background

This text has black color on #7E8FD7 background.


White color preview on #7E8FD7 background

This text has white color on #7E8FD7 background.