COLOR #7EC7E0

HEX: #7EC7E0
RGB: (126,199,224)

Renk bilgisi

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

RGB renk modeli

#7EC7E0 color RGB value is (126,199,224).

  • kırmız ton 126;
  • yeşil ton 199;
  • mavi ton 224.
RGB:
(126,199,224)
(49%,78%,88%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 199 of 255 = 78%
B 224 of 255 = 88%

126
199
224

R + G + B ~ 72%. #7EC7E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 199 + 224 = 549 (100%)
R 126 of 549 ~ 22.95%
G 199 of 549 ~ 36.25%
B 224 of 549 ~ 40.8%

%22.95
%36.25
%40.8

CMYK RENK MODELİ

#7EC7E0 rengi CMYK tonu (44,11,0,12).

  • camgöbeği tonu 43.75%
  • eflatun tonu 11.16%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(44,11,0,12)
C44M11Y0K12 
(44%,11%,0%,12%)
(0.44/0.11/0.00/0.12)	

CMYK yüzdeleri

%43.75
%11.16
%0
%12.16

Codes

Color #7EC7E0 in popluar color models

7EC7E0
RGB126199224
HSL195°61.25%68.63%
HSB/HSV195°43.75%87.84%
CMYK43.75%11.16%0.00%
12.16%

Color #7EC7E0 in popluar number systems.

HEX7EC7E0
Decimal126199224
Binary11111101100011111100000
Octal176307340

Shades and tints

Shades of #7EC7E0

#7EC7E0
(126,199,224)
#73B5CC
(115,181,204)
#68A3B8
(104,163,184)
#5D91A4
(93,145,164)
#527F90
(82,127,144)
#476D7C
(71,109,124)
#3C5B68
(60,91,104)
#314954
(49,73,84)
#263740
(38,55,64)
#1B252C
(27,37,44)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #7EC7E0

#7EC7E0
(126,199,224)
#89CCE2
(137,204,226)
#94D1E4
(148,209,228)
#9FD6E6
(159,214,230)
#AADBE8
(170,219,232)
#B5E0EA
(181,224,234)
#C0E5EC
(192,229,236)
#CBEAEE
(203,234,238)
#D6EFF0
(214,239,240)
#E1F4F2
(225,244,242)
#ECF9F4
(236,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC7E0 color. Also use rgb(126,199,224) instead hex code.

Text Font Color

.myTextColor { color: #7EC7E0; }

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

This text font color is #7EC7E0.


Background Color

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

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

This div background color is #7EC7E0.


Border color

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

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

This div border color is #7EC7E0.


Opacity

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

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

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

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

This text has shadow with #7EC7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC7E0 on black background.


Color preview on white background

This text has color #7EC7E0 on white background.



Black color preview on #7EC7E0 background

This text has black color on #7EC7E0 background.


White color preview on #7EC7E0 background

This text has white color on #7EC7E0 background.