COLOR #7E6BD2

HEX: #7E6BD2
RGB: (126,107,210)

Renk bilgisi

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

RGB renk modeli

#7E6BD2 color RGB value is (126,107,210).

  • kırmız ton 126;
  • yeşil ton 107;
  • mavi ton 210.
RGB:
(126,107,210)
(49%,42%,82%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 107 of 255 = 42%
B 210 of 255 = 82%

126
107
210

R + G + B ~ 58%. #7E6BD2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 107 + 210 = 443 (100%)
R 126 of 443 ~ 28.44%
G 107 of 443 ~ 24.15%
B 210 of 443 ~ 47.4%

%28.44
%24.15
%47.4

CMYK RENK MODELİ

#7E6BD2 rengi CMYK tonu (40,49,0,18).

  • camgöbeği tonu 40.00%
  • eflatun tonu 49.05%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(40,49,0,18)
C40M49Y0K18 
(40%,49%,0%,18%)
(0.40/0.49/0.00/0.18)	

CMYK yüzdeleri

%40
%49.05
%0
%17.65

Codes

Color #7E6BD2 in popluar color models

7E6BD2
RGB126107210
HSL251°53.37%62.16%
HSB/HSV251°49.05%82.35%
CMYK40.00%49.05%0.00%
17.65%

Color #7E6BD2 in popluar number systems.

HEX7E6BD2
Decimal126107210
Binary1111110110101111010010
Octal176153322

Shades and tints

Shades of #7E6BD2

#7E6BD2
(126,107,210)
#7362BF
(115,98,191)
#6859AC
(104,89,172)
#5D5099
(93,80,153)
#524786
(82,71,134)
#473E73
(71,62,115)
#3C3560
(60,53,96)
#312C4D
(49,44,77)
#26233A
(38,35,58)
#1B1A27
(27,26,39)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #7E6BD2

#7E6BD2
(126,107,210)
#8978D6
(137,120,214)
#9485DA
(148,133,218)
#9F92DE
(159,146,222)
#AA9FE2
(170,159,226)
#B5ACE6
(181,172,230)
#C0B9EA
(192,185,234)
#CBC6EE
(203,198,238)
#D6D3F2
(214,211,242)
#E1E0F6
(225,224,246)
#ECEDFA
(236,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6BD2; }

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

This text font color is #7E6BD2.


Background Color

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

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

This div background color is #7E6BD2.


Border color

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

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

This div border color is #7E6BD2.


Opacity

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

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

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

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

This text has shadow with #7E6BD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6BD2 on black background.


Color preview on white background

This text has color #7E6BD2 on white background.



Black color preview on #7E6BD2 background

This text has black color on #7E6BD2 background.


White color preview on #7E6BD2 background

This text has white color on #7E6BD2 background.