COLOR #7EA9DC

HEX: #7EA9DC RGB: (126,169,220)

Color info

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

RGB color model

#7EA9DC color RGB value is (126,169,220).

RGB: (126,169,220) (49%, 66%, 86%)

RGB channels and saturation

R 126 of 255 = 49%
G 169 of 255 = 66%
B 220 of 255 = 86%

126
169
220

R + G + B ~ 67%. #7EA9DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 169 + 220 = 515 (100%)
R 126 of 515 ~ 24.47%
G 169 of 515 ~ 32.82%
B 220 of 515 ~ 42.72'%

%24.47
%32.82
%42.72

CMYK color model

#7EA9DC color CMYK value is (43,23,0,14).

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

CMYK: (43,23,0,14)
C43M23Y0K14 (43%, 23%, 0%, 14%)
(0.43 / 0.23 / 0.00 / 0.14)

CMYK percentages

%42.73
%23.18
%0
%13.73

Codes

Color #7EA9DC in popluar color models

7E A9 DC
RGB 126 169 220
HSL 213° 57.32% 67.84%
HSB/HSV 213° 42.73% 86.27%
CMYK 42.73% 23.18% 0.00%
13.73%

Color #7EA9DC in popluar number systems.

HEX 7E A9 DC
Decimal 126 169 220
Binary 1111110 10101001 11011100
Octal 176 251 334

Shades and tints

Shades of #7EA9DC

#7EA9DC
(126,169,220)
#739AC8
(115,154,200)
#688BB4
(104,139,180)
#5D7CA0
(93,124,160)
#526D8C
(82,109,140)
#475E78
(71,94,120)
#3C4F64
(60,79,100)
#314050
(49,64,80)
#26313C
(38,49,60)
#1B2228
(27,34,40)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #7EA9DC

#7EA9DC
(126,169,220)
#89B0DF
(137,176,223)
#94B7E2
(148,183,226)
#9FBEE5
(159,190,229)
#AAC5E8
(170,197,232)
#B5CCEB
(181,204,235)
#C0D3EE
(192,211,238)
#CBDAF1
(203,218,241)
#D6E1F4
(214,225,244)
#E1E8F7
(225,232,247)
#ECEFFA
(236,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA9DC; }

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

This text font color is #7EA9DC.

Background Color

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

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

This div background color is #7EA9DC.

Border color

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

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

This div border color is #7EA9DC.

Opacity

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

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

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

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

This text has shadow with #7EA9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA9DC.

Preview

Color preview on black background

This text has color #7EA9DC on black background.


Color preview on white background

This text has color #7EA9DC on white background.


Black color preview on #7EA9DC background

This text has black color on #7EA9DC background.


White color preview on #7EA9DC background

This text has white color on #7EA9DC background.


Related colors

Complementary color

Complementary color for #hex is #815623.


I love getcolorcode.com

Triadic colors

1 #DC7EA9 and #A9DC7E with #7EA9DC are triadic colors.

2 #DCA97E and #A97EDC with #7EA9DC are triadic colors.