COLOR #7EC3E0

HEX: #7EC3E0
RGB: (126,195,224)

Renk bilgisi

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

RGB renk modeli

#7EC3E0 color RGB value is (126,195,224).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 195 of 255 = 76%
B 224 of 255 = 88%

126
195
224

R + G + B ~ 71%. #7EC3E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 195 + 224 = 545 (100%)
R 126 of 545 ~ 23.12%
G 195 of 545 ~ 35.78%
B 224 of 545 ~ 41.1%

%23.12
%35.78
%41.1

CMYK RENK MODELİ

#7EC3E0 rengi CMYK tonu (44,13,0,12).

  • camgöbeği tonu 43.75%
  • eflatun tonu 12.95%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(44,13,0,12)
C44M13Y0K12 
(44%,13%,0%,12%)
(0.44/0.13/0.00/0.12)	

CMYK yüzdeleri

%43.75
%12.95
%0
%12.16

Codes

Color #7EC3E0 in popluar color models

7EC3E0
RGB126195224
HSL198°61.25%68.63%
HSB/HSV198°43.75%87.84%
CMYK43.75%12.95%0.00%
12.16%

Color #7EC3E0 in popluar number systems.

HEX7EC3E0
Decimal126195224
Binary11111101100001111100000
Octal176303340

Shades and tints

Shades of #7EC3E0

#7EC3E0
(126,195,224)
#73B2CC
(115,178,204)
#68A1B8
(104,161,184)
#5D90A4
(93,144,164)
#527F90
(82,127,144)
#476E7C
(71,110,124)
#3C5D68
(60,93,104)
#314C54
(49,76,84)
#263B40
(38,59,64)
#1B2A2C
(27,42,44)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #7EC3E0

#7EC3E0
(126,195,224)
#89C8E2
(137,200,226)
#94CDE4
(148,205,228)
#9FD2E6
(159,210,230)
#AAD7E8
(170,215,232)
#B5DCEA
(181,220,234)
#C0E1EC
(192,225,236)
#CBE6EE
(203,230,238)
#D6EBF0
(214,235,240)
#E1F0F2
(225,240,242)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC3E0; }

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

This text font color is #7EC3E0.


Background Color

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

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

This div background color is #7EC3E0.


Border color

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

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

This div border color is #7EC3E0.


Opacity

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

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

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

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

This text has shadow with #7EC3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC3E0 on black background.


Color preview on white background

This text has color #7EC3E0 on white background.



Black color preview on #7EC3E0 background

This text has black color on #7EC3E0 background.


White color preview on #7EC3E0 background

This text has white color on #7EC3E0 background.