COLOR #7EA5C6

HEX: #7EA5C6
RGB: (126,165,198)

Color info

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

RGB color model

#7EA5C6 color RGB value is (126,165,198).

  • red value is 126;
  • green value is 165;
  • blue value is 198.
RGB:
(126,165,198)
(49%,65%,78%)

RGB channels and saturation

R 126 of 255 = 49%
G 165 of 255 = 65%
B 198 of 255 = 78%

126
165
198

R + G + B ~ 64%. #7EA5C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 165 + 198 = 489 (100%)
R 126 of 489 ~ 25.77%
G 165 of 489 ~ 33.74%
B 198 of 489 ~ 40.49%

%25.77
%33.74
%40.49

CMYK color model

#7EA5C6 color CMYK value is (36,17,0,22).

  • cyan value is 36.36%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(36,17,0,22)
C36M17Y0K22 
(36%,17%,0%,22%)
(0.36/0.17/0.00/0.22)	

CMYK percentages

%36.36
%16.67
%0
%22.35

Codes

Color #7EA5C6 in popluar color models

7EA5C6
RGB126165198
HSL208°38.71%63.53%
HSB/HSV208°36.36%77.65%
CMYK36.36%16.67%0.00%
22.35%

Color #7EA5C6 in popluar number systems.

HEX7EA5C6
Decimal126165198
Binary11111101010010111000110
Octal176245306

Shades and tints

Shades of #7EA5C6

#7EA5C6
(126,165,198)
#7396B4
(115,150,180)
#6887A2
(104,135,162)
#5D7890
(93,120,144)
#52697E
(82,105,126)
#475A6C
(71,90,108)
#3C4B5A
(60,75,90)
#313C48
(49,60,72)
#262D36
(38,45,54)
#1B1E24
(27,30,36)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #7EA5C6

#7EA5C6
(126,165,198)
#89ADCB
(137,173,203)
#94B5D0
(148,181,208)
#9FBDD5
(159,189,213)
#AAC5DA
(170,197,218)
#B5CDDF
(181,205,223)
#C0D5E4
(192,213,228)
#CBDDE9
(203,221,233)
#D6E5EE
(214,229,238)
#E1EDF3
(225,237,243)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA5C6 color. Also use rgb(126,165,198) instead hex code.

Text Font Color

.myTextColor { color: #7EA5C6; }

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

This text font color is #7EA5C6.


Background Color

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

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

This div background color is #7EA5C6.


Border color

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

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

This div border color is #7EA5C6.


Opacity

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

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

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

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

This text has shadow with #7EA5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA5C6 on black background.


Color preview on white background

This text has color #7EA5C6 on white background.



Black color preview on #7EA5C6 background

This text has black color on #7EA5C6 background.


White color preview on #7EA5C6 background

This text has white color on #7EA5C6 background.