COLOR #7ED3E7

HEX: #7ED3E7
RGB: (126,211,231)

Renk bilgisi

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

RGB renk modeli

#7ED3E7 color RGB value is (126,211,231).

  • kırmız ton 126;
  • yeşil ton 211;
  • mavi ton 231.
RGB:
(126,211,231)
(49%,83%,91%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 211 of 255 = 83%
B 231 of 255 = 91%

126
211
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 211 + 231 = 568 (100%)
R 126 of 568 ~ 22.18%
G 211 of 568 ~ 37.15%
B 231 of 568 ~ 40.67%

%22.18
%37.15
%40.67

CMYK RENK MODELİ

#7ED3E7 rengi CMYK tonu (45,9,0,9).

  • camgöbeği tonu 45.45%
  • eflatun tonu 8.66%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(45,9,0,9)
C45M9Y0K9 
(45%,9%,0%,9%)
(0.45/0.09/0.00/0.09)	

CMYK yüzdeleri

%45.45
%8.66
%0
%9.41

Codes

Color #7ED3E7 in popluar color models

7ED3E7
RGB126211231
HSL191°68.63%70.00%
HSB/HSV191°45.45%90.59%
CMYK45.45%8.66%0.00%
9.41%

Color #7ED3E7 in popluar number systems.

HEX7ED3E7
Decimal126211231
Binary11111101101001111100111
Octal176323347

Shades and tints

Shades of #7ED3E7

#7ED3E7
(126,211,231)
#73C0D2
(115,192,210)
#68ADBD
(104,173,189)
#5D9AA8
(93,154,168)
#528793
(82,135,147)
#47747E
(71,116,126)
#3C6169
(60,97,105)
#314E54
(49,78,84)
#263B3F
(38,59,63)
#1B282A
(27,40,42)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #7ED3E7

#7ED3E7
(126,211,231)
#89D7E9
(137,215,233)
#94DBEB
(148,219,235)
#9FDFED
(159,223,237)
#AAE3EF
(170,227,239)
#B5E7F1
(181,231,241)
#C0EBF3
(192,235,243)
#CBEFF5
(203,239,245)
#D6F3F7
(214,243,247)
#E1F7F9
(225,247,249)
#ECFBFB
(236,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED3E7 color. Also use rgb(126,211,231) instead hex code.

Text Font Color

.myTextColor { color: #7ED3E7; }

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

This text font color is #7ED3E7.


Background Color

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

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

This div background color is #7ED3E7.


Border color

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

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

This div border color is #7ED3E7.


Opacity

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

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

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

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

This text has shadow with #7ED3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED3E7 on black background.


Color preview on white background

This text has color #7ED3E7 on white background.



Black color preview on #7ED3E7 background

This text has black color on #7ED3E7 background.


White color preview on #7ED3E7 background

This text has white color on #7ED3E7 background.