COLOR #7EA6C2

HEX: #7EA6C2
RGB: (126,166,194)

Color info

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

RGB color model

#7EA6C2 color RGB value is (126,166,194).

  • red value is 126;
  • green value is 166;
  • blue value is 194.
RGB:
(126,166,194)
(49%,65%,76%)

RGB channels and saturation

R 126 of 255 = 49%
G 166 of 255 = 65%
B 194 of 255 = 76%

126
166
194

R + G + B ~ 63%. #7EA6C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 166 + 194 = 486 (100%)
R 126 of 486 ~ 25.93%
G 166 of 486 ~ 34.16%
B 194 of 486 ~ 39.92%

%25.93
%34.16
%39.92

CMYK color model

#7EA6C2 color CMYK value is (35,14,0,24).

  • cyan value is 35.05%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(35,14,0,24)
C35M14Y0K24 
(35%,14%,0%,24%)
(0.35/0.14/0.00/0.24)	

CMYK percentages

%35.05
%14.43
%0
%23.92

Codes

Color #7EA6C2 in popluar color models

7EA6C2
RGB126166194
HSL205°35.79%62.75%
HSB/HSV205°35.05%76.08%
CMYK35.05%14.43%0.00%
23.92%

Color #7EA6C2 in popluar number systems.

HEX7EA6C2
Decimal126166194
Binary11111101010011011000010
Octal176246302

Shades and tints

Shades of #7EA6C2

#7EA6C2
(126,166,194)
#7397B1
(115,151,177)
#6888A0
(104,136,160)
#5D798F
(93,121,143)
#526A7E
(82,106,126)
#475B6D
(71,91,109)
#3C4C5C
(60,76,92)
#313D4B
(49,61,75)
#262E3A
(38,46,58)
#1B1F29
(27,31,41)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #7EA6C2

#7EA6C2
(126,166,194)
#89AEC7
(137,174,199)
#94B6CC
(148,182,204)
#9FBED1
(159,190,209)
#AAC6D6
(170,198,214)
#B5CEDB
(181,206,219)
#C0D6E0
(192,214,224)
#CBDEE5
(203,222,229)
#D6E6EA
(214,230,234)
#E1EEEF
(225,238,239)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA6C2 color. Also use rgb(126,166,194) instead hex code.

Text Font Color

.myTextColor { color: #7EA6C2; }

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

This text font color is #7EA6C2.


Background Color

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

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

This div background color is #7EA6C2.


Border color

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

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

This div border color is #7EA6C2.


Opacity

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

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

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

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

This text has shadow with #7EA6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA6C2 on black background.


Color preview on white background

This text has color #7EA6C2 on white background.



Black color preview on #7EA6C2 background

This text has black color on #7EA6C2 background.


White color preview on #7EA6C2 background

This text has white color on #7EA6C2 background.