COLOR #7ED7FE

HEX: #7ED7FE
RGB: (126,215,254)

Renk bilgisi

#7ED7FE contains mainly green and blue colors. #7ED7FE ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#7ED7FE color RGB value is (126,215,254).

  • kırmız ton 126;
  • yeşil ton 215;
  • mavi ton 254.
RGB:
(126,215,254)
(49%,84%,100%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 215 of 255 = 84%
B 254 of 255 = 100%

126
215
254

R + G + B ~ 78%. #7ED7FE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 215 + 254 = 595 (100%)
R 126 of 595 ~ 21.18%
G 215 of 595 ~ 36.13%
B 254 of 595 ~ 42.69%

%21.18
%36.13
%42.69

CMYK RENK MODELİ

#7ED7FE rengi CMYK tonu (50,15,0,0).

  • camgöbeği tonu 50.39%
  • eflatun tonu 15.35%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(50,15,0,0)
C50M15Y0K0 
(50%,15%,0%,0%)
(0.50/0.15/0.00/0.00)	

CMYK yüzdeleri

%50.39
%15.35
%0
%0.39

Codes

Color #7ED7FE in popluar color models

7ED7FE
RGB126215254
HSL198°98.46%74.51%
HSB/HSV198°50.39%99.61%
CMYK50.39%15.35%0.00%
0.39%

Color #7ED7FE in popluar number systems.

HEX7ED7FE
Decimal126215254
Binary11111101101011111111110
Octal176327376

Shades and tints

Shades of #7ED7FE

#7ED7FE
(126,215,254)
#73C4E7
(115,196,231)
#68B1D0
(104,177,208)
#5D9EB9
(93,158,185)
#528BA2
(82,139,162)
#47788B
(71,120,139)
#3C6574
(60,101,116)
#31525D
(49,82,93)
#263F46
(38,63,70)
#1B2C2F
(27,44,47)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #7ED7FE

#7ED7FE
(126,215,254)
#89DAFE
(137,218,254)
#94DDFE
(148,221,254)
#9FE0FE
(159,224,254)
#AAE3FE
(170,227,254)
#B5E6FE
(181,230,254)
#C0E9FE
(192,233,254)
#CBECFE
(203,236,254)
#D6EFFE
(214,239,254)
#E1F2FE
(225,242,254)
#ECF5FE
(236,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED7FE; }

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

This text font color is #7ED7FE.


Background Color

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

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

This div background color is #7ED7FE.


Border color

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

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

This div border color is #7ED7FE.


Opacity

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

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

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

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

This text has shadow with #7ED7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED7FE on black background.


Color preview on white background

This text has color #7ED7FE on white background.



Black color preview on #7ED7FE background

This text has black color on #7ED7FE background.


White color preview on #7ED7FE background

This text has white color on #7ED7FE background.