COLOR #7EA0DC

HEX: #7EA0DC RGB: (126,160,220)

Color info

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

RGB color model

#7EA0DC color RGB value is (126,160,220).

RGB: (126,160,220) (49%, 63%, 86%)

RGB channels and saturation

R 126 of 255 = 49%
G 160 of 255 = 63%
B 220 of 255 = 86%

126
160
220

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

Portions of RGB colors in percentages

R + G + B = 126 + 160 + 220 = 506 (100%)
R 126 of 506 ~ 24.9%
G 160 of 506 ~ 31.62%
B 220 of 506 ~ 43.48'%

%24.9
%31.62
%43.48

CMYK color model

#7EA0DC color CMYK value is (43,27,0,14).

  • cyan value is 42.73%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (43,27,0,14)
C43M27Y0K14 (43%, 27%, 0%, 14%)
(0.43 / 0.27 / 0.00 / 0.14)

CMYK percentages

%42.73
%27.27
%0
%13.73

Codes

Color #7EA0DC in popluar color models

7E A0 DC
RGB 126 160 220
HSL 218° 57.32% 67.84%
HSB/HSV 218° 42.73% 86.27%
CMYK 42.73% 27.27% 0.00%
13.73%

Color #7EA0DC in popluar number systems.

HEX 7E A0 DC
Decimal 126 160 220
Binary 1111110 10100000 11011100
Octal 176 240 334

Shades and tints

Shades of #7EA0DC

#7EA0DC
(126,160,220)
#7392C8
(115,146,200)
#6884B4
(104,132,180)
#5D76A0
(93,118,160)
#52688C
(82,104,140)
#475A78
(71,90,120)
#3C4C64
(60,76,100)
#313E50
(49,62,80)
#26303C
(38,48,60)
#1B2228
(27,34,40)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #7EA0DC

#7EA0DC
(126,160,220)
#89A8DF
(137,168,223)
#94B0E2
(148,176,226)
#9FB8E5
(159,184,229)
#AAC0E8
(170,192,232)
#B5C8EB
(181,200,235)
#C0D0EE
(192,208,238)
#CBD8F1
(203,216,241)
#D6E0F4
(214,224,244)
#E1E8F7
(225,232,247)
#ECF0FA
(236,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA0DC color. Also use rgb(126,160,220) instead hex code.

Text Font Color

.myTextColor { color: #7EA0DC; }

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

This text font color is #7EA0DC.

Background Color

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

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

This div background color is #7EA0DC.

Border color

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

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

This div border color is #7EA0DC.

Opacity

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

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

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

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

This text has shadow with #7EA0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA0DC.

Preview

Color preview on black background

This text has color #7EA0DC on black background.


Color preview on white background

This text has color #7EA0DC on white background.


Black color preview on #7EA0DC background

This text has black color on #7EA0DC background.


White color preview on #7EA0DC background

This text has white color on #7EA0DC background.


Related colors

Complementary color

Complementary color for #hex is #815F23.


I love getcolorcode.com

Triadic colors

1 #DC7EA0 and #A0DC7E with #7EA0DC are triadic colors.

2 #DCA07E and #A07EDC with #7EA0DC are triadic colors.