COLOR #7EA8CE

HEX: #7EA8CE RGB: (126,168,206)

Color info

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

RGB color model

#7EA8CE color RGB value is (126,168,206).

RGB: (126,168,206) (49%, 66%, 81%)

RGB channels and saturation

R 126 of 255 = 49%
G 168 of 255 = 66%
B 206 of 255 = 81%

126
168
206

R + G + B ~ 65%. #7EA8CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 168 + 206 = 500 (100%)
R 126 of 500 ~ 25.2%
G 168 of 500 ~ 33.6%
B 206 of 500 ~ 41.2'%

%25.2
%33.6
%41.2

CMYK color model

#7EA8CE color CMYK value is (39,18,0,19).

  • cyan value is 38.83%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (39,18,0,19)
C39M18Y0K19 (39%, 18%, 0%, 19%)
(0.39 / 0.18 / 0.00 / 0.19)

CMYK percentages

%38.83
%18.45
%0
%19.22

Codes

Color #7EA8CE in popluar color models

7E A8 CE
RGB 126 168 206
HSL 209° 44.94% 65.10%
HSB/HSV 209° 38.83% 80.78%
CMYK 38.83% 18.45% 0.00%
19.22%

Color #7EA8CE in popluar number systems.

HEX 7E A8 CE
Decimal 126 168 206
Binary 1111110 10101000 11001110
Octal 176 250 316

Shades and tints

Shades of #7EA8CE

#7EA8CE
(126,168,206)
#7399BC
(115,153,188)
#688AAA
(104,138,170)
#5D7B98
(93,123,152)
#526C86
(82,108,134)
#475D74
(71,93,116)
#3C4E62
(60,78,98)
#313F50
(49,63,80)
#26303E
(38,48,62)
#1B212C
(27,33,44)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #7EA8CE

#7EA8CE
(126,168,206)
#89AFD2
(137,175,210)
#94B6D6
(148,182,214)
#9FBDDA
(159,189,218)
#AAC4DE
(170,196,222)
#B5CBE2
(181,203,226)
#C0D2E6
(192,210,230)
#CBD9EA
(203,217,234)
#D6E0EE
(214,224,238)
#E1E7F2
(225,231,242)
#ECEEF6
(236,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA8CE color. Also use rgb(126,168,206) instead hex code.

Text Font Color

.myTextColor { color: #7EA8CE; }

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

This text font color is #7EA8CE.

Background Color

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

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

This div background color is #7EA8CE.

Border color

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

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

This div border color is #7EA8CE.

Opacity

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

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

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

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

This text has shadow with #7EA8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA8CE.

Preview

Color preview on black background

This text has color #7EA8CE on black background.


Color preview on white background

This text has color #7EA8CE on white background.


Black color preview on #7EA8CE background

This text has black color on #7EA8CE background.


White color preview on #7EA8CE background

This text has white color on #7EA8CE background.


Related colors

Complementary color

Complementary color for #hex is #815731.


I love getcolorcode.com

Triadic colors

1 #CE7EA8 and #A8CE7E with #7EA8CE are triadic colors.

2 #CEA87E and #A87ECE with #7EA8CE are triadic colors.