COLOR #7EC3F8

HEX: #7EC3F8 RGB: (126,195,248)

Color info

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

RGB color model

#7EC3F8 color RGB value is (126,195,248).

RGB: (126,195,248) (49%, 76%, 97%)

RGB channels and saturation

R 126 of 255 = 49%
G 195 of 255 = 76%
B 248 of 255 = 97%

126
195
248

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

Portions of RGB colors in percentages

R + G + B = 126 + 195 + 248 = 569 (100%)
R 126 of 569 ~ 22.14%
G 195 of 569 ~ 34.27%
B 248 of 569 ~ 43.59'%

%22.14
%34.27
%43.59

CMYK color model

#7EC3F8 color CMYK value is (49,21,0,3).

  • cyan value is 49.19%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (49,21,0,3)
C49M21Y0K3 (49%, 21%, 0%, 3%)
(0.49 / 0.21 / 0.00 / 0.03)

CMYK percentages

%49.19
%21.37
%0
%2.75

Codes

Color #7EC3F8 in popluar color models

7E C3 F8
RGB 126 195 248
HSL 206° 89.71% 73.33%
HSB/HSV 206° 49.19% 97.25%
CMYK 49.19% 21.37% 0.00%
2.75%

Color #7EC3F8 in popluar number systems.

HEX 7E C3 F8
Decimal 126 195 248
Binary 1111110 11000011 11111000
Octal 176 303 370

Shades and tints

Shades of #7EC3F8

#7EC3F8
(126,195,248)
#73B2E2
(115,178,226)
#68A1CC
(104,161,204)
#5D90B6
(93,144,182)
#527FA0
(82,127,160)
#476E8A
(71,110,138)
#3C5D74
(60,93,116)
#314C5E
(49,76,94)
#263B48
(38,59,72)
#1B2A32
(27,42,50)
#10191C
(16,25,28)
#000000
(0,0,0)

Tints of #7EC3F8

#7EC3F8
(126,195,248)
#89C8F8
(137,200,248)
#94CDF8
(148,205,248)
#9FD2F8
(159,210,248)
#AAD7F8
(170,215,248)
#B5DCF8
(181,220,248)
#C0E1F8
(192,225,248)
#CBE6F8
(203,230,248)
#D6EBF8
(214,235,248)
#E1F0F8
(225,240,248)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC3F8; }

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

This text font color is #7EC3F8.

Background Color

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

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

This div background color is #7EC3F8.

Border color

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

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

This div border color is #7EC3F8.

Opacity

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

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

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

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

This text has shadow with #7EC3F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EC3F8.

Preview

Color preview on black background

This text has color #7EC3F8 on black background.


Color preview on white background

This text has color #7EC3F8 on white background.


Black color preview on #7EC3F8 background

This text has black color on #7EC3F8 background.


White color preview on #7EC3F8 background

This text has white color on #7EC3F8 background.


Related colors

Complementary color

Complementary color for #hex is #813C07.


I love getcolorcode.com

Triadic colors

1 #F87EC3 and #C3F87E with #7EC3F8 are triadic colors.

2 #F8C37E and #C37EF8 with #7EC3F8 are triadic colors.