COLOR #7ED4FB

HEX: #7ED4FB
RGB: (126,212,251)

Color info

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

RGB color model

#7ED4FB color RGB value is (126,212,251).

  • red value is 126;
  • green value is 212;
  • blue value is 251.
RGB:
(126,212,251)
(49%,83%,98%)

RGB channels and saturation

R 126 of 255 = 49%
G 212 of 255 = 83%
B 251 of 255 = 98%

126
212
251

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

Portions of RGB colors in percentages

R + G + B =
126 + 212 + 251 = 589 (100%)
R 126 of 589 ~ 21.39%
G 212 of 589 ~ 35.99%
B 251 of 589 ~ 42.61%

%21.39
%35.99
%42.61

CMYK color model

#7ED4FB color CMYK value is (50,16,0,2).

  • cyan value is 49.80%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(50,16,0,2)
C50M16Y0K2 
(50%,16%,0%,2%)
(0.50/0.16/0.00/0.02)	

CMYK percentages

%49.8
%15.54
%0
%1.57

Codes

Color #7ED4FB in popluar color models

7ED4FB
RGB126212251
HSL199°93.98%73.92%
HSB/HSV199°49.80%98.43%
CMYK49.80%15.54%0.00%
1.57%

Color #7ED4FB in popluar number systems.

HEX7ED4FB
Decimal126212251
Binary11111101101010011111011
Octal176324373

Shades and tints

Shades of #7ED4FB

#7ED4FB
(126,212,251)
#73C1E5
(115,193,229)
#68AECF
(104,174,207)
#5D9BB9
(93,155,185)
#5288A3
(82,136,163)
#47758D
(71,117,141)
#3C6277
(60,98,119)
#314F61
(49,79,97)
#263C4B
(38,60,75)
#1B2935
(27,41,53)
#10161F
(16,22,31)
#000000
(0,0,0)

Tints of #7ED4FB

#7ED4FB
(126,212,251)
#89D7FB
(137,215,251)
#94DAFB
(148,218,251)
#9FDDFB
(159,221,251)
#AAE0FB
(170,224,251)
#B5E3FB
(181,227,251)
#C0E6FB
(192,230,251)
#CBE9FB
(203,233,251)
#D6ECFB
(214,236,251)
#E1EFFB
(225,239,251)
#ECF2FB
(236,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED4FB color. Also use rgb(126,212,251) instead hex code.

Text Font Color

.myTextColor { color: #7ED4FB; }

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

This text font color is #7ED4FB.


Background Color

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

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

This div background color is #7ED4FB.


Border color

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

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

This div border color is #7ED4FB.


Opacity

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

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

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

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

This text has shadow with #7ED4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED4FB on black background.


Color preview on white background

This text has color #7ED4FB on white background.



Black color preview on #7ED4FB background

This text has black color on #7ED4FB background.


White color preview on #7ED4FB background

This text has white color on #7ED4FB background.