COLOR #7E9EDD

HEX: #7E9EDD
RGB: (126,158,221)

Renk bilgisi

#7E9EDD contains mainly blue color. #7E9EDD ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7E9EDD color RGB value is (126,158,221).

  • kırmız ton 126;
  • yeşil ton 158;
  • mavi ton 221.
RGB:
(126,158,221)
(49%,62%,87%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 158 of 255 = 62%
B 221 of 255 = 87%

126
158
221

R + G + B ~ 66%. #7E9EDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 158 + 221 = 505 (100%)
R 126 of 505 ~ 24.95%
G 158 of 505 ~ 31.29%
B 221 of 505 ~ 43.76%

%24.95
%31.29
%43.76

CMYK RENK MODELİ

#7E9EDD rengi CMYK tonu (43,29,0,13).

  • camgöbeği tonu 42.99%
  • eflatun tonu 28.51%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(43,29,0,13)
C43M29Y0K13 
(43%,29%,0%,13%)
(0.43/0.29/0.00/0.13)	

CMYK yüzdeleri

%42.99
%28.51
%0
%13.33

Codes

Color #7E9EDD in popluar color models

7E9EDD
RGB126158221
HSL220°58.28%68.04%
HSB/HSV220°42.99%86.67%
CMYK42.99%28.51%0.00%
13.33%

Color #7E9EDD in popluar number systems.

HEX7E9EDD
Decimal126158221
Binary11111101001111011011101
Octal176236335

Shades and tints

Shades of #7E9EDD

#7E9EDD
(126,158,221)
#7390C9
(115,144,201)
#6882B5
(104,130,181)
#5D74A1
(93,116,161)
#52668D
(82,102,141)
#475879
(71,88,121)
#3C4A65
(60,74,101)
#313C51
(49,60,81)
#262E3D
(38,46,61)
#1B2029
(27,32,41)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #7E9EDD

#7E9EDD
(126,158,221)
#89A6E0
(137,166,224)
#94AEE3
(148,174,227)
#9FB6E6
(159,182,230)
#AABEE9
(170,190,233)
#B5C6EC
(181,198,236)
#C0CEEF
(192,206,239)
#CBD6F2
(203,214,242)
#D6DEF5
(214,222,245)
#E1E6F8
(225,230,248)
#ECEEFB
(236,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9EDD color. Also use rgb(126,158,221) instead hex code.

Text Font Color

.myTextColor { color: #7E9EDD; }

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

This text font color is #7E9EDD.


Background Color

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

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

This div background color is #7E9EDD.


Border color

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

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

This div border color is #7E9EDD.


Opacity

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

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

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

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

This text has shadow with #7E9EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9EDD on black background.


Color preview on white background

This text has color #7E9EDD on white background.



Black color preview on #7E9EDD background

This text has black color on #7E9EDD background.


White color preview on #7E9EDD background

This text has white color on #7E9EDD background.