COLOR #7C6DD2

HEX: #7C6DD2
RGB: (124,109,210)

Renk bilgisi

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

RGB renk modeli

#7C6DD2 color RGB value is (124,109,210).

  • kırmız ton 124;
  • yeşil ton 109;
  • mavi ton 210.
RGB:
(124,109,210)
(49%,43%,82%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 109 of 255 = 43%
B 210 of 255 = 82%

124
109
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 109 + 210 = 443 (100%)
R 124 of 443 ~ 27.99%
G 109 of 443 ~ 24.6%
B 210 of 443 ~ 47.4%

%27.99
%24.6
%47.4

CMYK RENK MODELİ

#7C6DD2 rengi CMYK tonu (41,48,0,18).

  • camgöbeği tonu 40.95%
  • eflatun tonu 48.10%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(41,48,0,18)
C41M48Y0K18 
(41%,48%,0%,18%)
(0.41/0.48/0.00/0.18)	

CMYK yüzdeleri

%40.95
%48.1
%0
%17.65

Codes

Color #7C6DD2 in popluar color models

7C6DD2
RGB124109210
HSL249°52.88%62.55%
HSB/HSV249°48.10%82.35%
CMYK40.95%48.10%0.00%
17.65%

Color #7C6DD2 in popluar number systems.

HEX7C6DD2
Decimal124109210
Binary1111100110110111010010
Octal174155322

Shades and tints

Shades of #7C6DD2

#7C6DD2
(124,109,210)
#7164BF
(113,100,191)
#665BAC
(102,91,172)
#5B5299
(91,82,153)
#504986
(80,73,134)
#454073
(69,64,115)
#3A3760
(58,55,96)
#2F2E4D
(47,46,77)
#24253A
(36,37,58)
#191C27
(25,28,39)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #7C6DD2

#7C6DD2
(124,109,210)
#877AD6
(135,122,214)
#9287DA
(146,135,218)
#9D94DE
(157,148,222)
#A8A1E2
(168,161,226)
#B3AEE6
(179,174,230)
#BEBBEA
(190,187,234)
#C9C8EE
(201,200,238)
#D4D5F2
(212,213,242)
#DFE2F6
(223,226,246)
#EAEFFA
(234,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6DD2 color. Also use rgb(124,109,210) instead hex code.

Text Font Color

.myTextColor { color: #7C6DD2; }

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

This text font color is #7C6DD2.


Background Color

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

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

This div background color is #7C6DD2.


Border color

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

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

This div border color is #7C6DD2.


Opacity

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

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

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

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

This text has shadow with #7C6DD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6DD2 on black background.


Color preview on white background

This text has color #7C6DD2 on white background.



Black color preview on #7C6DD2 background

This text has black color on #7C6DD2 background.


White color preview on #7C6DD2 background

This text has white color on #7C6DD2 background.