COLOR #7EA2CF

HEX: #7EA2CF
RGB: (126,162,207)

Color info

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

RGB color model

#7EA2CF color RGB value is (126,162,207).

  • red value is 126;
  • green value is 162;
  • blue value is 207.
RGB:
(126,162,207)
(49%,64%,81%)

RGB channels and saturation

R 126 of 255 = 49%
G 162 of 255 = 64%
B 207 of 255 = 81%

126
162
207

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

Portions of RGB colors in percentages

R + G + B =
126 + 162 + 207 = 495 (100%)
R 126 of 495 ~ 25.45%
G 162 of 495 ~ 32.73%
B 207 of 495 ~ 41.82%

%25.45
%32.73
%41.82

CMYK color model

#7EA2CF color CMYK value is (39,22,0,19).

  • cyan value is 39.13%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(39,22,0,19)
C39M22Y0K19 
(39%,22%,0%,19%)
(0.39/0.22/0.00/0.19)	

CMYK percentages

%39.13
%21.74
%0
%18.82

Codes

Color #7EA2CF in popluar color models

7EA2CF
RGB126162207
HSL213°45.76%65.29%
HSB/HSV213°39.13%81.18%
CMYK39.13%21.74%0.00%
18.82%

Color #7EA2CF in popluar number systems.

HEX7EA2CF
Decimal126162207
Binary11111101010001011001111
Octal176242317

Shades and tints

Shades of #7EA2CF

#7EA2CF
(126,162,207)
#7394BD
(115,148,189)
#6886AB
(104,134,171)
#5D7899
(93,120,153)
#526A87
(82,106,135)
#475C75
(71,92,117)
#3C4E63
(60,78,99)
#314051
(49,64,81)
#26323F
(38,50,63)
#1B242D
(27,36,45)
#10161B
(16,22,27)
#000000
(0,0,0)

Tints of #7EA2CF

#7EA2CF
(126,162,207)
#89AAD3
(137,170,211)
#94B2D7
(148,178,215)
#9FBADB
(159,186,219)
#AAC2DF
(170,194,223)
#B5CAE3
(181,202,227)
#C0D2E7
(192,210,231)
#CBDAEB
(203,218,235)
#D6E2EF
(214,226,239)
#E1EAF3
(225,234,243)
#ECF2F7
(236,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA2CF color. Also use rgb(126,162,207) instead hex code.

Text Font Color

.myTextColor { color: #7EA2CF; }

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

This text font color is #7EA2CF.


Background Color

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

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

This div background color is #7EA2CF.


Border color

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

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

This div border color is #7EA2CF.


Opacity

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

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

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

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

This text has shadow with #7EA2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA2CF on black background.


Color preview on white background

This text has color #7EA2CF on white background.



Black color preview on #7EA2CF background

This text has black color on #7EA2CF background.


White color preview on #7EA2CF background

This text has white color on #7EA2CF background.