COLOR #7EC3F5

HEX: #7EC3F5
RGB: (126,195,245)

Color info

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

RGB color model

#7EC3F5 color RGB value is (126,195,245).

  • red value is 126;
  • green value is 195;
  • blue value is 245.
RGB:
(126,195,245)
(49%,76%,96%)

RGB channels and saturation

R 126 of 255 = 49%
G 195 of 255 = 76%
B 245 of 255 = 96%

126
195
245

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

Portions of RGB colors in percentages

R + G + B =
126 + 195 + 245 = 566 (100%)
R 126 of 566 ~ 22.26%
G 195 of 566 ~ 34.45%
B 245 of 566 ~ 43.29%

%22.26
%34.45
%43.29

CMYK color model

#7EC3F5 color CMYK value is (49,20,0,4).

  • cyan value is 48.57%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(49,20,0,4)
C49M20Y0K4 
(49%,20%,0%,4%)
(0.49/0.20/0.00/0.04)	

CMYK percentages

%48.57
%20.41
%0
%3.92

Codes

Color #7EC3F5 in popluar color models

7EC3F5
RGB126195245
HSL205°85.61%72.75%
HSB/HSV205°48.57%96.08%
CMYK48.57%20.41%0.00%
3.92%

Color #7EC3F5 in popluar number systems.

HEX7EC3F5
Decimal126195245
Binary11111101100001111110101
Octal176303365

Shades and tints

Shades of #7EC3F5

#7EC3F5
(126,195,245)
#73B2DF
(115,178,223)
#68A1C9
(104,161,201)
#5D90B3
(93,144,179)
#527F9D
(82,127,157)
#476E87
(71,110,135)
#3C5D71
(60,93,113)
#314C5B
(49,76,91)
#263B45
(38,59,69)
#1B2A2F
(27,42,47)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #7EC3F5

#7EC3F5
(126,195,245)
#89C8F5
(137,200,245)
#94CDF5
(148,205,245)
#9FD2F5
(159,210,245)
#AAD7F5
(170,215,245)
#B5DCF5
(181,220,245)
#C0E1F5
(192,225,245)
#CBE6F5
(203,230,245)
#D6EBF5
(214,235,245)
#E1F0F5
(225,240,245)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC3F5 color. Also use rgb(126,195,245) instead hex code.

Text Font Color

.myTextColor { color: #7EC3F5; }

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

This text font color is #7EC3F5.


Background Color

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

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

This div background color is #7EC3F5.


Border color

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

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

This div border color is #7EC3F5.


Opacity

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

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

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

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

This text has shadow with #7EC3F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC3F5 on black background.


Color preview on white background

This text has color #7EC3F5 on white background.



Black color preview on #7EC3F5 background

This text has black color on #7EC3F5 background.


White color preview on #7EC3F5 background

This text has white color on #7EC3F5 background.