COLOR #7EC0F0

HEX: #7EC0F0
RGB: (126,192,240)

Renk bilgisi

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

RGB renk modeli

#7EC0F0 color RGB value is (126,192,240).

  • kırmız ton 126;
  • yeşil ton 192;
  • mavi ton 240.
RGB:
(126,192,240)
(49%,75%,94%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 192 of 255 = 75%
B 240 of 255 = 94%

126
192
240

R + G + B ~ 73%. #7EC0F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 192 + 240 = 558 (100%)
R 126 of 558 ~ 22.58%
G 192 of 558 ~ 34.41%
B 240 of 558 ~ 43.01%

%22.58
%34.41
%43.01

CMYK RENK MODELİ

#7EC0F0 rengi CMYK tonu (48,20,0,6).

  • camgöbeği tonu 47.50%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(48,20,0,6)
C48M20Y0K6 
(48%,20%,0%,6%)
(0.48/0.20/0.00/0.06)	

CMYK yüzdeleri

%47.5
%20
%0
%5.88

Codes

Color #7EC0F0 in popluar color models

7EC0F0
RGB126192240
HSL205°79.17%71.76%
HSB/HSV205°47.50%94.12%
CMYK47.50%20.00%0.00%
5.88%

Color #7EC0F0 in popluar number systems.

HEX7EC0F0
Decimal126192240
Binary11111101100000011110000
Octal176300360

Shades and tints

Shades of #7EC0F0

#7EC0F0
(126,192,240)
#73AFDB
(115,175,219)
#689EC6
(104,158,198)
#5D8DB1
(93,141,177)
#527C9C
(82,124,156)
#476B87
(71,107,135)
#3C5A72
(60,90,114)
#31495D
(49,73,93)
#263848
(38,56,72)
#1B2733
(27,39,51)
#10161E
(16,22,30)
#000000
(0,0,0)

Tints of #7EC0F0

#7EC0F0
(126,192,240)
#89C5F1
(137,197,241)
#94CAF2
(148,202,242)
#9FCFF3
(159,207,243)
#AAD4F4
(170,212,244)
#B5D9F5
(181,217,245)
#C0DEF6
(192,222,246)
#CBE3F7
(203,227,247)
#D6E8F8
(214,232,248)
#E1EDF9
(225,237,249)
#ECF2FA
(236,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC0F0; }

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

This text font color is #7EC0F0.


Background Color

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

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

This div background color is #7EC0F0.


Border color

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

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

This div border color is #7EC0F0.


Opacity

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

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

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

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

This text has shadow with #7EC0F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC0F0 on black background.


Color preview on white background

This text has color #7EC0F0 on white background.



Black color preview on #7EC0F0 background

This text has black color on #7EC0F0 background.


White color preview on #7EC0F0 background

This text has white color on #7EC0F0 background.