COLOR #7EDCEF

HEX: #7EDCEF
RGB: (126,220,239)

Renk bilgisi

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

RGB renk modeli

#7EDCEF color RGB value is (126,220,239).

  • kırmız ton 126;
  • yeşil ton 220;
  • mavi ton 239.
RGB:
(126,220,239)
(49%,86%,94%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 220 of 255 = 86%
B 239 of 255 = 94%

126
220
239

R + G + B ~ 76%. #7EDCEF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 220 + 239 = 585 (100%)
R 126 of 585 ~ 21.54%
G 220 of 585 ~ 37.61%
B 239 of 585 ~ 40.85%

%21.54
%37.61
%40.85

CMYK RENK MODELİ

#7EDCEF rengi CMYK tonu (47,8,0,6).

  • camgöbeği tonu 47.28%
  • eflatun tonu 7.95%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(47,8,0,6)
C47M8Y0K6 
(47%,8%,0%,6%)
(0.47/0.08/0.00/0.06)	

CMYK yüzdeleri

%47.28
%7.95
%0
%6.27

Codes

Color #7EDCEF in popluar color models

7EDCEF
RGB126220239
HSL190°77.93%71.57%
HSB/HSV190°47.28%93.73%
CMYK47.28%7.95%0.00%
6.27%

Color #7EDCEF in popluar number systems.

HEX7EDCEF
Decimal126220239
Binary11111101101110011101111
Octal176334357

Shades and tints

Shades of #7EDCEF

#7EDCEF
(126,220,239)
#73C8DA
(115,200,218)
#68B4C5
(104,180,197)
#5DA0B0
(93,160,176)
#528C9B
(82,140,155)
#477886
(71,120,134)
#3C6471
(60,100,113)
#31505C
(49,80,92)
#263C47
(38,60,71)
#1B2832
(27,40,50)
#10141D
(16,20,29)
#000000
(0,0,0)

Tints of #7EDCEF

#7EDCEF
(126,220,239)
#89DFF0
(137,223,240)
#94E2F1
(148,226,241)
#9FE5F2
(159,229,242)
#AAE8F3
(170,232,243)
#B5EBF4
(181,235,244)
#C0EEF5
(192,238,245)
#CBF1F6
(203,241,246)
#D6F4F7
(214,244,247)
#E1F7F8
(225,247,248)
#ECFAF9
(236,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDCEF color. Also use rgb(126,220,239) instead hex code.

Text Font Color

.myTextColor { color: #7EDCEF; }

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

This text font color is #7EDCEF.


Background Color

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

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

This div background color is #7EDCEF.


Border color

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

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

This div border color is #7EDCEF.


Opacity

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

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

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

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

This text has shadow with #7EDCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EDCEF on black background.


Color preview on white background

This text has color #7EDCEF on white background.



Black color preview on #7EDCEF background

This text has black color on #7EDCEF background.


White color preview on #7EDCEF background

This text has white color on #7EDCEF background.