COLOR #7E6AD6

HEX: #7E6AD6
RGB: (126,106,214)

Renk bilgisi

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

RGB renk modeli

#7E6AD6 color RGB value is (126,106,214).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 106 of 255 = 42%
B 214 of 255 = 84%

126
106
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 106 + 214 = 446 (100%)
R 126 of 446 ~ 28.25%
G 106 of 446 ~ 23.77%
B 214 of 446 ~ 47.98%

%28.25
%23.77
%47.98

CMYK RENK MODELİ

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

  • camgöbeği tonu 41.12%
  • eflatun tonu 50.47%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(41,50,0,16)
C41M50Y0K16 
(41%,50%,0%,16%)
(0.41/0.50/0.00/0.16)	

CMYK yüzdeleri

%41.12
%50.47
%0
%16.08

Codes

Color #7E6AD6 in popluar color models

7E6AD6
RGB126106214
HSL251°56.84%62.75%
HSB/HSV251°50.47%83.92%
CMYK41.12%50.47%0.00%
16.08%

Color #7E6AD6 in popluar number systems.

HEX7E6AD6
Decimal126106214
Binary1111110110101011010110
Octal176152326

Shades and tints

Shades of #7E6AD6

#7E6AD6
(126,106,214)
#7361C3
(115,97,195)
#6858B0
(104,88,176)
#5D4F9D
(93,79,157)
#52468A
(82,70,138)
#473D77
(71,61,119)
#3C3464
(60,52,100)
#312B51
(49,43,81)
#26223E
(38,34,62)
#1B192B
(27,25,43)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #7E6AD6

#7E6AD6
(126,106,214)
#8977D9
(137,119,217)
#9484DC
(148,132,220)
#9F91DF
(159,145,223)
#AA9EE2
(170,158,226)
#B5ABE5
(181,171,229)
#C0B8E8
(192,184,232)
#CBC5EB
(203,197,235)
#D6D2EE
(214,210,238)
#E1DFF1
(225,223,241)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6AD6; }

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

This text font color is #7E6AD6.


Background Color

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

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

This div background color is #7E6AD6.


Border color

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

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

This div border color is #7E6AD6.


Opacity

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

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

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

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

This text has shadow with #7E6AD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6AD6 on black background.


Color preview on white background

This text has color #7E6AD6 on white background.



Black color preview on #7E6AD6 background

This text has black color on #7E6AD6 background.


White color preview on #7E6AD6 background

This text has white color on #7E6AD6 background.