COLOR #7E6CD7

HEX: #7E6CD7
RGB: (126,108,215)

Renk bilgisi

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

RGB renk modeli

#7E6CD7 color RGB value is (126,108,215).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 108 of 255 = 42%
B 215 of 255 = 84%

126
108
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 108 + 215 = 449 (100%)
R 126 of 449 ~ 28.06%
G 108 of 449 ~ 24.05%
B 215 of 449 ~ 47.88%

%28.06
%24.05
%47.88

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%41.4
%49.77
%0
%15.69

Codes

Color #7E6CD7 in popluar color models

7E6CD7
RGB126108215
HSL250°57.22%63.33%
HSB/HSV250°49.77%84.31%
CMYK41.40%49.77%0.00%
15.69%

Color #7E6CD7 in popluar number systems.

HEX7E6CD7
Decimal126108215
Binary1111110110110011010111
Octal176154327

Shades and tints

Shades of #7E6CD7

#7E6CD7
(126,108,215)
#7363C4
(115,99,196)
#685AB1
(104,90,177)
#5D519E
(93,81,158)
#52488B
(82,72,139)
#473F78
(71,63,120)
#3C3665
(60,54,101)
#312D52
(49,45,82)
#26243F
(38,36,63)
#1B1B2C
(27,27,44)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #7E6CD7

#7E6CD7
(126,108,215)
#8979DA
(137,121,218)
#9486DD
(148,134,221)
#9F93E0
(159,147,224)
#AAA0E3
(170,160,227)
#B5ADE6
(181,173,230)
#C0BAE9
(192,186,233)
#CBC7EC
(203,199,236)
#D6D4EF
(214,212,239)
#E1E1F2
(225,225,242)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6CD7; }

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

This text font color is #7E6CD7.


Background Color

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

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

This div background color is #7E6CD7.


Border color

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

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

This div border color is #7E6CD7.


Opacity

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

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

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

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

This text has shadow with #7E6CD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6CD7 on black background.


Color preview on white background

This text has color #7E6CD7 on white background.



Black color preview on #7E6CD7 background

This text has black color on #7E6CD7 background.


White color preview on #7E6CD7 background

This text has white color on #7E6CD7 background.