COLOR #7ED6DD

HEX: #7ED6DD
RGB: (126,214,221)

Renk bilgisi

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

RGB renk modeli

#7ED6DD color RGB value is (126,214,221).

  • kırmız ton 126;
  • yeşil ton 214;
  • mavi ton 221.
RGB:
(126,214,221)
(49%,84%,87%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 214 of 255 = 84%
B 221 of 255 = 87%

126
214
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 214 + 221 = 561 (100%)
R 126 of 561 ~ 22.46%
G 214 of 561 ~ 38.15%
B 221 of 561 ~ 39.39%

%22.46
%38.15
%39.39

CMYK RENK MODELİ

#7ED6DD rengi CMYK tonu (43,3,0,13).

  • camgöbeği tonu 42.99%
  • eflatun tonu 3.17%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(43,3,0,13)
C43M3Y0K13 
(43%,3%,0%,13%)
(0.43/0.03/0.00/0.13)	

CMYK yüzdeleri

%42.99
%3.17
%0
%13.33

Codes

Color #7ED6DD in popluar color models

7ED6DD
RGB126214221
HSL184°58.28%68.04%
HSB/HSV184°42.99%86.67%
CMYK42.99%3.17%0.00%
13.33%

Color #7ED6DD in popluar number systems.

HEX7ED6DD
Decimal126214221
Binary11111101101011011011101
Octal176326335

Shades and tints

Shades of #7ED6DD

#7ED6DD
(126,214,221)
#73C3C9
(115,195,201)
#68B0B5
(104,176,181)
#5D9DA1
(93,157,161)
#528A8D
(82,138,141)
#477779
(71,119,121)
#3C6465
(60,100,101)
#315151
(49,81,81)
#263E3D
(38,62,61)
#1B2B29
(27,43,41)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #7ED6DD

#7ED6DD
(126,214,221)
#89D9E0
(137,217,224)
#94DCE3
(148,220,227)
#9FDFE6
(159,223,230)
#AAE2E9
(170,226,233)
#B5E5EC
(181,229,236)
#C0E8EF
(192,232,239)
#CBEBF2
(203,235,242)
#D6EEF5
(214,238,245)
#E1F1F8
(225,241,248)
#ECF4FB
(236,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED6DD color. Also use rgb(126,214,221) instead hex code.

Text Font Color

.myTextColor { color: #7ED6DD; }

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

This text font color is #7ED6DD.


Background Color

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

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

This div background color is #7ED6DD.


Border color

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

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

This div border color is #7ED6DD.


Opacity

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

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

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

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

This text has shadow with #7ED6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED6DD on black background.


Color preview on white background

This text has color #7ED6DD on white background.



Black color preview on #7ED6DD background

This text has black color on #7ED6DD background.


White color preview on #7ED6DD background

This text has white color on #7ED6DD background.