COLOR #7E9FEA

HEX: #7E9FEA
RGB: (126,159,234)

Color info

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

RGB color model

#7E9FEA color RGB value is (126,159,234).

  • red value is 126;
  • green value is 159;
  • blue value is 234.
RGB:
(126,159,234)
(49%,62%,92%)

RGB channels and saturation

R 126 of 255 = 49%
G 159 of 255 = 62%
B 234 of 255 = 92%

126
159
234

R + G + B ~ 68%. #7E9FEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 159 + 234 = 519 (100%)
R 126 of 519 ~ 24.28%
G 159 of 519 ~ 30.64%
B 234 of 519 ~ 45.09%

%24.28
%30.64
%45.09

CMYK color model

#7E9FEA color CMYK value is (46,32,0,8).

  • cyan value is 46.15%
  • magenta value is 32.05%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(46,32,0,8)
C46M32Y0K8 
(46%,32%,0%,8%)
(0.46/0.32/0.00/0.08)	

CMYK percentages

%46.15
%32.05
%0
%8.24

Codes

Color #7E9FEA in popluar color models

7E9FEA
RGB126159234
HSL222°72.00%70.59%
HSB/HSV222°46.15%91.76%
CMYK46.15%32.05%0.00%
8.24%

Color #7E9FEA in popluar number systems.

HEX7E9FEA
Decimal126159234
Binary11111101001111111101010
Octal176237352

Shades and tints

Shades of #7E9FEA

#7E9FEA
(126,159,234)
#7391D5
(115,145,213)
#6883C0
(104,131,192)
#5D75AB
(93,117,171)
#526796
(82,103,150)
#475981
(71,89,129)
#3C4B6C
(60,75,108)
#313D57
(49,61,87)
#262F42
(38,47,66)
#1B212D
(27,33,45)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #7E9FEA

#7E9FEA
(126,159,234)
#89A7EB
(137,167,235)
#94AFEC
(148,175,236)
#9FB7ED
(159,183,237)
#AABFEE
(170,191,238)
#B5C7EF
(181,199,239)
#C0CFF0
(192,207,240)
#CBD7F1
(203,215,241)
#D6DFF2
(214,223,242)
#E1E7F3
(225,231,243)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9FEA color. Also use rgb(126,159,234) instead hex code.

Text Font Color

.myTextColor { color: #7E9FEA; }

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

This text font color is #7E9FEA.


Background Color

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

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

This div background color is #7E9FEA.


Border color

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

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

This div border color is #7E9FEA.


Opacity

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

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

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

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

This text has shadow with #7E9FEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9FEA on black background.


Color preview on white background

This text has color #7E9FEA on white background.



Black color preview on #7E9FEA background

This text has black color on #7E9FEA background.


White color preview on #7E9FEA background

This text has white color on #7E9FEA background.