COLOR #7EADE1

HEX: #7EADE1
RGB: (126,173,225)

Renk bilgisi

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

RGB renk modeli

#7EADE1 color RGB value is (126,173,225).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 173 of 255 = 68%
B 225 of 255 = 88%

126
173
225

R + G + B ~ 68%. #7EADE1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 173 + 225 = 524 (100%)
R 126 of 524 ~ 24.05%
G 173 of 524 ~ 33.02%
B 225 of 524 ~ 42.94%

%24.05
%33.02
%42.94

CMYK RENK MODELİ

#7EADE1 rengi CMYK tonu (44,23,0,12).

  • camgöbeği tonu 44.00%
  • eflatun tonu 23.11%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(44,23,0,12)
C44M23Y0K12 
(44%,23%,0%,12%)
(0.44/0.23/0.00/0.12)	

CMYK yüzdeleri

%44
%23.11
%0
%11.76

Codes

Color #7EADE1 in popluar color models

7EADE1
RGB126173225
HSL212°62.26%68.82%
HSB/HSV212°44.00%88.24%
CMYK44.00%23.11%0.00%
11.76%

Color #7EADE1 in popluar number systems.

HEX7EADE1
Decimal126173225
Binary11111101010110111100001
Octal176255341

Shades and tints

Shades of #7EADE1

#7EADE1
(126,173,225)
#739ECD
(115,158,205)
#688FB9
(104,143,185)
#5D80A5
(93,128,165)
#527191
(82,113,145)
#47627D
(71,98,125)
#3C5369
(60,83,105)
#314455
(49,68,85)
#263541
(38,53,65)
#1B262D
(27,38,45)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #7EADE1

#7EADE1
(126,173,225)
#89B4E3
(137,180,227)
#94BBE5
(148,187,229)
#9FC2E7
(159,194,231)
#AAC9E9
(170,201,233)
#B5D0EB
(181,208,235)
#C0D7ED
(192,215,237)
#CBDEEF
(203,222,239)
#D6E5F1
(214,229,241)
#E1ECF3
(225,236,243)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EADE1; }

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

This text font color is #7EADE1.


Background Color

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

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

This div background color is #7EADE1.


Border color

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

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

This div border color is #7EADE1.


Opacity

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

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

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

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

This text has shadow with #7EADE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EADE1 on black background.


Color preview on white background

This text has color #7EADE1 on white background.



Black color preview on #7EADE1 background

This text has black color on #7EADE1 background.


White color preview on #7EADE1 background

This text has white color on #7EADE1 background.