COLOR #7EC7F6

HEX: #7EC7F6
RGB: (126,199,246)

Color info

#7EC7F6 contains mainly green and blue colors. Web safe color of #7EC7F6 is #66CCFF (or #6CF).

RGB color model

#7EC7F6 color RGB value is (126,199,246).

  • red value is 126;
  • green value is 199;
  • blue value is 246.
RGB:
(126,199,246)
(49%,78%,96%)

RGB channels and saturation

R 126 of 255 = 49%
G 199 of 255 = 78%
B 246 of 255 = 96%

126
199
246

R + G + B ~ 74%. #7EC7F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 199 + 246 = 571 (100%)
R 126 of 571 ~ 22.07%
G 199 of 571 ~ 34.85%
B 246 of 571 ~ 43.08%

%22.07
%34.85
%43.08

CMYK color model

#7EC7F6 color CMYK value is (49,19,0,4).

  • cyan value is 48.78%
  • magenta value is 19.11%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(49,19,0,4)
C49M19Y0K4 
(49%,19%,0%,4%)
(0.49/0.19/0.00/0.04)	

CMYK percentages

%48.78
%19.11
%0
%3.53

Codes

Color #7EC7F6 in popluar color models

7EC7F6
RGB126199246
HSL204°86.96%72.94%
HSB/HSV204°48.78%96.47%
CMYK48.78%19.11%0.00%
3.53%

Color #7EC7F6 in popluar number systems.

HEX7EC7F6
Decimal126199246
Binary11111101100011111110110
Octal176307366

Shades and tints

Shades of #7EC7F6

#7EC7F6
(126,199,246)
#73B5E0
(115,181,224)
#68A3CA
(104,163,202)
#5D91B4
(93,145,180)
#527F9E
(82,127,158)
#476D88
(71,109,136)
#3C5B72
(60,91,114)
#31495C
(49,73,92)
#263746
(38,55,70)
#1B2530
(27,37,48)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #7EC7F6

#7EC7F6
(126,199,246)
#89CCF6
(137,204,246)
#94D1F6
(148,209,246)
#9FD6F6
(159,214,246)
#AADBF6
(170,219,246)
#B5E0F6
(181,224,246)
#C0E5F6
(192,229,246)
#CBEAF6
(203,234,246)
#D6EFF6
(214,239,246)
#E1F4F6
(225,244,246)
#ECF9F6
(236,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC7F6 color. Also use rgb(126,199,246) instead hex code.

Text Font Color

.myTextColor { color: #7EC7F6; }

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

This text font color is #7EC7F6.


Background Color

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

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

This div background color is #7EC7F6.


Border color

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

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

This div border color is #7EC7F6.


Opacity

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

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

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

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

This text has shadow with #7EC7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC7F6 on black background.


Color preview on white background

This text has color #7EC7F6 on white background.



Black color preview on #7EC7F6 background

This text has black color on #7EC7F6 background.


White color preview on #7EC7F6 background

This text has white color on #7EC7F6 background.