COLOR #7EADE2

HEX: #7EADE2
RGB: (126,173,226)

Renk bilgisi

#7EADE2 contains mainly green and blue colors. #7EADE2 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7EADE2 color RGB value is (126,173,226).

  • kırmız ton 126;
  • yeşil ton 173;
  • mavi ton 226.
RGB:
(126,173,226)
(49%,68%,89%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 173 of 255 = 68%
B 226 of 255 = 89%

126
173
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 173 + 226 = 525 (100%)
R 126 of 525 ~ 24%
G 173 of 525 ~ 32.95%
B 226 of 525 ~ 43.05%

%24
%32.95
%43.05

CMYK RENK MODELİ

#7EADE2 rengi CMYK tonu (44,23,0,11).

  • camgöbeği tonu 44.25%
  • eflatun tonu 23.45%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(44,23,0,11)
C44M23Y0K11 
(44%,23%,0%,11%)
(0.44/0.23/0.00/0.11)	

CMYK yüzdeleri

%44.25
%23.45
%0
%11.37

Codes

Color #7EADE2 in popluar color models

7EADE2
RGB126173226
HSL212°63.29%69.02%
HSB/HSV212°44.25%88.63%
CMYK44.25%23.45%0.00%
11.37%

Color #7EADE2 in popluar number systems.

HEX7EADE2
Decimal126173226
Binary11111101010110111100010
Octal176255342

Shades and tints

Shades of #7EADE2

#7EADE2
(126,173,226)
#739ECE
(115,158,206)
#688FBA
(104,143,186)
#5D80A6
(93,128,166)
#527192
(82,113,146)
#47627E
(71,98,126)
#3C536A
(60,83,106)
#314456
(49,68,86)
#263542
(38,53,66)
#1B262E
(27,38,46)
#10171A
(16,23,26)
#000000
(0,0,0)

Tints of #7EADE2

#7EADE2
(126,173,226)
#89B4E4
(137,180,228)
#94BBE6
(148,187,230)
#9FC2E8
(159,194,232)
#AAC9EA
(170,201,234)
#B5D0EC
(181,208,236)
#C0D7EE
(192,215,238)
#CBDEF0
(203,222,240)
#D6E5F2
(214,229,242)
#E1ECF4
(225,236,244)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EADE2 color. Also use rgb(126,173,226) instead hex code.

Text Font Color

.myTextColor { color: #7EADE2; }

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

This text font color is #7EADE2.


Background Color

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

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

This div background color is #7EADE2.


Border color

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

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

This div border color is #7EADE2.


Opacity

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

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

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

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

This text has shadow with #7EADE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EADE2 on black background.


Color preview on white background

This text has color #7EADE2 on white background.



Black color preview on #7EADE2 background

This text has black color on #7EADE2 background.


White color preview on #7EADE2 background

This text has white color on #7EADE2 background.