COLOR #7EA6DA

HEX: #7EA6DA
RGB: (126,166,218)

Color info

#7EA6DA contains mainly green and blue colors. Web safe color of #7EA6DA is #6699CC (or #69C).

RGB color model

#7EA6DA color RGB value is (126,166,218).

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

RGB channels and saturation

R 126 of 255 = 49%
G 166 of 255 = 65%
B 218 of 255 = 85%

126
166
218

R + G + B ~ 66%. #7EA6DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 166 + 218 = 510 (100%)
R 126 of 510 ~ 24.71%
G 166 of 510 ~ 32.55%
B 218 of 510 ~ 42.75%

%24.71
%32.55
%42.75

CMYK color model

#7EA6DA color CMYK value is (42,24,0,15).

  • cyan value is 42.20%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(42,24,0,15)
C42M24Y0K15 
(42%,24%,0%,15%)
(0.42/0.24/0.00/0.15)	

CMYK percentages

%42.2
%23.85
%0
%14.51

Codes

Color #7EA6DA in popluar color models

7EA6DA
RGB126166218
HSL214°55.42%67.45%
HSB/HSV214°42.20%85.49%
CMYK42.20%23.85%0.00%
14.51%

Color #7EA6DA in popluar number systems.

HEX7EA6DA
Decimal126166218
Binary11111101010011011011010
Octal176246332

Shades and tints

Shades of #7EA6DA

#7EA6DA
(126,166,218)
#7397C7
(115,151,199)
#6888B4
(104,136,180)
#5D79A1
(93,121,161)
#526A8E
(82,106,142)
#475B7B
(71,91,123)
#3C4C68
(60,76,104)
#313D55
(49,61,85)
#262E42
(38,46,66)
#1B1F2F
(27,31,47)
#10101C
(16,16,28)
#000000
(0,0,0)

Tints of #7EA6DA

#7EA6DA
(126,166,218)
#89AEDD
(137,174,221)
#94B6E0
(148,182,224)
#9FBEE3
(159,190,227)
#AAC6E6
(170,198,230)
#B5CEE9
(181,206,233)
#C0D6EC
(192,214,236)
#CBDEEF
(203,222,239)
#D6E6F2
(214,230,242)
#E1EEF5
(225,238,245)
#ECF6F8
(236,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA6DA; }

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

This text font color is #7EA6DA.


Background Color

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

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

This div background color is #7EA6DA.


Border color

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

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

This div border color is #7EA6DA.


Opacity

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

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

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

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

This text has shadow with #7EA6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA6DA on black background.


Color preview on white background

This text has color #7EA6DA on white background.



Black color preview on #7EA6DA background

This text has black color on #7EA6DA background.


White color preview on #7EA6DA background

This text has white color on #7EA6DA background.