COLOR #7ED7FD

HEX: #7ED7FD
RGB: (126,215,253)

Color info

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

RGB color model

#7ED7FD color RGB value is (126,215,253).

  • red value is 126;
  • green value is 215;
  • blue value is 253.
RGB:
(126,215,253)
(49%,84%,99%)

RGB channels and saturation

R 126 of 255 = 49%
G 215 of 255 = 84%
B 253 of 255 = 99%

126
215
253

R + G + B ~ 77%. #7ED7FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 215 + 253 = 594 (100%)
R 126 of 594 ~ 21.21%
G 215 of 594 ~ 36.2%
B 253 of 594 ~ 42.59%

%21.21
%36.2
%42.59

CMYK color model

#7ED7FD color CMYK value is (50,15,0,1).

  • cyan value is 50.20%
  • magenta value is 15.02%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(50,15,0,1)
C50M15Y0K1 
(50%,15%,0%,1%)
(0.50/0.15/0.00/0.01)	

CMYK percentages

%50.2
%15.02
%0
%0.78

Codes

Color #7ED7FD in popluar color models

7ED7FD
RGB126215253
HSL198°96.95%74.31%
HSB/HSV198°50.20%99.22%
CMYK50.20%15.02%0.00%
0.78%

Color #7ED7FD in popluar number systems.

HEX7ED7FD
Decimal126215253
Binary11111101101011111111101
Octal176327375

Shades and tints

Shades of #7ED7FD

#7ED7FD
(126,215,253)
#73C4E6
(115,196,230)
#68B1CF
(104,177,207)
#5D9EB8
(93,158,184)
#528BA1
(82,139,161)
#47788A
(71,120,138)
#3C6573
(60,101,115)
#31525C
(49,82,92)
#263F45
(38,63,69)
#1B2C2E
(27,44,46)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #7ED7FD

#7ED7FD
(126,215,253)
#89DAFD
(137,218,253)
#94DDFD
(148,221,253)
#9FE0FD
(159,224,253)
#AAE3FD
(170,227,253)
#B5E6FD
(181,230,253)
#C0E9FD
(192,233,253)
#CBECFD
(203,236,253)
#D6EFFD
(214,239,253)
#E1F2FD
(225,242,253)
#ECF5FD
(236,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED7FD color. Also use rgb(126,215,253) instead hex code.

Text Font Color

.myTextColor { color: #7ED7FD; }

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

This text font color is #7ED7FD.


Background Color

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

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

This div background color is #7ED7FD.


Border color

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

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

This div border color is #7ED7FD.


Opacity

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

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

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

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

This text has shadow with #7ED7FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED7FD on black background.


Color preview on white background

This text has color #7ED7FD on white background.



Black color preview on #7ED7FD background

This text has black color on #7ED7FD background.


White color preview on #7ED7FD background

This text has white color on #7ED7FD background.