COLOR #7EA3DA

HEX: #7EA3DA RGB: (126,163,218)

Color info

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

RGB color model

#7EA3DA color RGB value is (126,163,218).

RGB: (126,163,218) (49%, 64%, 85%)

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 218 of 255 = 85%

126
163
218

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

Portions of RGB colors in percentages

R + G + B = 126 + 163 + 218 = 507 (100%)
R 126 of 507 ~ 24.85%
G 163 of 507 ~ 32.15%
B 218 of 507 ~ 43'%

%24.85
%32.15
%43

CMYK color model

#7EA3DA color CMYK value is (42,25,0,15).

  • cyan value is 42.20%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (42,25,0,15)
C42M25Y0K15 (42%, 25%, 0%, 15%)
(0.42 / 0.25 / 0.00 / 0.15)

CMYK percentages

%42.2
%25.23
%0
%14.51

Codes

Color #7EA3DA in popluar color models

7E A3 DA
RGB 126 163 218
HSL 216° 55.42% 67.45%
HSB/HSV 216° 42.20% 85.49%
CMYK 42.20% 25.23% 0.00%
14.51%

Color #7EA3DA in popluar number systems.

HEX 7E A3 DA
Decimal 126 163 218
Binary 1111110 10100011 11011010
Octal 176 243 332

Shades and tints

Shades of #7EA3DA

#7EA3DA
(126,163,218)
#7395C7
(115,149,199)
#6887B4
(104,135,180)
#5D79A1
(93,121,161)
#526B8E
(82,107,142)
#475D7B
(71,93,123)
#3C4F68
(60,79,104)
#314155
(49,65,85)
#263342
(38,51,66)
#1B252F
(27,37,47)
#10171C
(16,23,28)
#000000
(0,0,0)

Tints of #7EA3DA

#7EA3DA
(126,163,218)
#89ABDD
(137,171,221)
#94B3E0
(148,179,224)
#9FBBE3
(159,187,227)
#AAC3E6
(170,195,230)
#B5CBE9
(181,203,233)
#C0D3EC
(192,211,236)
#CBDBEF
(203,219,239)
#D6E3F2
(214,227,242)
#E1EBF5
(225,235,245)
#ECF3F8
(236,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA3DA; }

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

This text font color is #7EA3DA.

Background Color

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

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

This div background color is #7EA3DA.

Border color

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

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

This div border color is #7EA3DA.

Opacity

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

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

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

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

This text has shadow with #7EA3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA3DA.

Preview

Color preview on black background

This text has color #7EA3DA on black background.


Color preview on white background

This text has color #7EA3DA on white background.


Black color preview on #7EA3DA background

This text has black color on #7EA3DA background.


White color preview on #7EA3DA background

This text has white color on #7EA3DA background.


Related colors

Complementary color

Complementary color for #hex is #815C25.


I love getcolorcode.com

Triadic colors

1 #DA7EA3 and #A3DA7E with #7EA3DA are triadic colors.

2 #DAA37E and #A37EDA with #7EA3DA are triadic colors.