COLOR #7ED5DD

HEX: #7ED5DD
RGB: (126,213,221)

Renk bilgisi

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

RGB renk modeli

#7ED5DD color RGB value is (126,213,221).

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

RGB bağlantıları ve doygunluk

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

126
213
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 213 + 221 = 560 (100%)
R 126 of 560 ~ 22.5%
G 213 of 560 ~ 38.04%
B 221 of 560 ~ 39.46%

%22.5
%38.04
%39.46

CMYK RENK MODELİ

#7ED5DD rengi CMYK tonu (43,4,0,13).

  • camgöbeği tonu 42.99%
  • eflatun tonu 3.62%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(43,4,0,13)
C43M4Y0K13 
(43%,4%,0%,13%)
(0.43/0.04/0.00/0.13)	

CMYK yüzdeleri

%42.99
%3.62
%0
%13.33

Codes

Color #7ED5DD in popluar color models

7ED5DD
RGB126213221
HSL185°58.28%68.04%
HSB/HSV185°42.99%86.67%
CMYK42.99%3.62%0.00%
13.33%

Color #7ED5DD in popluar number systems.

HEX7ED5DD
Decimal126213221
Binary11111101101010111011101
Octal176325335

Shades and tints

Shades of #7ED5DD

#7ED5DD
(126,213,221)
#73C2C9
(115,194,201)
#68AFB5
(104,175,181)
#5D9CA1
(93,156,161)
#52898D
(82,137,141)
#477679
(71,118,121)
#3C6365
(60,99,101)
#315051
(49,80,81)
#263D3D
(38,61,61)
#1B2A29
(27,42,41)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #7ED5DD

#7ED5DD
(126,213,221)
#89D8E0
(137,216,224)
#94DBE3
(148,219,227)
#9FDEE6
(159,222,230)
#AAE1E9
(170,225,233)
#B5E4EC
(181,228,236)
#C0E7EF
(192,231,239)
#CBEAF2
(203,234,242)
#D6EDF5
(214,237,245)
#E1F0F8
(225,240,248)
#ECF3FB
(236,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED5DD; }

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

This text font color is #7ED5DD.


Background Color

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

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

This div background color is #7ED5DD.


Border color

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

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

This div border color is #7ED5DD.


Opacity

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

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

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

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

This text has shadow with #7ED5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED5DD on black background.


Color preview on white background

This text has color #7ED5DD on white background.



Black color preview on #7ED5DD background

This text has black color on #7ED5DD background.


White color preview on #7ED5DD background

This text has white color on #7ED5DD background.