COLOR #7EC3FB

HEX: #7EC3FB
RGB: (126,195,251)

Renk bilgisi

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

RGB renk modeli

#7EC3FB color RGB value is (126,195,251).

  • kırmız ton 126;
  • yeşil ton 195;
  • mavi ton 251.
RGB:
(126,195,251)
(49%,76%,98%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 195 of 255 = 76%
B 251 of 255 = 98%

126
195
251

R + G + B ~ 74%. #7EC3FB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 195 + 251 = 572 (100%)
R 126 of 572 ~ 22.03%
G 195 of 572 ~ 34.09%
B 251 of 572 ~ 43.88%

%22.03
%34.09
%43.88

CMYK RENK MODELİ

#7EC3FB rengi CMYK tonu (50,22,0,2).

  • camgöbeği tonu 49.80%
  • eflatun tonu 22.31%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(50,22,0,2)
C50M22Y0K2 
(50%,22%,0%,2%)
(0.50/0.22/0.00/0.02)	

CMYK yüzdeleri

%49.8
%22.31
%0
%1.57

Codes

Color #7EC3FB in popluar color models

7EC3FB
RGB126195251
HSL207°93.98%73.92%
HSB/HSV207°49.80%98.43%
CMYK49.80%22.31%0.00%
1.57%

Color #7EC3FB in popluar number systems.

HEX7EC3FB
Decimal126195251
Binary11111101100001111111011
Octal176303373

Shades and tints

Shades of #7EC3FB

#7EC3FB
(126,195,251)
#73B2E5
(115,178,229)
#68A1CF
(104,161,207)
#5D90B9
(93,144,185)
#527FA3
(82,127,163)
#476E8D
(71,110,141)
#3C5D77
(60,93,119)
#314C61
(49,76,97)
#263B4B
(38,59,75)
#1B2A35
(27,42,53)
#10191F
(16,25,31)
#000000
(0,0,0)

Tints of #7EC3FB

#7EC3FB
(126,195,251)
#89C8FB
(137,200,251)
#94CDFB
(148,205,251)
#9FD2FB
(159,210,251)
#AAD7FB
(170,215,251)
#B5DCFB
(181,220,251)
#C0E1FB
(192,225,251)
#CBE6FB
(203,230,251)
#D6EBFB
(214,235,251)
#E1F0FB
(225,240,251)
#ECF5FB
(236,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC3FB; }

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

This text font color is #7EC3FB.


Background Color

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

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

This div background color is #7EC3FB.


Border color

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

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

This div border color is #7EC3FB.


Opacity

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

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

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

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

This text has shadow with #7EC3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC3FB on black background.


Color preview on white background

This text has color #7EC3FB on white background.



Black color preview on #7EC3FB background

This text has black color on #7EC3FB background.


White color preview on #7EC3FB background

This text has white color on #7EC3FB background.