COLOR #7EDFE6

HEX: #7EDFE6
RGB: (126,223,230)

Renk bilgisi

#7EDFE6 contains mainly green and blue colors. #7EDFE6 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#7EDFE6 color RGB value is (126,223,230).

  • kırmız ton 126;
  • yeşil ton 223;
  • mavi ton 230.
RGB:
(126,223,230)
(49%,87%,90%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 223 of 255 = 87%
B 230 of 255 = 90%

126
223
230

R + G + B ~ 75%. #7EDFE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 223 + 230 = 579 (100%)
R 126 of 579 ~ 21.76%
G 223 of 579 ~ 38.51%
B 230 of 579 ~ 39.72%

%21.76
%38.51
%39.72

CMYK RENK MODELİ

#7EDFE6 rengi CMYK tonu (45,3,0,10).

  • camgöbeği tonu 45.22%
  • eflatun tonu 3.04%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(45,3,0,10)
C45M3Y0K10 
(45%,3%,0%,10%)
(0.45/0.03/0.00/0.10)	

CMYK yüzdeleri

%45.22
%3.04
%0
%9.8

Codes

Color #7EDFE6 in popluar color models

7EDFE6
RGB126223230
HSL184°67.53%69.80%
HSB/HSV184°45.22%90.20%
CMYK45.22%3.04%0.00%
9.80%

Color #7EDFE6 in popluar number systems.

HEX7EDFE6
Decimal126223230
Binary11111101101111111100110
Octal176337346

Shades and tints

Shades of #7EDFE6

#7EDFE6
(126,223,230)
#73CBD2
(115,203,210)
#68B7BE
(104,183,190)
#5DA3AA
(93,163,170)
#528F96
(82,143,150)
#477B82
(71,123,130)
#3C676E
(60,103,110)
#31535A
(49,83,90)
#263F46
(38,63,70)
#1B2B32
(27,43,50)
#10171E
(16,23,30)
#000000
(0,0,0)

Tints of #7EDFE6

#7EDFE6
(126,223,230)
#89E1E8
(137,225,232)
#94E3EA
(148,227,234)
#9FE5EC
(159,229,236)
#AAE7EE
(170,231,238)
#B5E9F0
(181,233,240)
#C0EBF2
(192,235,242)
#CBEDF4
(203,237,244)
#D6EFF6
(214,239,246)
#E1F1F8
(225,241,248)
#ECF3FA
(236,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDFE6 color. Also use rgb(126,223,230) instead hex code.

Text Font Color

.myTextColor { color: #7EDFE6; }

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

This text font color is #7EDFE6.


Background Color

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

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

This div background color is #7EDFE6.


Border color

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

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

This div border color is #7EDFE6.


Opacity

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

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

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

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

This text has shadow with #7EDFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EDFE6 on black background.


Color preview on white background

This text has color #7EDFE6 on white background.



Black color preview on #7EDFE6 background

This text has black color on #7EDFE6 background.


White color preview on #7EDFE6 background

This text has white color on #7EDFE6 background.