COLOR #7ED7F0

HEX: #7ED7F0
RGB: (126,215,240)

Color info

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

RGB color model

#7ED7F0 color RGB value is (126,215,240).

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

RGB channels and saturation

R 126 of 255 = 49%
G 215 of 255 = 84%
B 240 of 255 = 94%

126
215
240

R + G + B ~ 76%. #7ED7F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 215 + 240 = 581 (100%)
R 126 of 581 ~ 21.69%
G 215 of 581 ~ 37.01%
B 240 of 581 ~ 41.31%

%21.69
%37.01
%41.31

CMYK color model

#7ED7F0 color CMYK value is (48,10,0,6).

  • cyan value is 47.50%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(48,10,0,6)
C48M10Y0K6 
(48%,10%,0%,6%)
(0.48/0.10/0.00/0.06)	

CMYK percentages

%47.5
%10.42
%0
%5.88

Codes

Color #7ED7F0 in popluar color models

7ED7F0
RGB126215240
HSL193°79.17%71.76%
HSB/HSV193°47.50%94.12%
CMYK47.50%10.42%0.00%
5.88%

Color #7ED7F0 in popluar number systems.

HEX7ED7F0
Decimal126215240
Binary11111101101011111110000
Octal176327360

Shades and tints

Shades of #7ED7F0

#7ED7F0
(126,215,240)
#73C4DB
(115,196,219)
#68B1C6
(104,177,198)
#5D9EB1
(93,158,177)
#528B9C
(82,139,156)
#477887
(71,120,135)
#3C6572
(60,101,114)
#31525D
(49,82,93)
#263F48
(38,63,72)
#1B2C33
(27,44,51)
#10191E
(16,25,30)
#000000
(0,0,0)

Tints of #7ED7F0

#7ED7F0
(126,215,240)
#89DAF1
(137,218,241)
#94DDF2
(148,221,242)
#9FE0F3
(159,224,243)
#AAE3F4
(170,227,244)
#B5E6F5
(181,230,245)
#C0E9F6
(192,233,246)
#CBECF7
(203,236,247)
#D6EFF8
(214,239,248)
#E1F2F9
(225,242,249)
#ECF5FA
(236,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED7F0; }

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

This text font color is #7ED7F0.


Background Color

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

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

This div background color is #7ED7F0.


Border color

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

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

This div border color is #7ED7F0.


Opacity

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

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

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

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

This text has shadow with #7ED7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED7F0 on black background.


Color preview on white background

This text has color #7ED7F0 on white background.



Black color preview on #7ED7F0 background

This text has black color on #7ED7F0 background.


White color preview on #7ED7F0 background

This text has white color on #7ED7F0 background.