COLOR #7E6CC0

HEX: #7E6CC0
RGB: (126,108,192)

Renk bilgisi

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

RGB renk modeli

#7E6CC0 color RGB value is (126,108,192).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 108 of 255 = 42%
B 192 of 255 = 75%

126
108
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 108 + 192 = 426 (100%)
R 126 of 426 ~ 29.58%
G 108 of 426 ~ 25.35%
B 192 of 426 ~ 45.07%

%29.58
%25.35
%45.07

CMYK RENK MODELİ

#7E6CC0 rengi CMYK tonu (34,44,0,25).

  • camgöbeği tonu 34.38%
  • eflatun tonu 43.75%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(34,44,0,25)
C34M44Y0K25 
(34%,44%,0%,25%)
(0.34/0.44/0.00/0.25)	

CMYK yüzdeleri

%34.38
%43.75
%0
%24.71

Codes

Color #7E6CC0 in popluar color models

7E6CC0
RGB126108192
HSL253°40.00%58.82%
HSB/HSV253°43.75%75.29%
CMYK34.38%43.75%0.00%
24.71%

Color #7E6CC0 in popluar number systems.

HEX7E6CC0
Decimal126108192
Binary1111110110110011000000
Octal176154300

Shades and tints

Shades of #7E6CC0

#7E6CC0
(126,108,192)
#7363AF
(115,99,175)
#685A9E
(104,90,158)
#5D518D
(93,81,141)
#52487C
(82,72,124)
#473F6B
(71,63,107)
#3C365A
(60,54,90)
#312D49
(49,45,73)
#262438
(38,36,56)
#1B1B27
(27,27,39)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #7E6CC0

#7E6CC0
(126,108,192)
#8979C5
(137,121,197)
#9486CA
(148,134,202)
#9F93CF
(159,147,207)
#AAA0D4
(170,160,212)
#B5ADD9
(181,173,217)
#C0BADE
(192,186,222)
#CBC7E3
(203,199,227)
#D6D4E8
(214,212,232)
#E1E1ED
(225,225,237)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6CC0; }

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

This text font color is #7E6CC0.


Background Color

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

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

This div background color is #7E6CC0.


Border color

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

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

This div border color is #7E6CC0.


Opacity

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

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

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

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

This text has shadow with #7E6CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6CC0 on black background.


Color preview on white background

This text has color #7E6CC0 on white background.



Black color preview on #7E6CC0 background

This text has black color on #7E6CC0 background.


White color preview on #7E6CC0 background

This text has white color on #7E6CC0 background.