COLOR #7E6EAD

HEX: #7E6EAD
RGB: (126,110,173)

Renk bilgisi

#7E6EAD contains mainly red and blue colors. #7E6EAD ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7E6EAD color RGB value is (126,110,173).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 110 of 255 = 43%
B 173 of 255 = 68%

126
110
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 110 + 173 = 409 (100%)
R 126 of 409 ~ 30.81%
G 110 of 409 ~ 26.89%
B 173 of 409 ~ 42.3%

%30.81
%26.89
%42.3

CMYK RENK MODELİ

#7E6EAD rengi CMYK tonu (27,36,0,32).

  • camgöbeği tonu 27.17%
  • eflatun tonu 36.42%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(27,36,0,32)
C27M36Y0K32 
(27%,36%,0%,32%)
(0.27/0.36/0.00/0.32)	

CMYK yüzdeleri

%27.17
%36.42
%0
%32.16

Codes

Color #7E6EAD in popluar color models

7E6EAD
RGB126110173
HSL255°27.75%55.49%
HSB/HSV255°36.42%67.84%
CMYK27.17%36.42%0.00%
32.16%

Color #7E6EAD in popluar number systems.

HEX7E6EAD
Decimal126110173
Binary1111110110111010101101
Octal176156255

Shades and tints

Shades of #7E6EAD

#7E6EAD
(126,110,173)
#73649E
(115,100,158)
#685A8F
(104,90,143)
#5D5080
(93,80,128)
#524671
(82,70,113)
#473C62
(71,60,98)
#3C3253
(60,50,83)
#312844
(49,40,68)
#261E35
(38,30,53)
#1B1426
(27,20,38)
#100A17
(16,10,23)
#000000
(0,0,0)

Tints of #7E6EAD

#7E6EAD
(126,110,173)
#897BB4
(137,123,180)
#9488BB
(148,136,187)
#9F95C2
(159,149,194)
#AAA2C9
(170,162,201)
#B5AFD0
(181,175,208)
#C0BCD7
(192,188,215)
#CBC9DE
(203,201,222)
#D6D6E5
(214,214,229)
#E1E3EC
(225,227,236)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6EAD; }

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

This text font color is #7E6EAD.


Background Color

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

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

This div background color is #7E6EAD.


Border color

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

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

This div border color is #7E6EAD.


Opacity

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

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

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

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

This text has shadow with #7E6EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6EAD on black background.


Color preview on white background

This text has color #7E6EAD on white background.



Black color preview on #7E6EAD background

This text has black color on #7E6EAD background.


White color preview on #7E6EAD background

This text has white color on #7E6EAD background.