COLOR #7ED5C0

HEX: #7ED5C0
RGB: (126,213,192)

Renk bilgisi

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

RGB renk modeli

#7ED5C0 color RGB value is (126,213,192).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 213 of 255 = 84%
B 192 of 255 = 75%

126
213
192

R + G + B ~ 69%. #7ED5C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 213 + 192 = 531 (100%)
R 126 of 531 ~ 23.73%
G 213 of 531 ~ 40.11%
B 192 of 531 ~ 36.16%

%23.73
%40.11
%36.16

CMYK RENK MODELİ

#7ED5C0 rengi CMYK tonu (41,0,10,16).

  • camgöbeği tonu 40.85%
  • eflatun tonu 0.00%
  • sarı tonu 9.86%
  • ana renk tonu 16.47%
CMYK:
(41,0,10,16)
C41M0Y10K16 
(41%,0%,10%,16%)
(0.41/0.00/0.10/0.16)	

CMYK yüzdeleri

%40.85
%0
%9.86
%16.47

Codes

Color #7ED5C0 in popluar color models

7ED5C0
RGB126213192
HSL166°50.88%66.47%
HSB/HSV166°40.85%83.53%
CMYK40.85%0.00%9.86%
16.47%

Color #7ED5C0 in popluar number systems.

HEX7ED5C0
Decimal126213192
Binary11111101101010111000000
Octal176325300

Shades and tints

Shades of #7ED5C0

#7ED5C0
(126,213,192)
#73C2AF
(115,194,175)
#68AF9E
(104,175,158)
#5D9C8D
(93,156,141)
#52897C
(82,137,124)
#47766B
(71,118,107)
#3C635A
(60,99,90)
#315049
(49,80,73)
#263D38
(38,61,56)
#1B2A27
(27,42,39)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #7ED5C0

#7ED5C0
(126,213,192)
#89D8C5
(137,216,197)
#94DBCA
(148,219,202)
#9FDECF
(159,222,207)
#AAE1D4
(170,225,212)
#B5E4D9
(181,228,217)
#C0E7DE
(192,231,222)
#CBEAE3
(203,234,227)
#D6EDE8
(214,237,232)
#E1F0ED
(225,240,237)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED5C0; }

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

This text font color is #7ED5C0.


Background Color

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

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

This div background color is #7ED5C0.


Border color

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

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

This div border color is #7ED5C0.


Opacity

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

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

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

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

This text has shadow with #7ED5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED5C0 on black background.


Color preview on white background

This text has color #7ED5C0 on white background.



Black color preview on #7ED5C0 background

This text has black color on #7ED5C0 background.


White color preview on #7ED5C0 background

This text has white color on #7ED5C0 background.