COLOR #7EA6EE

HEX: #7EA6EE
RGB: (126,166,238)

Color info

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

RGB color model

#7EA6EE color RGB value is (126,166,238).

  • red value is 126;
  • green value is 166;
  • blue value is 238.
RGB:
(126,166,238)
(49%,65%,93%)

RGB channels and saturation

R 126 of 255 = 49%
G 166 of 255 = 65%
B 238 of 255 = 93%

126
166
238

R + G + B ~ 69%. #7EA6EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 166 + 238 = 530 (100%)
R 126 of 530 ~ 23.77%
G 166 of 530 ~ 31.32%
B 238 of 530 ~ 44.91%

%23.77
%31.32
%44.91

CMYK color model

#7EA6EE color CMYK value is (47,30,0,7).

  • cyan value is 47.06%
  • magenta value is 30.25%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(47,30,0,7)
C47M30Y0K7 
(47%,30%,0%,7%)
(0.47/0.30/0.00/0.07)	

CMYK percentages

%47.06
%30.25
%0
%6.67

Codes

Color #7EA6EE in popluar color models

7EA6EE
RGB126166238
HSL219°76.71%71.37%
HSB/HSV219°47.06%93.33%
CMYK47.06%30.25%0.00%
6.67%

Color #7EA6EE in popluar number systems.

HEX7EA6EE
Decimal126166238
Binary11111101010011011101110
Octal176246356

Shades and tints

Shades of #7EA6EE

#7EA6EE
(126,166,238)
#7397D9
(115,151,217)
#6888C4
(104,136,196)
#5D79AF
(93,121,175)
#526A9A
(82,106,154)
#475B85
(71,91,133)
#3C4C70
(60,76,112)
#313D5B
(49,61,91)
#262E46
(38,46,70)
#1B1F31
(27,31,49)
#10101C
(16,16,28)
#000000
(0,0,0)

Tints of #7EA6EE

#7EA6EE
(126,166,238)
#89AEEF
(137,174,239)
#94B6F0
(148,182,240)
#9FBEF1
(159,190,241)
#AAC6F2
(170,198,242)
#B5CEF3
(181,206,243)
#C0D6F4
(192,214,244)
#CBDEF5
(203,222,245)
#D6E6F6
(214,230,246)
#E1EEF7
(225,238,247)
#ECF6F8
(236,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA6EE color. Also use rgb(126,166,238) instead hex code.

Text Font Color

.myTextColor { color: #7EA6EE; }

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

This text font color is #7EA6EE.


Background Color

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

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

This div background color is #7EA6EE.


Border color

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

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

This div border color is #7EA6EE.


Opacity

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

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

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

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

This text has shadow with #7EA6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA6EE on black background.


Color preview on white background

This text has color #7EA6EE on white background.



Black color preview on #7EA6EE background

This text has black color on #7EA6EE background.


White color preview on #7EA6EE background

This text has white color on #7EA6EE background.