COLOR #7E7ED5

HEX: #7E7ED5
RGB: (126,126,213)

Renk bilgisi

#7E7ED5 contains mainly blue color. #7E7ED5 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7E7ED5 color RGB value is (126,126,213).

  • kırmız ton 126;
  • yeşil ton 126;
  • mavi ton 213.
RGB:
(126,126,213)
(49%,49%,84%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 126 of 255 = 49%
B 213 of 255 = 84%

126
126
213

R + G + B ~ 61%. #7E7ED5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 126 + 213 = 465 (100%)
R 126 of 465 ~ 27.1%
G 126 of 465 ~ 27.1%
B 213 of 465 ~ 45.81%

%27.1
%27.1
%45.81

CMYK RENK MODELİ

#7E7ED5 rengi CMYK tonu (41,41,0,16).

  • camgöbeği tonu 40.85%
  • eflatun tonu 40.85%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(41,41,0,16)
C41M41Y0K16 
(41%,41%,0%,16%)
(0.41/0.41/0.00/0.16)	

CMYK yüzdeleri

%40.85
%40.85
%0
%16.47

Codes

Color #7E7ED5 in popluar color models

7E7ED5
RGB126126213
HSL240°50.88%66.47%
HSB/HSV240°40.85%83.53%
CMYK40.85%40.85%0.00%
16.47%

Color #7E7ED5 in popluar number systems.

HEX7E7ED5
Decimal126126213
Binary1111110111111011010101
Octal176176325

Shades and tints

Shades of #7E7ED5

#7E7ED5
(126,126,213)
#7373C2
(115,115,194)
#6868AF
(104,104,175)
#5D5D9C
(93,93,156)
#525289
(82,82,137)
#474776
(71,71,118)
#3C3C63
(60,60,99)
#313150
(49,49,80)
#26263D
(38,38,61)
#1B1B2A
(27,27,42)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #7E7ED5

#7E7ED5
(126,126,213)
#8989D8
(137,137,216)
#9494DB
(148,148,219)
#9F9FDE
(159,159,222)
#AAAAE1
(170,170,225)
#B5B5E4
(181,181,228)
#C0C0E7
(192,192,231)
#CBCBEA
(203,203,234)
#D6D6ED
(214,214,237)
#E1E1F0
(225,225,240)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7ED5; }

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

This text font color is #7E7ED5.


Background Color

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

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

This div background color is #7E7ED5.


Border color

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

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

This div border color is #7E7ED5.


Opacity

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

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

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

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

This text has shadow with #7E7ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7ED5 on black background.


Color preview on white background

This text has color #7E7ED5 on white background.



Black color preview on #7E7ED5 background

This text has black color on #7E7ED5 background.


White color preview on #7E7ED5 background

This text has white color on #7E7ED5 background.