COLOR #7EAADF

HEX: #7EAADF RGB: (126,170,223)

Color info

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

RGB color model

#7EAADF color RGB value is (126,170,223).

RGB: (126,170,223) (49%, 67%, 87%)

RGB channels and saturation

R 126 of 255 = 49%
G 170 of 255 = 67%
B 223 of 255 = 87%

126
170
223

R + G + B ~ 68%. #7EAADF is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 170 + 223 = 519 (100%)
R 126 of 519 ~ 24.28%
G 170 of 519 ~ 32.76%
B 223 of 519 ~ 42.97'%

%24.28
%32.76
%42.97

CMYK color model

#7EAADF color CMYK value is (43,24,0,13).

  • cyan value is 43.50%
  • magenta value is 23.77%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (43,24,0,13)
C43M24Y0K13 (43%, 24%, 0%, 13%)
(0.43 / 0.24 / 0.00 / 0.13)

CMYK percentages

%43.5
%23.77
%0
%12.55

Codes

Color #7EAADF in popluar color models

7E AA DF
RGB 126 170 223
HSL 213° 60.25% 68.43%
HSB/HSV 213° 43.50% 87.45%
CMYK 43.50% 23.77% 0.00%
12.55%

Color #7EAADF in popluar number systems.

HEX 7E AA DF
Decimal 126 170 223
Binary 1111110 10101010 11011111
Octal 176 252 337

Shades and tints

Shades of #7EAADF

#7EAADF
(126,170,223)
#739BCB
(115,155,203)
#688CB7
(104,140,183)
#5D7DA3
(93,125,163)
#526E8F
(82,110,143)
#475F7B
(71,95,123)
#3C5067
(60,80,103)
#314153
(49,65,83)
#26323F
(38,50,63)
#1B232B
(27,35,43)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #7EAADF

#7EAADF
(126,170,223)
#89B1E1
(137,177,225)
#94B8E3
(148,184,227)
#9FBFE5
(159,191,229)
#AAC6E7
(170,198,231)
#B5CDE9
(181,205,233)
#C0D4EB
(192,212,235)
#CBDBED
(203,219,237)
#D6E2EF
(214,226,239)
#E1E9F1
(225,233,241)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAADF color. Also use rgb(126,170,223) instead hex code.

Text Font Color

.myTextColor { color: #7EAADF; }

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

This text font color is #7EAADF.

Background Color

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

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

This div background color is #7EAADF.

Border color

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

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

This div border color is #7EAADF.

Opacity

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

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

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

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

This text has shadow with #7EAADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EAADF.

Preview

Color preview on black background

This text has color #7EAADF on black background.


Color preview on white background

This text has color #7EAADF on white background.


Black color preview on #7EAADF background

This text has black color on #7EAADF background.


White color preview on #7EAADF background

This text has white color on #7EAADF background.


Related colors

Complementary color

Complementary color for #hex is #815520.


I love getcolorcode.com

Triadic colors

1 #DF7EAA and #AADF7E with #7EAADF are triadic colors.

2 #DFAA7E and #AA7EDF with #7EAADF are triadic colors.